Home | History | Annotate | Download | only in config

Lines Matching refs:expP

500 	    expressionS *expP)		/* Where to put the results of parsing.  */
510 expP->X_add_symbol = expP->X_op_symbol = NULL;
511 expP->X_add_number = 0;
512 expP->X_op = O_constant;
519 (void) expression (expP);
522 expP->X_op = O_illegal;
524 symP = expP->X_add_symbol;
528 expP->X_op = O_illegal;