Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/salsa-0.17.0-pre.2/examples/compiler/
H A Dmain.rs12 static INPUT_STR: &str = r#" const
22 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in test()
34 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in main()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/salsa-0.15.2/examples/compiler/
H A Dmain.rs12 static INPUT_STR: &'static str = r#" const
22 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in test()
34 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in main()
/dports/lang/rust/rustc-1.58.1-src/vendor/salsa/examples/compiler/
H A Dmain.rs12 static INPUT_STR: &str = r#" variable
22 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in test()
34 db.set_input_string(Arc::new(INPUT_STR.to_owned())); in main()
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dprop_conv.py156 INPUT_STR = { variable in MotifWMHints
186 return MotifWMHints.INPUT_STR.get(self.input_mode, "unknown mode: %i" % self.input_mode)
/dports/misc/clex/clex-4.6.patch9/src/
H A Dclex.h173 #define INPUT_STR 23 macro
175 wchar_t line[INPUT_STR]; /* user's input */
H A Dfilter.c188 if (panel->filter->size + cnt >= INPUT_STR) in insert_space()