HelenOS sources

sheet_place_tag   319 uspace/app/edit/edit.c 	sheet_place_tag(doc.sh, &sof, &pane.caret_pos);
sheet_place_tag   337 uspace/app/edit/edit.c 	sheet_place_tag(doc.sh, &sof, &pane.sel_start);
sheet_place_tag   836 uspace/app/edit/edit.c 	sheet_place_tag(doc.sh, &new_caret_pt, &pane.caret_pos);
sheet_place_tag   841 uspace/app/edit/edit.c 		sheet_place_tag(doc.sh, &new_caret_pt, &pane.sel_start);
sheet_place_tag  1966 uspace/app/edit/edit.c 	sheet_place_tag(doc.sh, &pa, &pane.sel_start);
sheet_place_tag  1968 uspace/app/edit/edit.c 	sheet_place_tag(doc.sh, &pb, &pane.caret_pos);
sheet_place_tag   106 uspace/app/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
sheet_place_tag   214 uspace/dist/src/c/demos/edit/edit.c 	sheet_place_tag(doc.sh, &sof, &pane.caret_pos);
sheet_place_tag   232 uspace/dist/src/c/demos/edit/edit.c 	sheet_place_tag(doc.sh, &sof, &pane.sel_start);
sheet_place_tag   513 uspace/dist/src/c/demos/edit/edit.c 	sheet_place_tag(doc.sh, &new_caret_pt, &pane.caret_pos);
sheet_place_tag   518 uspace/dist/src/c/demos/edit/edit.c 		sheet_place_tag(doc.sh, &new_caret_pt, &pane.sel_start);
sheet_place_tag  1487 uspace/dist/src/c/demos/edit/edit.c 	sheet_place_tag(doc.sh, &pa, &pane.sel_start);
sheet_place_tag  1489 uspace/dist/src/c/demos/edit/edit.c 	sheet_place_tag(doc.sh, &pb, &pane.caret_pos);
sheet_place_tag   106 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
HelenOS homepage, sources at GitHub