Searched defs:d_check_char (Results 1 – 2 of 2) sorted by relevance
135 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)->n++, 1) : 0) macro