cpp_reserved_word 106 gtags-parser/Cpp.c while ((cc = nexttoken(interested, cpp_reserved_word)) != EOF) { cpp_reserved_word 154 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == CPP_NAMESPACE) { cpp_reserved_word 155 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { cpp_reserved_word 168 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) cpp_reserved_word 172 gtags-parser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) == '\n') cpp_reserved_word 186 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { cpp_reserved_word 265 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) != SYMBOL) { cpp_reserved_word 272 gtags-parser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF && c != '\n' && c != /* ( */ ')') cpp_reserved_word 291 gtags-parser/Cpp.c while ((c = nexttoken(interested, cpp_reserved_word)) != EOF && c != '\n') cpp_reserved_word 303 gtags-parser/Cpp.c (void)nexttoken(interested, cpp_reserved_word); cpp_reserved_word 306 gtags-parser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) cpp_reserved_word 313 gtags-parser/Cpp.c c = nexttoken(interested, cpp_reserved_word); cpp_reserved_word 325 gtags-parser/Cpp.c c = nexttoken(interested, cpp_reserved_word); cpp_reserved_word 330 gtags-parser/Cpp.c for (; c != EOF; c = nexttoken(interested, cpp_reserved_word)) { cpp_reserved_word 361 gtags-parser/Cpp.c while ((c = nexttoken("<>", cpp_reserved_word)) != EOF) { cpp_reserved_word 377 gtags-parser/Cpp.c while ((c = nexttoken(";{", /* } */ cpp_reserved_word)) != EOF) { cpp_reserved_word 426 gtags-parser/Cpp.c c = nexttoken("{}(),;", cpp_reserved_word); cpp_reserved_word 436 gtags-parser/Cpp.c c = nexttoken(interest_enum, cpp_reserved_word); cpp_reserved_word 449 gtags-parser/Cpp.c c = nexttoken(interest_enum, cpp_reserved_word); cpp_reserved_word 451 gtags-parser/Cpp.c for (; c != EOF; c = nexttoken(interest_enum, cpp_reserved_word)) { cpp_reserved_word 507 gtags-parser/Cpp.c while ((c = nexttoken("(),;", cpp_reserved_word)) != EOF) { cpp_reserved_word 586 gtags-parser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { cpp_reserved_word 616 gtags-parser/Cpp.c while ((c = nexttoken("()", cpp_reserved_word)) != EOF) { cpp_reserved_word 653 gtags-parser/Cpp.c while ((c = nexttoken(",;[](){}=", cpp_reserved_word)) != EOF) { cpp_reserved_word 716 gtags-parser/Cpp.c else if ((cc = nexttoken(NULL, cpp_reserved_word)) == SYMBOL && !strcmp(token, "notdef")) cpp_reserved_word 750 gtags-parser/Cpp.c while ((cc = nexttoken(NULL, cpp_reserved_word)) != EOF && cc != '\n') { cpp_reserved_word 895 htags/cpp.c if (cpp_reserved_word(LEXTEXT, LEXLENG))