yaccstatus        113 gtags-parser/C.c 	int yaccstatus = (type == TYPE_YACC) ? DECLARATIONS : PROGRAMS;
yaccstatus        188 gtags-parser/C.c 			if (yaccstatus == RULES && level == 0)
yaccstatus        209 gtags-parser/C.c 			if (yaccstatus == RULES && level == 0)
yaccstatus        228 gtags-parser/C.c 			if (yaccstatus == DECLARATIONS) {
yaccstatus        231 gtags-parser/C.c 				yaccstatus = RULES;
yaccstatus        232 gtags-parser/C.c 			} else if (yaccstatus == RULES)
yaccstatus        233 gtags-parser/C.c 				yaccstatus = PROGRAMS;
yaccstatus        234 gtags-parser/C.c 			inC = (yaccstatus == PROGRAMS) ? 1 : 0;
yaccstatus        257 gtags-parser/C.c 			if (yaccstatus == DECLARATIONS && target == DEF)