Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDline.c41 static char *mid_ansi_chars; variable
79 mid_ansi_chars = lgetenv("LESSANSIMIDCHARS"); in init_line()
80 if (mid_ansi_chars == NULL || *mid_ansi_chars == '\0') in init_line()
81 mid_ansi_chars = "0123456789:;[?!\"'#%()*+ "; in init_line()
552 return (strchr(mid_ansi_chars, (char) ch) != NULL);