Searched refs:ISEOL (Results 1 – 3 of 3) sorted by relevance
225 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1307 if (ISEOL(*cp)) in tokenize()1311 } while (!ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
425 #define ISEOL(c) ((c) == '\n' || (c) == '\r' || (c) == '\0') macro1779 if (ISEOL(*cp)) in tokenize()1791 } while (!ISEOL(*cp)); in tokenize()1803 } while ((*cp != '\"') && !ISEOL(*cp)); in tokenize()1811 } while ((*cp != '\"') && !ISSPACE(*cp) && !ISEOL(*cp)); in tokenize()
150 #define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0') macro5556 while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted)) in gettokens_netinfo()5559 if (ISEOL(*tokens)) { in gettokens_netinfo()5566 if (ISEOL(*tokens)) in gettokens_netinfo()