Searched defs:d_next_char (Results 1 – 5 of 5) sorted by relevance
136 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
138 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
143 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
141 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro