Searched refs:_NG_ISSPACE (Results 1 – 1 of 1) sorted by relevance
66 #define _NG_ISSPACE(p) (isspace((unsigned char) (p)) || (p) == '\n') macro108 for (sp = *pp; *sp && _NG_ISSPACE(*sp); sp++) in getstring()112 for (ep = sp; *ep && *ep != del && !_NG_ISSPACE(*ep); ep++) in getstring()116 for (dp = ep; *dp && *dp != del && _NG_ISSPACE(*dp); dp++) in getstring()369 while (**p && _NG_ISSPACE(**p)) in _ng_parse()381 for (np = *p; **p && !_NG_ISSPACE(**p); (*p)++) in _ng_parse()