Lines Matching defs:shebang
656 * If we're looking for an interpreter specified in a shebang line,
863 wchar_t *shebang;
1067 for (vpp = builtin_virtual_paths; vpp->shebang; ++vpp) {
1068 plen = wcslen(vpp->shebang);
1069 if (wcsncmp(shebang_line, vpp->shebang, plen) == 0) {
1079 if (vpp->shebang == NULL) {
1083 * We can't permanently modify the shebang line in case
1297 * Look for a shebang line in the first argument. If found
1301 * argv[0] might be a filename with a shebang.
1350 * we assume it's not a shebang file.
1357 * Found line terminator - parse the shebang.
1566 fputws(L"\n A shebang line in the script (if present)", stdout);
1902 /* Returns if no shebang line - pass to default processing */