HelenOS sources

sheet_remove_tag  835 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  840 uspace/app/edit/edit.c 		sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 1965 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.sel_start);
sheet_remove_tag 1967 uspace/app/edit/edit.c 	sheet_remove_tag(doc.sh, &pane.caret_pos);
sheet_remove_tag  107 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