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

/freebsd-11.0-release/usr.bin/ctags/
H A Dctags.h54 #define iswhite(arg) _wht[arg & 0xff] /* T if char is white */
81 extern bool _wht[], _etk[], _itk[], _btk[], _gd[];
H A Dctags.c65 bool _wht[256], _etk[256], _itk[256], _btk[256], _gd[256]; variable
234 * the pseudo-function. Therefore, all of the array "_wht" is NO
236 * CWHITE are set to YES. Thus, "_wht" of a char is YES if it is in
246 _wht[i] = _etk[i] = _itk[i] = _btk[i] = NO;
251 _wht[*sp] = YES;

Completed in 103 milliseconds