HomeSort by: relevance | last modified time | path
    Searched defs:_wht (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ctags/
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;

Completed in 15 milliseconds