Searched refs:isoctdigit (Results 1 – 1 of 1) sorted by relevance
320 #define isoctdigit(c) ((c) >= '0' && (c) <= '7') macro343 } else if (isoctdigit(c)) { /* \d \dd \ddd */ in quoted()345 if (isoctdigit(*p)) { in quoted()347 if (isoctdigit(*p)) in quoted()