Searched refs:pcb_fileptr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_pcb.h | 50 FILE *pcb_fileptr; /* pointer to input file (or NULL) */ member
|
H A D | dt_lex.l | 55 if (yypcb->pcb_fileptr != NULL) { \ 56 if (((result = fread(buf, 1, max_size, yypcb->pcb_fileptr)) == 0) \ 57 && ferror(yypcb->pcb_fileptr)) \
|
H A D | dt_cc.c | 2417 pcb.pcb_fileptr = fp; in dt_compile() 2574 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP)) in dt_compile() 2575 (void) fclose(yypcb->pcb_fileptr); /* close dt_preproc() file */ in dt_compile()
|
H A D | dt_grammar.y | 320 if (yypcb->pcb_fileptr != NULL) {
|
H A D | dt_pid.c | 113 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap); in dt_pid_error()
|
H A D | dt_parser.c | 5126 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in xyvwarn() 5160 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in yyvwarn()
|