Searched refs:EAT_SPACE (Results 1 – 1 of 1) sorted by relevance
36 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++ macro316 EAT_SPACE(ptr); in getpart()421 EAT_SPACE(ptr); in getpart()
Completed in 4 milliseconds