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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshlex.h61 char *scriptname; /* name of script file */ member in struct:_shlex_
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c1943 unsigned long r = kiaentity(lexp,lexp->scriptname,-1,'p',-1,lexp->sh->inlineno-1,0,'s',0,"");
1944 kiaentity(lexp,lexp->scriptname,-1,'p',1,lexp->sh->inlineno-1,r,'s',0,"");
1945 kiaentity(lexp,lexp->scriptname,-1,'f',1,lexp->sh->inlineno-1,r,'s',0,"");
H A Dargs.c363 errormsg(SH_DICT,ERROR_usage(2),"-R requires scriptname");
371 lp->scriptname = strdup(sh_fmtq(argv[0]));
372 lp->script=kiaentity(lp,lp->scriptname,-1,'p',-1,0,0,'s',0,"");
373 lp->fscript=kiaentity(lp,lp->scriptname,-1,'f',-1,0,0,'s',0,"");
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h120 extern char *scriptname;

Completed in 50 milliseconds