Searched refs:pcb_fileptr (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/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)) == \ 57 0) && ferror(yypcb->pcb_fileptr)) \
|
H A D | dt_cc.c | 2421 pcb.pcb_fileptr = fp; in dt_compile() 2584 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP)) in dt_compile() 2585 (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 | 112 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap); in dt_pid_error()
|
H A D | dt_parser.c | 5150 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in xyvwarn() 5184 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap); in yyvwarn()
|