Searched refs:shebang (Results 1 – 13 of 13) sorted by relevance
82 pub shebang: Option<String>,99 shebang: None, in parse()
996 let mut shebang = None; in parse_file() localVariable1001 shebang = Some(content[..idx].to_string()); in parse_file()1004 shebang = Some(content.to_string()); in parse_file()1011 file.shebang = shebang; in parse_file()
40 此处加载非二进制文件(shell脚本?),您应该确保脚本在其工作头(shebang
43 此處加載非二進制文件(shell腳本?),您應該確保腳本在其工作頭(shebang
32 shebang header line (``#!/...``) that is fully working (including its
39 (e.g. ELF libraries, script's shebang).
866 shebang: self.shebang.clone(), in clone()
855 self.shebang == other.shebang && self.attrs == other.attrs in eq()
2062 shebang: node.shebang, in fold_file()
1118 self.shebang.hash(state); in hash()
1296 formatter.field("shebang", &self.shebang); in fmt()
2012 skip!(node.shebang); in visit_file_mut()
2098 skip!(node.shebang); in visit_file()