Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h48 FILE *pcb_fileptr; /* pointer to input file (or NULL) */ member
H A Ddt_cc.c2360 pcb.pcb_fileptr = fp; in dt_compile()
2517 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP)) in dt_compile()
2518 (void) fclose(yypcb->pcb_fileptr); /* close dt_preproc() file */ in dt_compile()
H A Ddt_grammar.y317 if (yypcb->pcb_fileptr != NULL) {
H A Ddt_pid.c98 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap); in dt_pid_error()
H A Ddt_parser.c5136 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in xyvwarn()
5170 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in yyvwarn()