Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dcd.c100 if ((dest = *argptr) == NULL && (dest = bltinlookup("HOME", 1)) == NULL) in cdcmd()
105 dest = bltinlookup("OLDPWD", 1); in cdcmd()
113 (path = bltinlookup("CDPATH", 1)) == NULL) in cdcmd()
H A Dvar.c439 bltinlookup(const char *name, int doall) in bltinlookup() function
479 loc = bltinlookup("LC_ALL", 0); in bltinsetlocale()
487 locdef = bltinlookup("LANG", 0); in bltinsetlocale()
489 loc = bltinlookup(locale_names[i], 0); in bltinsetlocale()
H A Dvar.h119 char *bltinlookup(const char *, int);
H A Dhistedit.c325 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd()
326 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd()
H A Dmiscbltin.c212 if ((ifs = bltinlookup("IFS", 1)) == NULL) in readcmd()
H A Dexec.c846 return typecmd_impl(argc, argv, TYPECMD_TYPE, bltinlookup("PATH", 1)); in typecmd()
H A Deval.c1260 path = bltinlookup("PATH", 1); in commandcmd()
H A Dexpand.c684 val = bltinlookup(var, 1); in evalvar()