Searched refs:ISEOL (Results 1 – 3 of 3) sorted by relevance
225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1271 if (ISEOL(*cp)) in tokenize()1275 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
401 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1664 if (ISEOL(*cp)) in tokenize()1676 } while (!ISEOL(*cp)); in tokenize()1688 } while ((*cp != '\"') && !ISEOL(*cp)); in tokenize()1696 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
141 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0') macro4893 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()4896 if (ISEOL(*tokens)) { in gettokens_netinfo()4903 if (ISEOL(*tokens)) in gettokens_netinfo()