Home
last modified time | relevance | path

Searched refs:pcb_strptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pcb.h53 const char *pcb_strptr; /* pointer to input position */ member
H A Ddt_lex.l62 yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen; n++) \
63 buf[n] = *yypcb->pcb_strptr++; \
H A Ddt_cc.c2419 pcb.pcb_strptr = s; in dt_compile()