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

/freebsd-13-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; \
64 buf[n] = *yypcb->pcb_strptr++; \
853 else if (yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen)
854 c = *(unsigned char *)(yypcb->pcb_strptr++);
H A Ddt_cc.c2419 pcb.pcb_strptr = s;

Completed in 66 milliseconds