Home
last modified time | relevance | path

Searched defs:op (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_utf8_comparisons.vim4 func Ch(a, op, b, expected) argument
/vim-8.2.3635/runtime/plugin/
H A DlogiPat.vim181 fun! s:LP_OpPush(op) argument
/vim-8.2.3635/src/
H A Dregexp_bt.c199 #define WITH_NL(op) ((op) >= FIRST_NL && (op) <= LAST_NL) argument
1025 regnode(int op) in regnode()
1136 reginsert(int op, char_u *opnd) in reginsert()
1164 reginsert_nr(int op, long val, char_u *opnd) in reginsert_nr()
1196 int op, in reginsert_limits()
2092 int op; in regpiece() local
3249 int op; in regmatch() local
5115 int op = EXACTLY; // Arbitrary non-END op. in regdump() local
5198 regprop(char_u *op) in regprop()
H A Dops.c100 op_on_lines(int op) in op_on_lines()
110 op_is_change(int op) in op_is_change()
191 char *op; in op_shift() local
H A Dif_python3.c643 py3__Py_DECREF(const char *filename UNUSED, int lineno UNUSED, PyObject *op) in py3__Py_DECREF()
661 # define Py_DECREF(op) py3__Py_DECREF(__FILE__, __LINE__, _PyObject_CAST(op)) argument
664 py3__Py_XDECREF(PyObject *op) in py3__Py_XDECREF()
673 # define Py_XDECREF(op) py3__Py_XDECREF(_PyObject_CAST(op)) argument
H A Deval.c1290 char_u *op, in set_var_lval()
1450 tv_op(typval_T *tv1, typval_T *tv2, char_u *op) in tv_op()
2870 int op; in eval5() local
3108 int op; in eval6() local
H A Dvim9compile.c678 check_number_or_float(vartype_T type1, vartype_T type2, char_u *op) in check_number_or_float()
763 generate_two_op(cctx_T *cctx, char_u *op) in generate_two_op()
4882 error_white_both(char_u *op, int len) in error_white_both()
4948 char_u *op; in compile_expr6() local
5026 char_u *op; in compile_expr5() local
5235 char *op, in compile_and_or()
6889 char_u *op; in compile_assignment() local
H A Devalvars.c750 char_u op[4]; in ex_let() local
937 char_u *op) in ex_let_vars()
1303 char_u *op, // "+", "-", "." or NULL in ex_let_one()
H A Dif_xcmdsrv.c677 ServerReplyFind(Window w, enum ServerReplyOp op) in ServerReplyFind()
H A Dregexp_nfa.c2193 int op; in nfa_regpiece() local
5268 nfa_re_num_cmp(long_u val, int op, long_u pos) in nfa_re_num_cmp()
6802 int op = t->state->c - NFA_VCOL; in nfa_regmatch() local
H A Dtextprop.c1688 textprop_T op; in prepend_joined_props() local
H A Dvim9.h432 opexpr_T op; member
H A Dlist.c847 char_u *op, in list_assign_range()