Home
last modified time | relevance | path

Searched defs:PRED (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/usr.bin/pascal/libpc/
H A DPRED.c13 PRED(value, lower, upper) in PRED() function
/csrg-svn/sys/vax/inline/
H A Dinline.h44 #define PRED(qindex) ((qindex) - 1 < 0 ? QUEUESIZE - 1 : (qindex) - 1) macro
/csrg-svn/sys/tahoe/inline/
H A Dinline.h44 #define PRED(qindex) ((qindex) - 1 < 0 ? QUEUESIZE - 1 : (qindex) - 1) macro
/csrg-svn/usr.bin/struct/struct/
H A Ddef.h84 #define PRED(v) *predic(v) /* string containing predicate */ macro