SYMBOL 207 gtags-cscope/display.c if (field == SYMBOL || field == CALLEDBY || field == CALLING) { SYMBOL 229 gtags-cscope/display.c if (field == SYMBOL || field == CALLEDBY || field == CALLING) { SYMBOL 280 gtags-cscope/display.c if (field == SYMBOL || field == CALLEDBY || field == CALLING) { SYMBOL 122 libparser/C.c case SYMBOL: /* symbol */ SYMBOL 245 libparser/C.c if ((c = nexttoken(interested, c_reserved_word)) != SYMBOL) { SYMBOL 252 libparser/C.c if (c == SYMBOL) SYMBOL 302 libparser/C.c if (c == SYMBOL) { SYMBOL 359 libparser/C.c if (c == SYMBOL) { SYMBOL 396 libparser/C.c } else if (c == SYMBOL) { SYMBOL 410 libparser/C.c } else if (c == SYMBOL) { SYMBOL 431 libparser/C.c else if (c == SYMBOL) { SYMBOL 493 libparser/C.c else if (c == SYMBOL) { SYMBOL 535 libparser/C.c if (c == SYMBOL) { SYMBOL 567 libparser/C.c && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED_WORD(c))) SYMBOL 581 libparser/C.c if (c == SYMBOL) SYMBOL 607 libparser/C.c else if ((cc = nexttoken(NULL, c_reserved_word)) == SYMBOL && !strcmp(token, "notdef")) SYMBOL 642 libparser/C.c if (cc == SYMBOL && strcmp(token, "defined") != 0) SYMBOL 667 libparser/C.c case SYMBOL: SYMBOL 103 libparser/Cpp.c case SYMBOL: /* symbol */ SYMBOL 137 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { SYMBOL 153 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { SYMBOL 187 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) { SYMBOL 270 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) != SYMBOL) { SYMBOL 277 libparser/Cpp.c if (c == SYMBOL) SYMBOL 309 libparser/Cpp.c if ((c = nexttoken(interested, cpp_reserved_word)) == SYMBOL) SYMBOL 317 libparser/Cpp.c if (c == SYMBOL) { SYMBOL 341 libparser/Cpp.c } else if (c == SYMBOL) { SYMBOL 356 libparser/Cpp.c } else if (c == SYMBOL) { SYMBOL 411 libparser/Cpp.c if (c == SYMBOL) { SYMBOL 447 libparser/Cpp.c } else if (c == SYMBOL) { SYMBOL 461 libparser/Cpp.c } else if (c == SYMBOL) { SYMBOL 482 libparser/Cpp.c else if (c == SYMBOL) { SYMBOL 544 libparser/Cpp.c else if (c == SYMBOL) { SYMBOL 583 libparser/Cpp.c if (c == SYMBOL) SYMBOL 624 libparser/Cpp.c if (c == SYMBOL) SYMBOL 650 libparser/Cpp.c else if ((cc = nexttoken(NULL, cpp_reserved_word)) == SYMBOL && !strcmp(token, "notdef")) SYMBOL 685 libparser/Cpp.c if (cc == SYMBOL && strcmp(token, "defined") != 0) { SYMBOL 711 libparser/Cpp.c case SYMBOL: SYMBOL 69 libparser/java.c case SYMBOL: /* symbol */ SYMBOL 70 libparser/java.c for (; c == SYMBOL && peekc(1) == '.'; c = nexttoken(interested, java_reserved_word)) { SYMBOL 73 libparser/java.c if (c != SYMBOL) SYMBOL 130 libparser/java.c if ((c = nexttoken(interested, java_reserved_word)) == SYMBOL) { SYMBOL 138 libparser/java.c while ((c = nexttoken(interested, java_reserved_word)) == SYMBOL && peekc(1) == '.') SYMBOL 140 libparser/java.c if (c == SYMBOL) SYMBOL 233 libutil/token.c c = SYMBOL;