Home
last modified time | relevance | path

Searched refs:instr_T (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h1390 typedef struct instr_S instr_T; typedef
1450 instr_T *v_instr; // instructions to execute
H A Dvim9execute.c1804 tv->vval.v_instr = ALLOC_ONE(instr_T); in exec_instructions()