Searched refs:bltinlookup (Results 1 – 6 of 6) sorted by relevance
77 #define getenv(p) bltinlookup((p),0)
118 char *bltinlookup(const char *, int);
96 dest = bltinlookup("HOME", 1); in cdcmd()122 if (*dest == '/' || (path = bltinlookup("CDPATH", 1)) == NULL) in cdcmd()
314 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd()315 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd()
120 if ((ifs = bltinlookup("IFS", 1)) == NULL) in readcmd()
365 bltinlookup(const char *name, int doall) in bltinlookup() function