Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l40 FILE *scr_fp; variable
41 #define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(scr_fp))==10?(yylineno++,yytchar):yytch…
42 #define unput(p) ungetc(p, scr_fp)
639 if ((scr_fp = fopen(script_path, "r")) == NULL) {
715 fclose(scr_fp);