HelenOS sources

tag_t             115 uspace/app/edit/edit.c 	tag_t caret_pos;
tag_t             118 uspace/app/edit/edit.c 	tag_t sel_start;
tag_t             234 uspace/app/edit/edit.c static int tag_cmp(tag_t const *a, tag_t const *b);
tag_t            2315 uspace/app/edit/edit.c static int tag_cmp(tag_t const *a, tag_t const *b)
tag_t             138 uspace/app/edit/sheet.c 	list_foreach(sh->tags, link, tag_t, tag) {
tag_t             172 uspace/app/edit/sheet.c 	list_foreach(sh->tags, link, tag_t, tag) {
tag_t             346 uspace/app/edit/sheet.c void sheet_place_tag(sheet_t *sh, spt_t const *pt, tag_t *tag)
tag_t             354 uspace/app/edit/sheet.c void sheet_remove_tag(sheet_t *sh, tag_t *tag)
tag_t             360 uspace/app/edit/sheet.c void tag_get_pt(tag_t const *tag, spt_t *pt)
tag_t             107 uspace/app/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
tag_t             108 uspace/app/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
tag_t             109 uspace/app/edit/sheet.h extern void tag_get_pt(tag_t const *, spt_t *);
tag_t              78 uspace/dist/src/c/demos/edit/edit.c 	tag_t caret_pos;
tag_t              81 uspace/dist/src/c/demos/edit/edit.c 	tag_t sel_start;
tag_t             182 uspace/dist/src/c/demos/edit/edit.c static int tag_cmp(tag_t const *a, tag_t const *b);
tag_t            1679 uspace/dist/src/c/demos/edit/edit.c static int tag_cmp(tag_t const *a, tag_t const *b)
tag_t             129 uspace/dist/src/c/demos/edit/sheet.c 	list_foreach(sh->tags, link, tag_t, tag) {
tag_t             163 uspace/dist/src/c/demos/edit/sheet.c 	list_foreach(sh->tags, link, tag_t, tag) {
tag_t             337 uspace/dist/src/c/demos/edit/sheet.c void sheet_place_tag(sheet_t *sh, spt_t const *pt, tag_t *tag)
tag_t             345 uspace/dist/src/c/demos/edit/sheet.c void sheet_remove_tag(sheet_t *sh, tag_t *tag)
tag_t             351 uspace/dist/src/c/demos/edit/sheet.c void tag_get_pt(tag_t const *tag, spt_t *pt)
tag_t             106 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
tag_t             107 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
tag_t             108 uspace/dist/src/c/demos/edit/sheet.h extern void tag_get_pt(tag_t const *, spt_t *);
HelenOS homepage, sources at GitHub