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        792 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        796 uspace/app/edit/edit.c 		caret_move(pt, false, true);
caret_move        818 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        822 uspace/app/edit/edit.c 		caret_move(pt, true, true);
caret_move        842 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        908 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        913 uspace/app/edit/edit.c 		caret_move(pt, select, true);
caret_move        958 uspace/app/edit/edit.c 	caret_move(sof, true, true);
caret_move       1032 uspace/app/edit/edit.c 	caret_move(sof, true, true);
caret_move       1827 uspace/app/edit/edit.c 	caret_move(pt, select, !pure_vertical);
caret_move       1848 uspace/app/edit/edit.c 	caret_move(pt, select, true);
caret_move       1874 uspace/app/edit/edit.c 	caret_move(word_left, select, true);
caret_move       1882 uspace/app/edit/edit.c 	caret_move(word_right, select, true);
caret_move       2027 uspace/app/edit/edit.c 		caret_move(*end, false, true);
caret_move       2036 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