Lines Matching refs:Meta
58 keymap[Meta(i)].type = ISFUNC; in keymap_make_keymap()
59 keymap[Meta(i)].function = in keymap_make_keymap()
929 Meta('0'), NUL, A_info_add_digit_to_numeric_arg,
930 Meta('1'), NUL, A_info_add_digit_to_numeric_arg,
931 Meta('2'), NUL, A_info_add_digit_to_numeric_arg,
932 Meta('3'), NUL, A_info_add_digit_to_numeric_arg,
933 Meta('4'), NUL, A_info_add_digit_to_numeric_arg,
934 Meta('5'), NUL, A_info_add_digit_to_numeric_arg,
935 Meta('6'), NUL, A_info_add_digit_to_numeric_arg,
936 Meta('7'), NUL, A_info_add_digit_to_numeric_arg,
937 Meta('8'), NUL, A_info_add_digit_to_numeric_arg,
938 Meta('9'), NUL, A_info_add_digit_to_numeric_arg,
939 Meta('-'), NUL, A_info_add_digit_to_numeric_arg,
940 Meta(CONTROL('f')), NUL, A_info_show_footnotes,
941 Meta(CONTROL('g')), NUL, A_info_abort_key,
942 Meta(TAB), NUL, A_info_move_to_prev_xref,
943 Meta(CONTROL('v')), NUL, A_info_scroll_other_window,
944 Meta('<'), NUL, A_info_beginning_of_node,
945 Meta('>'), NUL, A_info_end_of_node,
946 Meta('b'), NUL, A_info_backward_word,
947 Meta('f'), NUL, A_info_forward_word,
948 Meta('r'), NUL, A_info_move_to_window_line,
949 Meta('v'), NUL, A_info_scroll_backward_page_only,
952 Meta('x'), NUL, A_info_execute_command,
1024 Meta('0'), NUL, A_info_add_digit_to_numeric_arg,
1025 Meta('1'), NUL, A_info_add_digit_to_numeric_arg,
1026 Meta('2'), NUL, A_info_add_digit_to_numeric_arg,
1027 Meta('3'), NUL, A_info_add_digit_to_numeric_arg,
1028 Meta('4'), NUL, A_info_add_digit_to_numeric_arg,
1029 Meta('5'), NUL, A_info_add_digit_to_numeric_arg,
1030 Meta('6'), NUL, A_info_add_digit_to_numeric_arg,
1031 Meta('7'), NUL, A_info_add_digit_to_numeric_arg,
1032 Meta('8'), NUL, A_info_add_digit_to_numeric_arg,
1033 Meta('9'), NUL, A_info_add_digit_to_numeric_arg,
1034 Meta('-'), NUL, A_info_add_digit_to_numeric_arg,
1044 Meta(CONTROL('g')), NUL, A_ea_abort,
1045 Meta(CONTROL('v')), NUL, A_ea_scroll_completions_window,
1046 Meta('b'), NUL, A_ea_backward_word,
1047 Meta('d'), NUL, A_ea_kill_word,
1048 Meta('f'), NUL, A_ea_forward_word,
1049 Meta('y'), NUL, A_ea_yank_pop,
1050 Meta('?'), NUL, A_ea_possible_completions,
1051 Meta(TAB), NUL, A_ea_tab_insert,
1052 Meta(DEL), NUL, A_ea_backward_kill_word,
1158 Meta('0'), NUL, A_info_last_menu_item,
1159 Meta('1'), NUL, A_info_menu_digit,
1160 Meta('2'), NUL, A_info_menu_digit,
1161 Meta('3'), NUL, A_info_menu_digit,
1162 Meta('4'), NUL, A_info_menu_digit,
1163 Meta('5'), NUL, A_info_menu_digit,
1164 Meta('6'), NUL, A_info_menu_digit,
1165 Meta('7'), NUL, A_info_menu_digit,
1166 Meta('8'), NUL, A_info_menu_digit,
1167 Meta('9'), NUL, A_info_menu_digit,
1234 Meta('x'), NUL, A_info_execute_command,
1314 Meta('1'), NUL, A_info_add_digit_to_numeric_arg,
1315 Meta('2'), NUL, A_info_add_digit_to_numeric_arg,
1316 Meta('3'), NUL, A_info_add_digit_to_numeric_arg,
1317 Meta('4'), NUL, A_info_add_digit_to_numeric_arg,
1318 Meta('5'), NUL, A_info_add_digit_to_numeric_arg,
1319 Meta('6'), NUL, A_info_add_digit_to_numeric_arg,
1320 Meta('7'), NUL, A_info_add_digit_to_numeric_arg,
1321 Meta('8'), NUL, A_info_add_digit_to_numeric_arg,
1322 Meta('9'), NUL, A_info_add_digit_to_numeric_arg,
1323 Meta('-'), NUL, A_info_add_digit_to_numeric_arg,
1341 Meta(CONTROL('g')), NUL, A_ea_abort,
1342 Meta(CONTROL('h')), NUL, A_ea_backward_kill_word,
1343 Meta(CONTROL('v')), NUL, A_ea_scroll_completions_window,
1344 Meta('0'), NUL, A_ea_beg_of_line,
1345 Meta('$'), NUL, A_ea_end_of_line,
1346 Meta('b'), NUL, A_ea_backward_word,
1347 Meta('d'), NUL, A_ea_kill_word,
1348 Meta('f'), NUL, A_ea_forward_word,
1349 Meta('h'), NUL, A_ea_forward,
1350 Meta('l'), NUL, A_ea_backward,
1351 Meta('w'), NUL, A_ea_forward_word,
1352 Meta('x'), NUL, A_ea_delete,
1353 Meta('X'), NUL, A_ea_kill_word,
1354 Meta('y'), NUL, A_ea_yank_pop,
1355 Meta('?'), NUL, A_ea_possible_completions,
1356 Meta(TAB), NUL, A_ea_tab_insert,
1357 Meta(DEL), NUL, A_ea_kill_word,
1636 To_dst(ISMETA(*s) ? Meta(*t++) : *t++); in decode_keys()
1642 To_dst(Meta(*s++)); in decode_keys()