cc                743 gtags-cscope/command.c 		char		*cc;
cc                745 gtags-cscope/command.c 		if ((cc = strchr(dispchars, c)))
cc                746 gtags-cscope/command.c 		    mark(cc - dispchars);
cc                 91 libparser/C.c  	int c, cc;
cc                120 libparser/C.c  	while ((cc = nexttoken(interested, c_reserved_word)) != EOF) {
cc                121 libparser/C.c  		switch (cc) {
cc                278 libparser/C.c  			condition_macro(param, cc);
cc                310 libparser/C.c  			if (c == '{' /* } */ && cc == C_ENUM) {
cc                594 libparser/C.c  condition_macro(const struct parser_param *param, int cc)
cc                597 libparser/C.c  	if (cc == SHARP_IFDEF || cc == SHARP_IFNDEF || cc == SHARP_IF) {
cc                607 libparser/C.c  		else if ((cc = nexttoken(NULL, c_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
cc                611 libparser/C.c  	} else if (cc == SHARP_ELIF || cc == SHARP_ELSE) {
cc                619 libparser/C.c  	} else if (cc == SHARP_ENDIF) {
cc                641 libparser/C.c  	while ((cc = nexttoken(NULL, c_reserved_word)) != EOF && cc != '\n') {
cc                642 libparser/C.c  		if (cc == SYMBOL && strcmp(token, "defined") != 0)
cc                 70 libparser/Cpp.c 	int c, cc;
cc                 99 libparser/Cpp.c 	while ((cc = nexttoken(interested, cpp_reserved_word)) != EOF) {
cc                100 libparser/Cpp.c 		if (cc == '~' && level == stack[classlevel].level)
cc                102 libparser/Cpp.c 		switch (cc) {
cc                303 libparser/Cpp.c 			condition_macro(param, cc);
cc                325 libparser/Cpp.c 			if (c == '{' /* } */ && cc == CPP_ENUM) {
cc                637 libparser/Cpp.c condition_macro(const struct parser_param *param, int cc)
cc                640 libparser/Cpp.c 	if (cc == SHARP_IFDEF || cc == SHARP_IFNDEF || cc == SHARP_IF) {
cc                650 libparser/Cpp.c 		else if ((cc = nexttoken(NULL, cpp_reserved_word)) == SYMBOL && !strcmp(token, "notdef"))
cc                654 libparser/Cpp.c 	} else if (cc == SHARP_ELIF || cc == SHARP_ELSE) {
cc                662 libparser/Cpp.c 	} else if (cc == SHARP_ENDIF) {
cc                684 libparser/Cpp.c 	while ((cc = nexttoken(NULL, cpp_reserved_word)) != EOF && cc != '\n') {
cc                685 libparser/Cpp.c                 if (cc == SYMBOL && strcmp(token, "defined") != 0) {