Home
last modified time | relevance | path

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

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