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

/freebsd-13-stable/bin/sh/
H A Dvar.h121 char *lookupvar(const char *);
H A Dmain.c155 if ((shinit = lookupvar("ENV")) != NULL && *shinit != '\0') {
H A Dcd.c421 pwd = lookupvar("PWD");
H A Darith_yacc.c101 str = lookupvar(varname);
H A Dhistedit.c118 term = lookupvar("TERM");
H A Dexec.c687 if (*name != '/' && (pwd = lookupvar("PWD")) != NULL && *pwd != '\0') {
H A Dvar.c428 lookupvar(const char *name) function
H A Dexpand.c396 home = lookupvar("HOME");
795 val = lookupvar(var);

Completed in 170 milliseconds