Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h4129 EXPR_REM, // % enumerator
H A Dvim9execute.c3606 case EXPR_REM: if (arg2 == 0) in exec_instructions()
5583 case EXPR_REM: what = "%"; break; in list_instructions()
H A Dvim9compile.c815 isn->isn_arg.op.op_type = EXPR_REM; in generate_two_op()