Home
last modified time | relevance | path

Searched refs:isn_T (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c548 isn_T *isn; in generate_instr()
582 isn_T *isn; in generate_instr_type()
602 isn_T *isn; in generate_instr_debug()
621 isn_T *isn; in may_generate_2STRING()
769 isn_T *isn; in generate_two_op()
4437 isn_T *isn = ALLOC_MULT(isn_T, expr_isn_count); in compile_subscript()
5388 isn_T *isn; in compile_and_or()
5497 isn_T *isn; in compile_expr1()
8604 isn_T *isn; in compile_try()
8877 isn_T *isn = ((isn_T *)instr->ga_data) in compile_endtry()
[all …]
H A Dvim9.h372 isn_T *subs_instr; // sequence of instructions
449 isn_T *instr;
473 isn_T *df_instr; // function body to be executed
476 isn_T *df_instr_debug; // like "df_instr" with debugging
478 isn_T *df_instr_prof; // like "df_instr" with profiling
H A Dvim9execute.c837 isn_T *iptr, in call_ufunc()
938 isn_T *iptr, in call_by_name()
1398 isn_T *iptr) in call_eval_func()
1480 exec_command(isn_T *iptr) in exec_command()
1500 isn_T *instr_instr;
1506 isn_T *subs_instr;
1572 handle_debug(isn_T *iptr, ectx_T *ectx) in handle_debug()
1577 isn_T *ni; in handle_debug()
1659 isn_T *iptr; in exec_instructions()
5012 isn_T *iptr = &instr[current]; in list_instructions()
[all …]
H A Dstructs.h1379 typedef struct isn_S isn_T; // instruction typedef
/vim-8.2.3635/src/proto/
H A Dvim9compile.pro23 void delete_instr(isn_T *isn);