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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h53 const char *pcb_strptr; /* pointer to input position */ member in struct:dt_pcb
H A Ddt_lex.l62 yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen; n++) \
63 buf[n] = *yypcb->pcb_strptr++; \
852 else if (yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen)
853 c = *(unsigned char *)(yypcb->pcb_strptr++);
H A Ddt_cc.c2419 pcb.pcb_strptr = s;

Completed in 109 milliseconds