Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.color.c90 #define nvariables (sizeof(variables)/sizeof(variables[0])) macro
225 for (i = 0; i < nvariables; i++) in init()
379 for (i = 0; i < nvariables; i++) in parseLS_COLORS()
383 if (i < nvariables) { in parseLS_COLORS()
441 for (i = 0; i < nvariables; i++) in print_color()
447 if (i == nvariables) { in print_color()