Searched refs:IS_EOL (Results 1 – 1 of 1) sorted by relevance
116 #define IS_EOL(x) ((*x == '\n') || (*x == '\r')) in main() macro131 while (*src && !IS_EOL(src)) in main()144 while (*src && !IS_EOL(src)) { in main()