Lines Matching refs:NULL_POSITION
287 line_pos = NULL_POSITION; in prewind()
376 else if (start_attnpos != NULL_POSITION && in plinestart()
440 line_pos = NULL_POSITION; in pshift_all()
828 if (pos != NULL_POSITION && a != AT_ANSI) in store_char()
841 if (highest_hilite != NULL_POSITION && pos != NULL_POSITION && pos > highest_hilite) in store_char()
893 if (line_pos == NULL_POSITION) in store_char()
1135 switch (ansi_step2(line_ansi, ch, pos != NULL_POSITION)) in store_ansi()
1197 if ((ctldisp == OPT_ONPLUS || pos == NULL_POSITION) && line_ansi == NULL) in do_append()
1465 if (ch_seek(saved_pos != NULL_POSITION ? saved_pos : linepos)) in col_vs_pos()
1523 if (cp->pos != NULL_POSITION && chpos == cp->pos) /* found the position we want */ in col_vs_pos()
1547 cp.pos = NULL_POSITION; in pos_from_col()
1637 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) || in forw_raw_line_len()
1639 return (NULL_POSITION); in forw_raw_line_len()
1692 if (curr_pos == NULL_POSITION || curr_pos <= ch_zero() || in back_raw_line()
1694 return (NULL_POSITION); in back_raw_line()
1792 if (pappend(*str++, NULL_POSITION)) in pappstr()
1846 if ((pos = position(sline)) != NULL_POSITION) in rrshift()
1848 for (; sline < sc_height && pos != NULL_POSITION; sline++) in rrshift()