/src/lib/libcurses/ |
color.c | 405 * init_color -- 410 init_color(short color, short red, short green, short blue) function in typeref:typename:int 412 __CTRACE(__CTRACE_COLOR, "init_color: %d, %d, %d, %d\n",
|
color.c | 405 * init_color -- 410 init_color(short color, short red, short green, short blue) function in typeref:typename:int 412 __CTRACE(__CTRACE_COLOR, "init_color: %d, %d, %d, %d\n",
|
color.c | 405 * init_color -- 410 init_color(short color, short red, short green, short blue) function in typeref:typename:int 412 __CTRACE(__CTRACE_COLOR, "init_color: %d, %d, %d, %d\n",
|
/src/usr.bin/grep/ |
grep.c | 146 static inline const char *init_color(const char *); 309 init_color(const char *d) function in typeref:typename:const char * 597 color = init_color("01;31"); 601 color = init_color("01;31");
|
grep.c | 146 static inline const char *init_color(const char *); 309 init_color(const char *d) function in typeref:typename:const char * 597 color = init_color("01;31"); 601 color = init_color("01;31");
|
grep.c | 146 static inline const char *init_color(const char *); 309 init_color(const char *d) function in typeref:typename:const char * 597 color = init_color("01;31"); 601 color = init_color("01;31");
|