Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c576 char *ihp; in exec_shell_imgact() local
608 for (ihp = &vdata[2]; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
609 if (IS_EOL(*ihp)) { in exec_shell_imgact()
612 } else if (IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
620 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
625 line_startp = ihp; in exec_shell_imgact()
628 for (; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
629 if (IS_EOL(*ihp)) { in exec_shell_imgact()
637 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
643 while (IS_EOL(*ihp) || IS_WHITESPACE(*ihp)) { in exec_shell_imgact()
[all …]