Searched refs:IS_EOL (Results 1 – 1 of 1) sorted by relevance
330 #define IS_EOL(ch) ((ch == '#') || (ch == '\n')) macro609 if (IS_EOL(*ihp)) { in exec_shell_imgact()629 if (IS_EOL(*ihp)) { in exec_shell_imgact()643 while (IS_EOL(*ihp) || IS_WHITESPACE(*ihp)) { in exec_shell_imgact()