Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/awk/
H A Dproctab.c169 condexpr, /* CONDEXPR */
H A Dproto.h159 extern Cell *condexpr(Node **, int);
H A Drun.c1324 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ in condexpr() function