Searched refs:FCN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h85 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
110 #define FCN 040 /* this is a function name */ macro
196 #define isfcn(n) ((n)->tval & FCN)
H A Dparse.c233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */
247 v->tval = FCN;
H A Dtran.c309 if (vp->tval & FCN)

Completed in 118 milliseconds