cc                 97 gtags-parser/C.c 	int c, cc;
cc                128 gtags-parser/C.c 	while ((cc = nexttoken(interested, c_reserved_word)) != EOF) {
cc                129 gtags-parser/C.c 		switch (cc) {
cc                302 gtags-parser/C.c 			condition_macro(cc, target);
cc                324 gtags-parser/C.c 			if (c == '{' /* } */ && cc == C_ENUM) {
cc                669 gtags-parser/C.c condition_macro(int cc, int target)
cc                672 gtags-parser/C.c 	if (cc == SHARP_IFDEF || cc == SHARP_IFNDEF || cc == SHARP_IF) {
cc                682 gtags-parser/C.c 		else if ((cc = nexttoken(NULL, c_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
cc                686 gtags-parser/C.c 	} else if (cc == SHARP_ELIF || cc == SHARP_ELSE) {
cc                694 gtags-parser/C.c 	} else if (cc == SHARP_ENDIF) {
cc                716 gtags-parser/C.c 	while ((cc = nexttoken(NULL, c_reserved_word)) != EOF && cc != '\n') {
cc                717 gtags-parser/C.c                 if (cc == SYMBOL && strcmp(token, "defined") != 0) {
cc                 76 gtags-parser/Cpp.c 	int c, cc;
cc                106 gtags-parser/Cpp.c 	while ((cc = nexttoken(interested, cpp_reserved_word)) != EOF) {
cc                107 gtags-parser/Cpp.c 		if (cc == '~' && level == stack[classlevel].level)
cc                109 gtags-parser/Cpp.c 		switch (cc) {
cc                300 gtags-parser/Cpp.c 			condition_macro(cc, target);
cc                327 gtags-parser/Cpp.c 			if (c == '{' /* } */ && cc == CPP_ENUM) {
cc                703 gtags-parser/Cpp.c condition_macro(int cc, int target)
cc                706 gtags-parser/Cpp.c 	if (cc == SHARP_IFDEF || cc == SHARP_IFNDEF || cc == SHARP_IF) {
cc                716 gtags-parser/Cpp.c 		else if ((cc = nexttoken(NULL, cpp_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
cc                720 gtags-parser/Cpp.c 	} else if (cc == SHARP_ELIF || cc == SHARP_ELSE) {
cc                728 gtags-parser/Cpp.c 	} else if (cc == SHARP_ENDIF) {
cc                750 gtags-parser/Cpp.c 	while ((cc = nexttoken(NULL, cpp_reserved_word)) != EOF && cc != '\n') {
cc                751 gtags-parser/Cpp.c                 if (cc == SYMBOL && strcmp(token, "defined") != 0) {