TYPE_YACC          74 libparser/C.c  	C_family(param, TYPE_YACC);
TYPE_YACC         106 libparser/C.c  	int yaccstatus = (type == TYPE_YACC) ? DECLARATIONS : PROGRAMS;
TYPE_YACC         107 libparser/C.c  	int inC = (type == TYPE_YACC) ? 0 : 1;	/* 1 while C source */
TYPE_YACC         117 libparser/C.c  	if (type == TYPE_YACC)