Searched refs:fscript (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/tip/ |
H A D | tipout.c | 56 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT() 57 (void) fclose(fscript); in intEMT() 62 if ((fscript = fopen(line, "a")) == NULL) in intEMT() 77 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM() 78 (void) fclose(fscript); in intTERM() 154 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout() 156 (void) fwrite(buf, 1, cnt, fscript); in tipout() 162 fscript); in tipout()
|
H A D | tip.h | 240 FILE *fscript; /* FILE for scripting */ variable
|
/titanic_41/usr/src/cmd/script/ |
H A D | script.c | 49 FILE *fscript; variable 100 if ((fscript = fopen(fname, aflg ? "a" : "w")) == NULL) { in main() 104 setbuf(fscript, NULL); in main() 138 (void) fclose(fscript); in doinput() 191 fprintf(fscript, gettext("Script started on %s\n"), tbuf); in dooutput() 197 (void) fwrite(obuf, 1, cc, fscript); in dooutput() 209 (void) fclose(fscript); in doshell() 250 fprintf(fscript, gettext("\nscript done on %s\n"), tbuf); in done() 251 (void) fclose(fscript); in done()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 57 unsigned long fscript; /* script file entity number */ member
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 373 lp->fscript=kiaentity(lp,lp->scriptname,-1,'f',-1,0,0,'s',0,""); in sh_argopts()
|
H A D | parse.c | 1922 …%..64d;%..64d;%c;%d;%s\n",np->hash,type,len,name,first,last,parent,lexp->fscript,pkind,width,attr); in kiaentity() 1924 …;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,name,first,last,parent,lexp->fscript,pkind,width,attr); in kiaentity()
|