Searched refs:pcb_fileptr (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h50 FILE *pcb_fileptr; /* pointer to input file (or NULL) */ member in struct:dt_pcb
H A Ddt_lex.l802 else if (yypcb->pcb_fileptr != NULL)
803 c = fgetc(yypcb->pcb_fileptr);
821 if (yypcb->pcb_fileptr != NULL && ferror(yypcb->pcb_fileptr))
H A Ddt_grammar.y312 if (yypcb->pcb_fileptr != NULL) {
H A Ddt_pid.c92 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap);
H A Ddt_cc.c2080 pcb.pcb_fileptr = fp;
2212 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP))
2213 (void) fclose(yypcb->pcb_fileptr); /* close dt_preproc() file */
H A Ddt_parser.c4917 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);
4951 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);

Completed in 55 milliseconds