Searched refs:_etk (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/usr.bin/ctags/
H A Dctags.c65 bool _wht[256], _etk[256], _itk[256], _btk[256], _gd[256]; variable
246 _wht[i] = _etk[i] = _itk[i] = _btk[i] = NO;
254 _etk[*sp] = YES;
H A Dctags.h57 #define endtoken(arg) _etk[arg & 0xff] /* T if char ends tokens */
81 extern bool _wht[], _etk[], _itk[], _btk[], _gd[];

Completed in 73 milliseconds