Searched refs:IS_LINE_END (Results 1 – 1 of 1) sorted by relevance
25 #define IS_LINE_END(x) ('\r' == (x) || '\n' == (x)) macro37 if (IS_LINE_END(line_buf[0])) { in script_next_line()41 for (i = 0; !IS_LINE_END(line_buf[0]) && i <= MAX_LINE_SIZE; i++) in script_next_line()59 for (i = 0; !IS_LINE_END(line_buf[0]) && i <= MAX_LINE_SIZE; i++) in script_next_line()