Searched refs:ISSTAROP (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ | ||
H A D | defines.h | 257 #define ISSTAROP(z) (z->tag==TEXPR && z->b_expr.opcode==OPSTAR) macro |
H A D | expr.c | 1355 if( ISSTAROP(lp) && ISICON(lp->b_expr.rightp) ) |