Searched refs:bltinlookup (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/bltin/
H A Dbltin.h77 #define getenv(p) bltinlookup((p),0)
/system/core/sh/
H A Dvar.h118 char *bltinlookup(const char *, int);
H A Dcd.c96 dest = bltinlookup("HOME", 1);
122 if (*dest == '/' || (path = bltinlookup("CDPATH", 1)) == NULL)
H A Dhistedit.c314 (editor = bltinlookup("FCEDIT", 1)) == NULL &&
315 (editor = bltinlookup("EDITOR", 1)) == NULL)
H A Dmiscbltin.c120 if ((ifs = bltinlookup("IFS", 1)) == NULL)
H A Dvar.c365 bltinlookup(const char *name, int doall) function

Completed in 100 milliseconds