HomeSort by: relevance | last modified time | path
    Searched refs:parse_color (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/less/dist/
screen.c 2509 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg) function
2585 switch (parse_color(str, &fg, &bg))
2647 switch (parse_color(str, &fg, &bg))
optfunc.c 554 if (parse_color(s, &fg, &bg) == CT_NULL)
funcs.h 32 public COLOR_TYPE parse_color(char *str, int *p_fg, int *p_bg);
line.c 1580 if (*colorstr != '\0' && parse_color(colorstr, NULL, NULL) == CT_NULL)

Completed in 122 milliseconds