Lines Matching defs:c
53 #define is_cfs(c) (c == ' ' || c == '\t' || c == '"' || c == '\'') argument
56 #define is_mfs(c) (!(isalnum((unsigned char)c) || \ argument
269 isu8cont(unsigned char c) in isu8cont()
404 x_insert(int c) in x_insert()
423 x_ins_string(int c) in x_ins_string()
470 x_del_back(int c) in x_del_back()
488 x_del_char(int c) in x_del_char()
561 x_del_bword(int c) in x_del_bword()
568 x_mv_bword(int c) in x_mv_bword()
575 x_mv_fword(int c) in x_mv_fword()
582 x_del_fword(int c) in x_del_fword()
652 x_bs(int c) in x_bs()
671 x_size(int c) in x_size()
698 x_zotc(int c) in x_zotc()
711 x_mv_back(int c) in x_mv_back()
728 x_mv_forw(int c) in x_mv_forw()
745 x_search_char_forw(int c) in x_search_char_forw()
764 x_search_char_back(int c) in x_search_char_back()
785 x_newline(int c) in x_newline()
795 x_end_of_text(int c) in x_end_of_text()
804 static int x_beg_hist(int c) { x_load_hist(history); return KSTD;} in x_beg_hist()
806 static int x_end_hist(int c) { x_load_hist(histptr); return KSTD;} in x_end_hist()
808 static int x_prev_com(int c) { x_load_hist(x_histp - x_arg); return KSTD;} in x_prev_com()
810 static int x_next_com(int c) { x_load_hist(x_histp + x_arg); return KSTD;} in x_next_com()
817 x_goto_hist(int c) in x_goto_hist()
847 x_nl_next_com(int c) in x_nl_next_com()
854 x_eot_del(int c) in x_eot_del()
863 kb_find_hist_func(char c) in kb_find_hist_func()
879 x_search_hist(int c) in x_search_hist()
976 x_del_line(int c) in x_del_line()
994 x_mv_end(int c) in x_mv_end()
1001 x_mv_begin(int c) in x_mv_begin()
1008 x_draw_line(int c) in x_draw_line()
1015 x_clear_screen(int c) in x_clear_screen()
1099 x_transpose(int c) in x_transpose()
1151 x_literal(int c) in x_literal()
1158 x_kill(int c) in x_kill()
1189 x_yank(int c) in x_yank()
1207 x_meta_yank(int c) in x_meta_yank()
1231 x_abort(int c) in x_abort()
1241 x_error(int c) in x_error()
1604 x_set_mark(int c) in x_set_mark()
1611 x_kill_region(int c) in x_kill_region()
1634 x_xchg_point_mark(int c) in x_xchg_point_mark()
1649 x_noop(int c) in x_noop()
1659 x_comp_comm(int c) in x_comp_comm()
1665 x_list_comm(int c) in x_list_comm()
1671 x_complete(int c) in x_complete()
1677 x_enumerate(int c) in x_enumerate()
1683 x_comp_file(int c) in x_comp_file()
1689 x_list_file(int c) in x_list_file()
1695 x_comp_list(int c) in x_comp_list()
1701 x_expand(int c) in x_expand()
1815 x_e_ungetc(int c) in x_e_ungetc()
1823 int c; in x_e_getc() local
1843 int c, cc, len; in x_e_getu8() local
1885 x_e_putc(int c) in x_e_putc()
1912 x_debug_info(int c) in x_debug_info()
1948 x_set_arg(int c) in x_set_arg()
1971 x_comment(int c) in x_comment()
2007 x_prev_histword(int c) in x_prev_histword()
2053 x_fold_upper(int c) in x_fold_upper()
2060 x_fold_lower(int c) in x_fold_lower()
2067 x_fold_capitalize(int c) in x_fold_capitalize()
2084 x_fold_case(int c) in x_fold_case()