Searched refs:predparm (Results 1 – 2 of 2) sorted by relevance
356 char predparm; /* indicates that the 'parm' is a predicate variable
523 if ( q->parm != NULL && !q->predparm ) gen1("zzaPush(%s);\n", q->parm)3118 if ( q->parm!=NULL && q->predparm ) _gen1("(%s) && ", q->parm);3202 if ( q->parm!=NULL && q->predparm ) {gen1("} while (%s);\n", q->parm);}