Lines Matching defs:c

62 #define	is_cfs(c)	(c == ' ' || c == '\t' || c == '"' || c == '\'')  argument
63 #define is_mfs(c) (!(isalnum((unsigned char)c) || c == '_' || c == '$')) /* Separator for motion */ argument
343 int c; local
417 x_insert(c) in x_insert() argument
437 x_ins_string(c) in x_ins_string() argument
515 x_del_back(c) in x_del_back() argument
532 x_del_char(c) in x_del_char() argument
606 x_del_bword(c) in x_del_bword() argument
614 x_mv_bword(c) in x_mv_bword() argument
622 x_mv_fword(c) in x_mv_fword() argument
630 x_del_fword(c) in x_del_fword() argument
719 x_bs(c) in x_bs() argument
739 x_size(c) in x_size() argument
761 x_zotc(c) in x_zotc() argument
775 x_mv_back(c) in x_mv_back() argument
791 x_mv_forw(c) in x_mv_forw() argument
807 x_search_char_forw(c) in x_search_char_forw() argument
828 x_search_char_back(c) in x_search_char_back() argument
850 x_newline(c) in x_newline() argument
861 x_end_of_text(c) in x_end_of_text() argument
867 static int x_beg_hist(c) int c; { x_load_hist(histlist); return KSTD;} in x_beg_hist() argument
869 static int x_end_hist(c) int c; { x_load_hist(histptr); return KSTD;} in x_end_hist() argument
871 static int x_prev_com(c) int c; { x_load_hist(x_histp - x_arg); return KSTD;} in x_prev_com() argument
873 static int x_next_com(c) int c; { x_load_hist(x_histp + x_arg); return KSTD;} in x_next_com() argument
880 x_goto_hist(c) in x_goto_hist() argument
913 x_nl_next_com(c) in x_nl_next_com() argument
921 x_eot_del(c) in x_eot_del() argument
932 x_search_hist(c) in x_search_hist() argument
1032 x_del_line(c) in x_del_line() argument
1051 x_mv_end(c) in x_mv_end() argument
1059 x_mv_begin(c) in x_mv_begin() argument
1067 x_draw_line(c) in x_draw_line() argument
1136 x_transpose(c) in x_transpose() argument
1189 x_literal(c) in x_literal() argument
1197 x_meta1(c) in x_meta1() argument
1205 x_meta2(c) in x_meta2() argument
1214 x_meta3(c) in x_meta3() argument
1223 x_kill(c) in x_kill() argument
1255 x_yank(c) in x_yank() argument
1274 x_meta_yank(c) in x_meta_yank() argument
1299 x_abort(c) in x_abort() argument
1310 x_error(c) in x_error() argument
1318 x_stuffreset(c) in x_stuffreset() argument
1335 x_stuff(c) in x_stuff() argument
1382 x_mapout(c) in x_mapout() argument
1587 x_set_mark(c) in x_set_mark() argument
1595 x_kill_region(c) in x_kill_region() argument
1619 x_xchg_point_mark(c) in x_xchg_point_mark() argument
1635 x_version(c) in x_version() argument
1665 x_noop(c) in x_noop() argument
1673 x_game_of_life(c) in x_game_of_life() argument
1730 x_comp_comm(c) in x_comp_comm() argument
1737 x_list_comm(c) in x_list_comm() argument
1744 x_complete(c) in x_complete() argument
1751 x_enumerate(c) in x_enumerate() argument
1758 x_comp_file(c) in x_comp_file() argument
1765 x_list_file(c) in x_list_file() argument
1772 x_comp_list(c) in x_comp_list() argument
1779 x_expand(c) in x_expand() argument
1897 x_e_ungetc(c) in x_e_ungetc() argument
1906 int c; in x_e_getc() local
1924 x_e_putc(c) in x_e_putc() argument
1955 x_debug_info(c) in x_debug_info() argument
1993 x_set_arg(c) in x_set_arg() argument
2017 x_comment(c) in x_comment() argument
2054 x_prev_histword(c) in x_prev_histword() argument
2104 x_fold_upper(c) in x_fold_upper() argument
2112 x_fold_lower(c) in x_fold_lower() argument
2120 x_fold_capitalize(c) in x_fold_capitalize() argument
2138 x_fold_case(c) in x_fold_case() argument