Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dless.h410 typedef enum { CT_NULL, CT_4BIT, CT_6BIT } COLOR_TYPE; enumerator
Doptfunc.c567 if (parse_color(s, &fg, &bg) == CT_NULL)
Dscreen.c2470 COLOR_TYPE type = CT_NULL;
2473 return CT_NULL;
Dline.c1483 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL)