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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pcb.h55 const char *pcb_strptr; /* pointer to input position */ member in struct:dt_pcb
H A Ddt_lex.l71 size_t off = yypcb->pcb_strptr - yypcb->pcb_string; \
77 memcpy(buf, yypcb->pcb_strptr, result); \
78 yypcb->pcb_strptr += result; \
881 else if (yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen)
882 c = *(unsigned char *)(yypcb->pcb_strptr++);
H A Ddt_cc.c2135 pcb.pcb_strptr = s;
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1027 size_t off = yypcb->pcb_strptr - yypcb->pcb_string; \
1033 memcpy(buf, yypcb->pcb_strptr, result); \
1034 yypcb->pcb_strptr += result; \
3729 else if (yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen)
3730 c = *(unsigned char *)(yypcb->pcb_strptr++);

Completed in 56 milliseconds