Searched refs:intoken (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/ctags/
H A Dctags.h56 #define intoken(arg) _itk[arg & 0xff] /* T if char can be in token */ macro
H A Dfortran.c121 for (cp = lbp + 1; *cp && intoken(*cp); ++cp)
H A DC.c207 storec: if (!intoken(c)) {
303 if (intoken(c) || c == '{')
367 if (!intoken(c))
408 if (!intoken(c))

Completed in 51 milliseconds