Searched refs:vlookup (Results 1 – 1 of 1) sorted by relevance
39 static value_t *vlookup(char *);182 if ((p = vlookup(s))) { in vtoken()195 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) { in vtoken()201 p = vlookup(s); in vtoken()203 p = vlookup(s+1); in vtoken()274 vlookup(char *s) in vlookup() function344 p = vlookup(s); in vstring()