Home
last modified time | relevance | path

Searched refs:ANSI_END (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dline.c627 return ANSI_END; in ansi_step()
629 return (ch == '\\') ? ANSI_END : ANSI_ERR; in ansi_step()
650 return ANSI_END; in ansi_step()
996 case ANSI_END: in store_ansi()
H A Dless.h460 #define ANSI_END 3 macro