Lines Matching refs:next_line
723 static char *next_line(char *p) // return pointer first char next line in next_line() function
740 q = next_line(q); in end_screen()
772 q = next_line(q); in find_line()
865 screenbegin = next_line(screenbegin); in sync_cursor()
867 end_scr = next_line(end_scr); in sync_cursor()
877 tp = next_line(tp); in sync_cursor()
1844 dot = next_line(dot); in dot_next()
1900 screenbegin = next_line(screenbegin); in dot_scroll()
2384 q = next_line(p); in char_search()
2437 stop = next_line(p); // range is to next line in char_search()
2523 q = next_line(dot); in get_one_address()
3100 q = next_line(GOT_ADDRESS ? find_line(e) : dot); in colon()
3298 q = next_line(ls); in colon()
3802 p = next_line(q);
4104 for (p = begin_line(p); i > 0; i--, p = next_line(p)) {
4244 dot = next_line(dot);