Searched refs:HOME (Results 1 - 24 of 24) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | tilde.sh | 51 if [[ ~ != $HOME ]] 52 then err_exit '~' not $HOME 55 if [[ $x != $HOME ]] 56 then err_exit x=~ not $HOME 59 if [[ $x != x:$HOME ]] 60 then err_exit x=x:~ not x:$HOME 90 if [[ $x != "$HOME:$HOME" ]] 91 then err_exit "x=~:~ failed, expected '$HOME:$HOME', go [all...] |
H A D | options.sh | 108 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 109 err_exit 'privileged nointeractive shell reads $HOME/.kshrc file' 110 [[ $(print env_hit | HOME=$tmp $SHELL -E 2>&1) == "OK" ]] && 112 [[ $(print env_hit | HOME=$tmp $SHELL +E 2>&1) == "OK" ]] && 113 err_exit 'privileged +E reads $HOME/.kshrc file' 114 [[ $(print env_hit | HOME=$tmp $SHELL --rc 2>&1) == "OK" ]] && 116 [[ $(print env_hit | HOME=$tmp $SHELL --norc 2>&1) == "OK" ]] && 117 err_exit 'privileged --norc reads $HOME/.kshrc file' 119 [[ $(print env_hit | HOME=$tmp $SHELL 2>&1) == "OK" ]] && 120 err_exit 'nointeractive shell reads $HOME/ [all...] |
H A D | exit.sh | 48 HOME=$PWD \
|
H A D | quoting2.sh | 79 x=$(print -r -- "\"$HOME\"") 80 if [[ $x != '"'$HOME'"' ]]
|
H A D | subshell.sh | 453 exp=HOME=$HOME 454 ( HOME=/bin/sh ) 455 got=$(env | grep ^HOME=) 456 [[ $got == "$exp" ]] || err_exit "( HOME=/bin/sh ) cleanup failed -- expected '$exp', got '$got'"
|
H A D | quoting.sh | 78 x=$(print -r -- "\"$HOME\"") 79 if [[ $x != '"'$HOME'"' ]]
|
/ast/src/cmd/INIT/ |
H A D | WWW.mk | 26 WWWDIR := $(HOME:X=$(WWWDIR):T=F:O=1) 208 PATH=$HOME/bin:$PATH 210 pax -rvf $HOME/$(tmp)/$(dir)-delta.pax -z $HOME/$(tmp)/$(dir)-base.pax
|
H A D | crossexec.sh | 38 is used to find an entry in \b$HOME/.crossexec\b that specifies 41 [+CROSS ENVIRONMENT FILE?\b$HOME/.crossexec\b contains one line for each 48 is the \auser\a \b$HOME\b on \ahost\a.] 95 info=$HOME/.$command
|
H A D | package.sh | 302 results are retained.) \b$HOME/.pkgresults\b, if it exists, 1123 retained.) $HOME/.pkgresults, if it exists, must contain an 2663 else for i in `echo $HOME | sed -e 's,/[^/]*$,,'` $usr $use 6647 *) if test -f $HOME/.pkgresults 6648 then i="`cat $HOME/.pkgresults`"
|
/ast/src/cmd/at/ |
H A D | crontab.sh | 31 file=$HOME/.$command 48 actual crontab entry is maintained in the file \b$HOME/.crontab\b.] 52 [+HOME?A pathname of the calling user home directory.] 122 [+$HOME/.crontab?Edited per-user crontab entry file.]
|
/ast/src/cmd/ksh93/include/ |
H A D | variables.h | 35 #define HOME (shgd->bltin_nodes+5) macro
|
/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 76 else MSGROOT=$HOME
|
/ast/src/cmd/html/ |
H A D | mm2html.sh | 126 [+$HOME/.2html?Default rendering info.] 272 if [[ -f $HOME/.2html ]] 273 then . $HOME/.2html 332 for i in $HOME ${PATH//:/ } 1110 elif [[ -f $HOME/${html.heading} ]] 1111 then hit=$HOME/${html.heading} 1113 set "" $HOME $PATH 2843 elif [[ -f $HOME/${html.footing} ]] 2844 then hit=$HOME/${html.footing} 2846 set "" $HOME [all...] |
/ast/src/cmd/ie/ |
H A D | ie.sh | 37 default history file name is \b$HOME/.\abase\a, where \abase\a is 106 histfile=$HOME/.$histfile
|
H A D | history.c | 120 if(cp=nam_strval(HOME))
|
/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 90 dir = nv_getval(HOME);
|
/ast/src/cmd/coshell/ |
H A D | service.h | 104 #define HOME (3*OVERRIDE) /* home host reprieve */ macro
|
H A D | shell.c | 121 sp->override = cs.time + (sp->home ? HOME : OVERRIDE);
|
H A D | schedule.c | 270 if (ap->home) ap->override = cs.time + HOME; 391 sp->override = cs.time + (sp->home ? HOME : OVERRIDE);
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 2258 if ((strneq(s, "~/", n = 2) || strneq(s, "$HOME/", n = 6) || strneq(s, "${HOME}/", n = 8)) && (t = getenv("HOME")))
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 222 INSTALLROOT = $(HOME) 240 HTMLINITFILES = 2HTML:$(HOME)/.2html 4055 T5 = $(T2)HOME 4056 for T3 $(T2) $(T2)HOME $(T2)_HOME $(T2)ROOT $(T2)_ROOT 4134 .MAM.INSTALLROOT := $(INSTALLROOT:N=..*(/*):?$(INSTALLROOT)?$HOME?) 4147 .MAM.INSTALLROOT := $(INSTALLROOT:N=$(HOME):?$HOME?$(INSTALLROOT)?) 4587 if .MAM.INSTALLROOT == "$HOME" 4588 .MAM.PACKAGEROOT = $HOME
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 243 if(cp=nv_getval(HOME))
|
/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 251 cp = nv_getval(HOME);
|
H A D | init.c | 1383 sfprintf(shp->strbuf,"%s/.kshrc",nv_getval(HOME));
|
Completed in 89 milliseconds