Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h277 int op_ic; // TRUE with '#', FALSE with '?', else MAYBE member
H A Dvim9execute.c3686 int ic = iptr->isn_arg.op.op_ic; in exec_instructions()
3739 int ic = iptr->isn_arg.op.op_ic; in exec_instructions()
5629 if (iptr->isn_arg.op.op_ic == TRUE) in list_instructions()
H A Dvim9compile.c931 isn->isn_arg.op.op_ic = ic; in generate_COMPARE()