Home
last modified time | relevance | path

Searched refs:IS_EOL (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c330 #define IS_EOL(ch) ((ch == '#') || (ch == '\n')) macro
609 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()