Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dproto.h182 extern Cell *condexpr(Node **, int);
Drun.c1341 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ in condexpr() function