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