Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro29 char_u *get_scriptname(scid_T id);
H A Devalvars.pro67 void new_script_vars(scid_T id);
/vim-8.2.3635/src/
H A Dscriptfile.c1116 static scid_T last_current_SID = 0; in do_source()
1571 get_scriptname(scid_T id) in get_scriptname()
H A Dmap.c221 scid_T sid, // -1 to use current_sctx in map_add()
2346 scid_T sid; in f_mapset()
H A Dstructs.h62 typedef int scid_T; // script ID typedef
87 scid_T sc_sid; // script ID
H A Devalvars.c2847 scid_T sid = current_sctx.sc_sid; in get_script_local_ht()
3022 new_script_vars(scid_T id) in new_script_vars()