Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro-error-attr/src/
Dparse.rs30 let shebang = match input.peek() { in parse_next_attr() localVariable
73 pub(crate) shebang: TokenTree, field
/external/python/cpython3/Lib/test/test_tools/
Dtest_pathfix.py19 def pathfix(self, shebang, pathfix_flags, exitcode=0, stdout='', stderr='', argument
/external/rust/crates/syn/src/
Dlib.rs981 let mut shebang = None; in parse_file() localVariable
/external/python/cpython3/PC/
Dlauncher.c844 wchar_t *shebang; member