Lines Matching refs:fun
990 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
995 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1000 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1005 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR;
1010 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1015 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END;
1020 arrow[A_K_DE].fun.cmd = ED_DELETE_NEXT_CHAR;
1045 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1046 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1047 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1048 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1049 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1050 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1051 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1052 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1053 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1054 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1055 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1056 keymacro_add(el, stOF, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1060 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1061 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1062 keymacro_add(el, &strC[1], &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1063 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1064 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1065 keymacro_add(el, &strF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1066 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1067 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1068 keymacro_add(el, &stOC[1], &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1069 keymacro_add(el, &stOD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1070 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1071 keymacro_add(el, &stOF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1079 terminal_set_arrow(EditLine *el, const wchar_t *name, keymacro_value_t *fun,
1087 arrow[i].fun = *fun;
1126 &arrow[i].fun, arrow[i].type);
1180 keymacro_add(el, px, &arrow[i].fun,
1186 map[j] = arrow[i].fun.cmd;
1188 keymacro_add(el, px, &arrow[i].fun,