Searched refs:script_var (Results 1 – 3 of 3) sorted by relevance
282 let s:script_var = 1283 call assert_equal(1, exists('s:script_var'))285 unlet s:script_var286 call assert_equal(0, exists('s:script_var'))
6365 int script_var = (script_namespace in compile_lhs() local6373 if (script_namespace || script_var || import != NULL) in compile_lhs()6391 && !script_var && import == NULL) in compile_lhs()
303 var script_var = 123305 var func_var = script_var