Searched refs:bltinlookup (Results 1 – 8 of 8) sorted by relevance
/freebsd/bin/sh/ |
H A D | cd.c | 100 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 D | var.c | 439 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 D | var.h | 119 char *bltinlookup(const char *, int);
|
H A D | histedit.c | 325 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd() 326 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd()
|
H A D | miscbltin.c | 212 if ((ifs = bltinlookup("IFS", 1)) == NULL) in readcmd()
|
H A D | exec.c | 846 return typecmd_impl(argc, argv, TYPECMD_TYPE, bltinlookup("PATH", 1)); in typecmd()
|
H A D | eval.c | 1260 path = bltinlookup("PATH", 1); in commandcmd()
|
H A D | expand.c | 684 val = bltinlookup(var, 1); in evalvar()
|