Lines Matching defs:p
684 static char *begin_line(char *p) // return pointer to first char cur line in begin_line()
695 static char *end_line(char *p) // return pointer to NL of cur line in end_line()
705 static char *dollar_line(char *p) // return pointer to just before NL line in dollar_line()
714 static char *prev_line(char *p) // return pointer first char prev line in prev_line()
723 static char *next_line(char *p) // return pointer first char next line in next_line()
796 static int get_column(char *p) in get_column()
1410 static char *text_yank(char *p, char *q, int dest, int buftype) in text_yank()
1449 static char *swap_context(char *p) // goto new context for '' command make this the current context in swap_context()
1465 static void yank_status(const char *op, const char *p, int cnt) in yank_status()
1488 static uintptr_t text_hole_make(char *p, int size) // at "p", make a 'size' byte hole in text_hole_make()
1524 static char *text_hole_delete(char *p, char *q, int undo) in text_hole_delete()
1710 static void undo_push_insert(char *p, int len, int undo) in undo_push_insert()
1827 static char *move_to_col(char *p, int l) in move_to_col()
1912 static char *bound_dot(char *p) // make sure text[0] <= P < "end" in bound_dot()
1952 char *p; in yank_delete() local
1974 static int file_insert(const char *fn, char *p, int initial) in file_insert()
2036 static char *find_pair(char *p, const char c) in find_pair()
2065 static void showmatching(char *p) in showmatching()
2087 static uintptr_t stupid_insert(char *p, char c) // stupidly insert the char c at 'p' in stupid_insert()
2097 static size_t indent_len(char *p) in indent_len()
2109 static char *char_insert(char *p, char c, int undo) // insert the char c at 'p' in char_insert()
2315 static uintptr_t string_insert(char *p, const char *s, int undo) // insert the string at 'p' in string_insert()
2361 static char *char_search(char *p, const char *pat, int dir_and_range) in char_search()
2426 static char *char_search(char *p, const char *pat, int dir_and_range) in char_search()
2464 static char *get_one_address(char *p, int *result, int *valid) in get_one_address()
2577 static char *get_address(char *p, int *b, int *e, unsigned int *got) in get_address()
2768 char *p = buf; in colon() local
3431 static int st_test(char *p, int type, int dir, char *tested) in st_test()
3465 static char *skip_thing(char *p, int linecnt, int dir, int type) in skip_thing()
3534 char *p, *q, *t; local
3659 char *p, *q, *save_dot; local
4739 static void run_cmds(char *p)