Home
last modified time | relevance | path

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

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