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

/freebsd-10.2-release/bin/sh/
H A Dvar.h120 char *bltinlookup(const char *, int);
H A Dcd.c110 if ((dest = *argptr) == NULL && (dest = bltinlookup("HOME", 1)) == NULL)
124 (path = bltinlookup("CDPATH", 1)) == NULL)
H A Dvar.c435 bltinlookup(const char *name, int doall) function
476 loc = bltinlookup("LC_ALL", 0);
484 locdef = bltinlookup("LANG", 0);
486 loc = bltinlookup(locale_names[i], 0);
H A Dhistedit.c257 (editor = bltinlookup("FCEDIT", 1)) == NULL &&
258 (editor = bltinlookup("EDITOR", 1)) == NULL)
H A Dmiscbltin.c149 if ((ifs = bltinlookup("IFS", 1)) == NULL)
H A Dexec.c772 return typecmd_impl(argc, argv, TYPECMD_TYPE, bltinlookup("PATH", 1));
H A Deval.c1274 path = bltinlookup("PATH", 1);
H A Dexpand.c658 val = bltinlookup(var, 1);

Completed in 70 milliseconds