Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro54 char_u *get_equalprg(void);
/vim-8.2.3635/src/
H A Dops.c3287 if (*get_equalprg() == NUL) in op_colon()
3291 stuffReadbuff(get_equalprg()); in op_colon()
4018 if (oap->op_type == OP_INDENT && *get_equalprg() == NUL) in do_pending_operator()
H A Doption.c5562 get_equalprg(void) in get_equalprg() function