Lines Matching refs:NULL_POSITION
46 int hl_before = (chop_line() && disp_pos != NULL_POSITION) ? in init_status_col()
48 int hl_after = (chop_line() && edisp_pos != NULL_POSITION) ? in init_status_col()
65 } else if (disp_pos != NULL_POSITION) in init_status_col()
98 *p_linepos = NULL_POSITION; in forw_line_seg()
101 if (curr_pos == NULL_POSITION) in forw_line_seg()
104 return (NULL_POSITION); in forw_line_seg()
116 prep_hilite(curr_pos, NULL_POSITION, 1); in forw_line_seg()
122 return (NULL_POSITION); in forw_line_seg()
155 return (NULL_POSITION); in forw_line_seg()
186 return (NULL_POSITION); in forw_line_seg()
189 wrap_pos = NULL_POSITION; in forw_line_seg()
262 } else if (wrap_pos == NULL_POSITION) in forw_line_seg()
361 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero()) in back_line()
364 return (NULL_POSITION); in back_line()
369 return (NULL_POSITION); in back_line()
395 return (NULL_POSITION); in back_line()
430 prep_hilite(base_pos, NULL_POSITION, 1); in back_line()
446 return (NULL_POSITION); in back_line()
454 wrap_pos = NULL_POSITION; in back_line()
466 return (NULL_POSITION); in back_line()
536 if (wrap_pos == NULL_POSITION) in back_line()
585 if (pos != NULL_POSITION) in set_attnpos()