Searched refs:script_fp (Results 1 – 3 of 3) sorted by relevance
249 if (ctx->script_fp == NULL) { in make_env()253 ctx->script_fp = fp; in make_env()255 fp = ctx->script_fp; in make_env()
168 FILE *script_fp; member
2683 if (ctx.script_fp) in main()2684 fclose(ctx.script_fp); in main()