Searched refs:pred (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libpp/
H A Dppexpr.c43 exists(int op, char* pred, register char* args) argument
65 error(1, "%s: \"...\" or <...> argument expected", pred);
78 message((-2, "%s: %s found", pred, pp.path));
84 if (c) error(1, "%s: \"...\" arguments expected", pred);
86 message((-2, "%s: %s not found", pred, file));
109 compare(char* pred, char* args, int match) argument
142 error(2, "%s: 2 arguments expected", pred);
161 static char pred[MAXID + 1]; local
183 strcpy(pred, pp.token);
197 error(1, "%s: predicate argument expected", pred);
[all...]
H A Dppmisc.c71 ppassert(int op, char* pred, char* args) argument
86 if (a = (struct pplist*)hashget(pp.prdtab, pred))
108 hashput(pp.prdtab, pred, a);
109 if (sym = ppsymref(pp.symtab, pred))
122 if (sym = ppsymset(pp.symtab, pred))
H A Dppcontrol.c57 assert(int op, char* pred, char* args) argument
72 if (a = (struct pplist*)hashget(pp.prdtab, pred))
94 hashput(pp.prdtab, pred, a);
95 if (sym = ppsymref(pp.symtab, pred))
108 if (sym = ppsymset(pp.symtab, pred))
/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c174 if(plan->pred[1] != 0)
176 if(plan->pred[3] != 2)
178 if(plan->pred[5] != 4)

Completed in 19 milliseconds