HomeSort by relevance Sort by last modified time
    Searched refs:FCN (Results 1 - 3 of 3) sorted by null

  /external/one-true-awk/
awk.h 84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE|CONVC|CONVO */
115 #define FCN 040 /* this is a function name */
203 #define isfcn(n) ((n)->tval & FCN)
parse.c 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */
247 v->tval = FCN;
tran.c 340 if (vp->tval & FCN)
575 { "FCN", FCN },

Completed in 66 milliseconds