vlookup
if ((p = vlookup(s))) {
if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
p = vlookup(s);
p = vlookup(s+1);
p = vlookup(s);
static value_t *vlookup(char *);
static int cmp_entry(const void *vlookup, const void *ventry)
const struct name_lookup *lookup = vlookup;