Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l194 if (i < 0 || (i >= yypcb->pcb_sargc &&
200 if (i < yypcb->pcb_sargc) {
224 if (i < 0 || (i >= yypcb->pcb_sargc &&
230 if (i < yypcb->pcb_sargc) {
H A Ddt_pcb.h53 int pcb_sargc; /* number of script arguments (if any) */ member
H A Ddt_cc.c2364 pcb.pcb_sargc = argc; in dt_compile()
2384 if (yypcb->pcb_sargc != 0 && yypcb->pcb_sflagv == NULL) in dt_compile()
H A Ddt_parser.c2179 yypcb->pcb_sargc, yypcb->pcb_sargv, dnp->dn_desc) != 0) { in dt_node_pdesc_by_name()