Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Dvar.h121 char *lookupvar(const char *);
Dmain.c167 if ((shinit = lookupvar("ENV")) != NULL && *shinit != '\0') { in main()
Dcd.c418 pwd = lookupvar("PWD"); in pwd_init()
Darith_yacc.c101 str = lookupvar(varname); in arith_lookupvarint()
Dhistedit.c115 term = lookupvar("TERM"); in histedit()
Dexpand.c396 home = lookupvar("HOME"); in exptilde()
795 val = lookupvar(var); in evalvar()
Dvar.c428 lookupvar(const char *name) in lookupvar() function
Dparser.c2098 pwd = lookupvar("PWD"); in getprompt()
2106 home = lookupvar("HOME"); in getprompt()