HelenOS sources

sheet_remove_tag  891 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  896 uspace/app/edit/edit.c 		sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 2152 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 2154 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  108 uspace/app/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
sheet_remove_tag  512 uspace/dist/src/c/demos/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  517 uspace/dist/src/c/demos/edit/edit.c 		sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 1486 uspace/dist/src/c/demos/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 1488 uspace/dist/src/c/demos/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  107 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
HelenOS homepage, sources at GitHub