Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h81 ISN_PUSHS, // push string isn_arg.string enumerator
H A Dvim9compile.c1212 if ((isn = generate_instr_type(cctx, ISN_PUSHS, &t_string)) == NULL) in generate_PUSHS()
3376 if (isn->isn_type == ISN_PUSHS && *isn->isn_arg.string != NUL) in compile_arguments()
3855 isn->isn_type = ISN_PUSHS; in compile_dict()
3858 if (isn->isn_type == ISN_PUSHS) in compile_dict()
10372 case ISN_PUSHS: in delete_instr()
H A Dvim9execute.c2905 case ISN_PUSHS: in exec_instructions()
5328 case ISN_PUSHS: in list_instructions()