Searched refs:C_CLASS_WHITE (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c95 #define C_CLASS_WHITE 1 macro
306 return C_CLASS_WHITE;
347 if (c_class != C_CLASS_WHITE)
389 if (c_class == C_CLASS_WHITE)
393 while ((p < high) && c_to_class(*p) == C_CLASS_WHITE)

Completed in 22 milliseconds