Searched refs:is_ansi_end (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Doutput.c147 if (is_ansi_end(*p))
171 while (!is_ansi_end(*p))
192 (!is_ansi_end(*q) && *q != ';'))
283 if (!is_ansi_end(*p) || p == p_next)
H A Dline.c544 is_ansi_end(ch) function
561 if (is_ansi_end(ch))
580 /* Note that we discard final char, for which is_ansi_end is true. */
637 if (is_ansi_end(ch))
1132 if (ctldisp != OPT_ONPLUS || !is_ansi_end('m'))
H A Dfuncs.h194 public int is_ansi_end LESSPARAMS ((LWCHAR ch));

Completed in 61 milliseconds