Home
last modified time | relevance | path

Searched refs:scriptname (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h62 char *scriptname; /* name of script file */ member
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h118 extern char *scriptname;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c380 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 Dparse.c2075 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()