Searched refs:ISEOL (Results 1 – 3 of 3) sorted by relevance
225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1289 if (ISEOL(*cp)) in tokenize()1293 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
423 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1734 if (ISEOL(*cp)) in tokenize()1746 } while (!ISEOL(*cp)); in tokenize()1758 } while ((*cp != '\"') && !ISEOL(*cp)); in tokenize()1766 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
152 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0') macro5367 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()5370 if (ISEOL(*tokens)) { in gettokens_netinfo()5377 if (ISEOL(*tokens)) in gettokens_netinfo()