Searched refs:SKIPWS (Results 1 – 1 of 1) sorted by relevance
171 #define SKIPWS(p) do { while (isspace ((unsigned char) *p)) p++; } while (0); in fill_in_uparams() macro177 SKIPWS (var); in fill_in_uparams()190 SKIPWS (arg); in fill_in_uparams()197 SKIPWS (arg); in fill_in_uparams()216 SKIPWS (arg); in fill_in_uparams()
Completed in 7 milliseconds