Home
last modified time | relevance | path

Searched refs:ISSTAROP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefines.h257 #define ISSTAROP(z) (z->tag==TEXPR && z->b_expr.opcode==OPSTAR) macro
H A Dexpr.c1355 if( ISSTAROP(lp) && ISICON(lp->b_expr.rightp) )