Home
last modified time | relevance | path

Searched refs:ISN_LOADAUTO (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9.h32 ISN_LOADAUTO, // push g: autoload variable isn_arg.string enumerator
H A Dvim9compile.c3187 isn_type = ISN_LOADAUTO; in compile_load()
3224 res = generate_LOAD(cctx, ISN_LOADAUTO, 0, name, &t_any); in compile_load()
5957 generate_LOAD(cctx, ISN_LOADAUTO, 0, name, type); in generate_loadvar()
10362 case ISN_LOADAUTO: in delete_instr()
H A Dvim9execute.c2167 case ISN_LOADAUTO: in exec_instructions()
5184 case ISN_LOADAUTO: in list_instructions()