| ctags.c | 65 bool	_wht[256], _etk[256], _itk[256], _btk[256], _gd[256];  variable in typeref:typename:bool[256] 247  *	the pseudo-function.  Therefore, all of the array "_wht" is NO
 249  *	CWHITE are set to YES.  Thus, "_wht" of a char is YES if it is in
 259 		_wht[i] = _etk[i] = _itk[i] = _btk[i] = NO;
 264 		_wht[(unsigned)*sp] = YES;
 
 |