Home
last modified time | relevance | path

Searched refs:ansi_start (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dcvt.c79 } else if ((ops & CVT_ANSI) && (pansi = ansi_start(ch)) != NULL) in cvt_text()
H A Dline.c603 public struct ansi_state * ansi_start(LWCHAR ch)
1088 line_ansi = ansi_start(ch); in do_append()
1350 } else if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(ch)) != NULL) in forw_raw_line()
1623 struct ansi_state *pansi = ansi_start(ch);
604 public struct ansi_state * ansi_start(LWCHAR ch) ansi_start() function
H A Dfilename.c497 if (ctldisp == OPT_ONPLUS && (pansi = ansi_start(c)) != NULL) in seek_filesize()
H A Dfuncs.h231 public struct ansi_state * ansi_start(LWCHAR ch);