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

  /src/sys/arch/next68k/next68k/
machdep.c 209 const char *color_str = iscolor ? " Color" : ""; local
222 cpu_setmodel("NeXT%s%s%s", shape_str, color_str, turbo_str);
  /src/external/bsd/less/dist/
screen.c 2606 char *color_str; local
2609 color_str = get_color_map(attr_bit);
2610 if (color_str == NULL || *color_str == '\0' || *color_str == '+')
2613 if (color_str == NULL || *color_str++ != '+')
2617 tput_color(color_str, f_putc);

Completed in 18 milliseconds