Lines Matching defs:c
211 # define Isprint(c) (isprint)(c) argument
213 # define Isprint(c) isprint_asciionly(c) argument
220 # define Isprint(c) ((unsigned char)(c) >= ' ' && (c) != 0x7f && (unsigned char)(c) != 0x9b) argument
222 # define Isprint(c) ((unsigned char)(c) >= ' ' && (unsigned char)(c) < 0x7f) argument
787 static int next_column(char c, int co) in next_column()
926 unsigned char c; in format_line() local
994 unsigned c = columns, r = rows; in refresh() local
1117 int c; in readit() local
1139 int c; in get_one_char() local
1178 int c, cnt; in get_motion_char() local
1202 int c; in get_input_line() local
1235 int c; in Hit_Return() local
1378 unsigned char c; in print_literal() local
1428 char c; in what_reg() local
1522 #define text_hole_delete(a,b,c) text_hole_delete(a,b) argument
1926 static void start_new_cmd_q(char c) in start_new_cmd_q()
1948 #define yank_delete(a,b,c,d,e) yank_delete(a,b,c,d) argument
2036 static char *find_pair(char *p, const char c) in find_pair()
2087 static uintptr_t stupid_insert(char *p, char c) // stupidly insert the char c at 'p' in stupid_insert()
2107 #define char_insert(a,b,c) char_insert(a,b) argument
2109 static char *char_insert(char *p, char c, int undo) // insert the char c at 'p' in char_insert()
2313 # define string_insert(a,b,c) string_insert(a,b) argument
2468 char *q, c; in get_one_address() local
2698 static char *strchr_backslash(const char *s, int c) in strchr_backslash()
2760 # define strchr_backslash(s, c) strchr(s, c) argument
3433 char c, c0, ci; in st_test() local
3467 char c; in skip_thing() local
3536 int c; local
3657 static void do_cmd(int c)
4599 char c, cm, *cmd, *cmd1; local
4758 int c; local