HelenOS sources

caret_move        205 uspace/app/edit/edit.c static void caret_move(spt_t spt, bool select, bool update_ideal_column);
caret_move        823 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        827 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        849 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        853 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        873 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        939 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        944 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        989 uspace/app/edit/edit.c 	caret_move(sof, true, true);
caret_move       1063 uspace/app/edit/edit.c 	caret_move(sof, true, true);
caret_move       1873 uspace/app/edit/edit.c 	caret_move(pt, select, !pure_vertical);
caret_move       1894 uspace/app/edit/edit.c 	caret_move(pt, select, true);
caret_move       1920 uspace/app/edit/edit.c 	caret_move(word_left, select, true);
caret_move       1928 uspace/app/edit/edit.c 	caret_move(word_right, select, true);
caret_move       2073 uspace/app/edit/edit.c 		caret_move(*end, false, true);
caret_move       2082 uspace/app/edit/edit.c 		caret_move(*end, true, true);
caret_move        155 uspace/dist/src/c/demos/edit/edit.c static void caret_move(spt_t spt, bool select, bool update_ideal_column);
caret_move        236 uspace/dist/src/c/demos/edit/edit.c 	caret_move(sof, true, true);
caret_move        445 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, false, true);
caret_move        449 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, false, true);
caret_move        471 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, true, true);
caret_move        475 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, true, true);
caret_move        495 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, select, true);
caret_move        560 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, select, true);
caret_move        565 uspace/dist/src/c/demos/edit/edit.c 		caret_move(pt, select, true);
caret_move       1202 uspace/dist/src/c/demos/edit/edit.c 	caret_move(pt, select, !pure_vertical);
caret_move       1223 uspace/dist/src/c/demos/edit/edit.c 	caret_move(pt, select, true);
caret_move       1249 uspace/dist/src/c/demos/edit/edit.c 	caret_move(word_left, select, true);
caret_move       1257 uspace/dist/src/c/demos/edit/edit.c 	caret_move(word_right, select, true);
caret_move       1407 uspace/dist/src/c/demos/edit/edit.c 		caret_move(*end, false, true);
caret_move       1416 uspace/dist/src/c/demos/edit/edit.c 		caret_move(*end, true, true);
HelenOS homepage, sources at GitHub