Home
last modified time | relevance | path

Searched refs:condexpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile44 tst.condexpr.d \
/freebsd/contrib/one-true-awk/
H A Dproto.h183 extern Cell *condexpr(Node **, int);
H A Drun.c1850 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ in condexpr() function