Searched refs:HOME (Results 1 - 24 of 24) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dtilde.sh51 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 Doptions.sh108 [[ $(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 Dexit.sh48 HOME=$PWD \
H A Dquoting2.sh79 x=$(print -r -- "\"$HOME\"")
80 if [[ $x != '"'$HOME'"' ]]
H A Dsubshell.sh453 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 Dquoting.sh78 x=$(print -r -- "\"$HOME\"")
79 if [[ $x != '"'$HOME'"' ]]
/ast/src/cmd/INIT/
H A DWWW.mk26 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 Dcrossexec.sh38 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 Dpackage.sh302 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 Dcrontab.sh31 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 Dvariables.h35 #define HOME (shgd->bltin_nodes+5) macro
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh76 else MSGROOT=$HOME
/ast/src/cmd/html/
H A Dmm2html.sh126 [+$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 Die.sh37 default history file name is \b$HOME/.\abase\a, where \abase\a is
106 histfile=$HOME/.$histfile
H A Dhistory.c120 if(cp=nam_strval(HOME))
/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c90 dir = nv_getval(HOME);
/ast/src/cmd/coshell/
H A Dservice.h104 #define HOME (3*OVERRIDE) /* home host reprieve */ macro
H A Dshell.c121 sp->override = cs.time + (sp->home ? HOME : OVERRIDE);
H A Dschedule.c270 if (ap->home) ap->override = cs.time + HOME;
391 sp->override = cs.time + (sp->home ? HOME : OVERRIDE);
/ast/src/lib/libast/misc/
H A Dmagic.c2258 if ((strneq(s, "~/", n = 2) || strneq(s, "$HOME/", n = 6) || strneq(s, "${HOME}/", n = 8)) && (t = getenv("HOME")))
/ast/src/cmd/nmake/
H A DMakerules.mk222 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 Dhistory.c243 if(cp=nv_getval(HOME))
/ast/src/cmd/ksh93/sh/
H A Dpath.c251 cp = nv_getval(HOME);
H A Dinit.c1383 sfprintf(shp->strbuf,"%s/.kshrc",nv_getval(HOME));

Completed in 87 milliseconds