HelenOS sources

caret_move        202 uspace/app/edit/edit.c static void caret_move(spt_t spt, bool select, bool update_ideal_column);
caret_move        347 uspace/app/edit/edit.c 	caret_move(sof, true, true);
caret_move        767 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        771 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        793 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        797 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        817 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        883 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        888 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move       1686 uspace/app/edit/edit.c 	caret_move(pt, select, !pure_vertical);
caret_move       1707 uspace/app/edit/edit.c 	caret_move(pt, select, true);
caret_move       1733 uspace/app/edit/edit.c 	caret_move(word_left, select, true);
caret_move       1741 uspace/app/edit/edit.c 	caret_move(word_right, select, true);
caret_move       1886 uspace/app/edit/edit.c 		caret_move(*end, false, true);
caret_move       1895 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