ISSPACE
if (ISSPACE(line[cursor])) {
if (!ISSPACE(line[cursor])) {
while (ISSPACE(line[cursor]))
if (c != '\0' && (!ISASCII(c) || !ISSPACE(c)))
if (ISSPACE(c)) {
while (ISSPACE(*cp))
} while (!ISSPACE(*cp) && !ISEOL(*cp));
#define ISNTWORDCH(c) ((c) == '\0' || ISSPACE(c))
#define SKIP_WORD(cp) while (*cp != '\0' && !ISSPACE(*cp)) ++cp;
#define SKIP_SPC(cp) while (ISSPACE(*cp)) ++cp;
for (i = 0; i < fname_buf_sz && *tp && !ISSPACE(*tp); ++i)
#define SKIP_WHITESPC(cp) while (*cp && ISSPACE(*cp)) cp++;
(cp[2] == '\0' || ISSPACE(cp[2]))) {
while (*cp && !ISSPACE(*cp))
while (ISSPACE(*cp))
!ISSPACE(*op); sp++, op++)
*op != '\0' && *op != '/' && !ISSPACE(*op) &&
for (c = *s; !ISSPACE(c) && (i > 0); i--)
for (; !ISSPACE(c) && (i > 0); i--)
if (ISSPACE(c))
if (params.gos_strp[0] == '-' && ISSPACE(params.gos_strp[1])) {
return (ISSPACE(c));
while ((*str != '\0') && ISSPACE(*str)) \
!ISSPACE(*ptr))
while ((*ptr != '\0') && !ISSPACE(*ptr))
(*ptr != ',') && (!ISSPACE(*ptr)))
else if (ISSPACE(*ptr))
if ((end_char == ',') && ISSPACE(*ptr))
if (*ptr && (*ptr != ',') && !ISSPACE(*ptr))
(cons_str[len] == '"') || ISSPACE(cons_str[len])) &&
while (ISSPACE(*value))
while (*value && !ISSPACE(*value) && *value != '=') {
while (value[value_len] && !ISSPACE(value[value_len])) {
while (ISSPACE(*value))
while (value[value_len] && !ISSPACE(value[value_len]))
if (!ISSPACE(name[0]) || name[1] != '-' || name[2] != 'B') {
while (ISSPACE(*name))
while (*name && !ISSPACE(*name)) {
ISSPACE(value[value_len]))
while (ISSPACE(line[c]))
while (ISSPACE(line[c]))
while (line[c] && !ISSPACE(line[c]))
while (ISSPACE(line[c]))
while (line[c] && !ISSPACE(line[c]))