HomeSort by: relevance | last modified time | path
    Searched defs:vlookup (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/tip/
value.c 48 static value_t *vlookup(const char *);
168 if ((p = vlookup(s)) != NULL) {
181 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
187 p = vlookup(s);
189 p = vlookup(s+1);
262 vlookup(const char *s) function in typeref:typename:value_t *
333 p = vlookup(s);
value.c 48 static value_t *vlookup(const char *);
168 if ((p = vlookup(s)) != NULL) {
181 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
187 p = vlookup(s);
189 p = vlookup(s+1);
262 vlookup(const char *s) function in typeref:typename:value_t *
333 p = vlookup(s);
value.c 48 static value_t *vlookup(const char *);
168 if ((p = vlookup(s)) != NULL) {
181 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
187 p = vlookup(s);
189 p = vlookup(s+1);
262 vlookup(const char *s) function in typeref:typename:value_t *
333 p = vlookup(s);

Completed in 1777 milliseconds