Lines Matching refs:fun

992 	arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;  in terminal_init_arrow()
997 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow()
1002 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow()
1007 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR; in terminal_init_arrow()
1012 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in terminal_init_arrow()
1017 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END; in terminal_init_arrow()
1022 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR; in terminal_init_arrow()
1047 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1048 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1049 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1050 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1051 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1052 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
1053 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1054 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1055 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1056 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1057 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1058 keymacro_add(el, stOF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
1062 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1063 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1064 keymacro_add(el, &strC[1], &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1065 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1066 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1067 keymacro_add(el, &strF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
1068 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1069 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1070 keymacro_add(el, &stOC[1], &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1071 keymacro_add(el, &stOD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1072 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1073 keymacro_add(el, &stOF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
1081 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun, in terminal_set_arrow() argument
1089 arrow[i].fun = *fun; in terminal_set_arrow()
1128 &arrow[i].fun, arrow[i].type); in terminal_print_arrow()
1182 keymacro_add(el, px, &arrow[i].fun, in terminal_bind_arrow()
1188 map[j] = arrow[i].fun.cmd; in terminal_bind_arrow()
1190 keymacro_add(el, px, &arrow[i].fun, in terminal_bind_arrow()