yaccstatus 106 libparser/C.c int yaccstatus = (type == TYPE_YACC) ? DECLARATIONS : PROGRAMS; yaccstatus 165 libparser/C.c if (yaccstatus == RULES && level == 0) yaccstatus 188 libparser/C.c if (yaccstatus == RULES && level == 0) yaccstatus 207 libparser/C.c if (yaccstatus == DECLARATIONS) { yaccstatus 209 libparser/C.c yaccstatus = RULES; yaccstatus 210 libparser/C.c } else if (yaccstatus == RULES) yaccstatus 211 libparser/C.c yaccstatus = PROGRAMS; yaccstatus 212 libparser/C.c inC = (yaccstatus == PROGRAMS) ? 1 : 0; yaccstatus 235 libparser/C.c if (yaccstatus == DECLARATIONS)