Home
last modified time | relevance | path

Searched defs:shebang (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
Dparse.rs30 let shebang = match input.peek() { in parse_next_attr() localVariable
73 pub(crate) shebang: TokenTree, field
/third_party/python/Lib/test/test_tools/
Dtest_pathfix.py20 def pathfix(self, shebang, pathfix_flags, exitcode=0, stdout='', stderr='', argument
/third_party/node/deps/npm/node_modules/cmd-shim/lib/
Dindex.js51 const shebang = firstLine.match(shebangExpr) constant
/third_party/rust/crates/syn/src/
Dlib.rs993 let mut shebang = None; in parse_file() localVariable
/third_party/typescript/src/compiler/
Dscanner.ts729 const shebang = shebangTriviaRegex.exec(text)![0]; constant
764 const shebang = getShebang(text); constant
Demitter.ts4231 const shebang = getShebang(sourceFileOrBundle.text); constant
/third_party/python/PC/
Dlauncher2.c756 searchPath(SearchInfo *search, const wchar_t *shebang, int shebangLength) in searchPath()
895 _useShebangAsExecutable(SearchInfo *search, const wchar_t *shebang, int shebangLength) in _useShebangAsExecutable()
1019 wchar_t *shebang; in checkShebang() local
Dlauncher.c863 wchar_t *shebang; member
/third_party/typescript/src/services/
DtextChanges.ts1358 const shebang = getShebang(text); constant
/third_party/rust/crates/syn/
Dsyn.json2102 "shebang": { object