Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h61 char *scriptname; /* name of script file */ member
/titanic_41/usr/src/cmd/sgs/error/common/
H A Derror.h120 extern char *scriptname;
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dargs.c371 lp->scriptname = strdup(sh_fmtq(argv[0])); in sh_argopts()
372 lp->script=kiaentity(lp,lp->scriptname,-1,'p',-1,0,0,'s',0,""); in sh_argopts()
373 lp->fscript=kiaentity(lp,lp->scriptname,-1,'f',-1,0,0,'s',0,""); in sh_argopts()
H A Dparse.c1943 unsigned long r = kiaentity(lexp,lexp->scriptname,-1,'p',-1,lexp->sh->inlineno-1,0,'s',0,""); in kiaclose()
1944 kiaentity(lexp,lexp->scriptname,-1,'p',1,lexp->sh->inlineno-1,r,'s',0,""); in kiaclose()
1945 kiaentity(lexp,lexp->scriptname,-1,'f',1,lexp->sh->inlineno-1,r,'s',0,""); in kiaclose()