Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproto.h186 extern Cell *condexpr(Node **, int);
Drun.c1396 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ in condexpr() function