Searched refs:scriptname (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shlex.h | 62 char *scriptname; /* name of script file */ member
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | error.h | 118 extern char *scriptname;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 380 lp->scriptname = strdup(sh_fmtq(argv[0])); in sh_argopts() 381 lp->script=kiaentity(lp,lp->scriptname,-1,'p',-1,0,0,'s',0,""); in sh_argopts() 382 lp->fscript=kiaentity(lp,lp->scriptname,-1,'f',-1,0,0,'s',0,""); in sh_argopts()
|
H A D | parse.c | 2075 unsigned long r = kiaentity(lexp,lexp->scriptname,-1,'p',-1,lexp->sh->inlineno-1,0,'s',0,""); in kiaclose() 2076 kiaentity(lexp,lexp->scriptname,-1,'p',1,lexp->sh->inlineno-1,r,'s',0,""); in kiaclose() 2077 kiaentity(lexp,lexp->scriptname,-1,'f',1,lexp->sh->inlineno-1,r,'s',0,""); in kiaclose()
|