HelenOS sources

sheet_remove_tag  860 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  865 uspace/app/edit/edit.c 		sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 2106 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 2108 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