Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/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; \
64 buf[n] = *yypcb->pcb_strptr++; \
H A Ddt_cc.c2423 pcb.pcb_strptr = s; in dt_compile()