HomeSort by: relevance | last modified time | path
    Searched refs:_gd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ctags/
ctags.h 54 #define isgood(arg) (_gd[(unsigned)arg]) /* T if char can be after ')' */
77 extern bool _wht[], _etk[], _itk[], _btk[], _gd[];
ctags.c 65 bool _wht[256], _etk[256], _itk[256], _btk[256], _gd[256]; variable in typeref:typename:bool[256][256][256][256][256]
260 _gd[i] = YES;
276 _gd[(unsigned)*sp] = NO;

Completed in 91 milliseconds