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