Home
last modified time | relevance | path

Searched refs:pcb_sargc (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l230 if (i < 0 || (i >= yypcb->pcb_sargc &&
236 if (i < yypcb->pcb_sargc) {
260 if (i < 0 || (i >= yypcb->pcb_sargc &&
266 if (i < yypcb->pcb_sargc) {
H A Ddt_pcb.h55 int pcb_sargc; /* number of script arguments (if any) */ member
H A Ddt_cc.c2425 pcb.pcb_sargc = argc; in dt_compile()
2445 if (yypcb->pcb_sargc != 0 && yypcb->pcb_sflagv == NULL) in dt_compile()
H A Ddt_parser.c2196 yypcb->pcb_sargc, yypcb->pcb_sargv, dnp->dn_desc) != 0) { in dt_node_pdesc_by_name()