Searched refs:vlookup (Results 1 – 4 of 4) sorted by relevance
18 static value_t *vlookup(char *);152 if (p = vlookup(s)) { in vtoken()166 if ((p = vlookup(s)) != NULL && vaccess(p->v_access, READ)) { in vtoken()172 p = vlookup(s); in vtoken()174 p = vlookup(s+1); in vtoken()249 vlookup(char *s) in vlookup() function319 p = vlookup(s); in vstring()
87 #define vlook(n) vlookup(n, 0)311 NODE *vlookup(wchar_t *name, int nocreate);
598 if ((funcnp = vlookup(funcname, 1)) == NNULL in f_asort()
446 vlookup(wchar_t *name, int nocreate) in vlookup() function1086 np = vlookup(cp, 1) == NNULL ? const0 : const1; in exprreduce()