Home
last modified time | relevance | path

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

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