Home
last modified time | relevance | path

Searched refs:ex_findpat (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.h501 EXCMD(CMD_djump, "djump", ex_findpat,
504 EXCMD(CMD_dlist, "dlist", ex_findpat,
516 EXCMD(CMD_dsearch, "dsearch", ex_findpat,
519 EXCMD(CMD_dsplit, "dsplit", ex_findpat,
714 EXCMD(CMD_ijump, "ijump", ex_findpat,
717 EXCMD(CMD_ilist, "ilist", ex_findpat,
747 EXCMD(CMD_isearch, "isearch", ex_findpat,
750 EXCMD(CMD_isplit, "isplit", ex_findpat,
H A Dex_docmd.c253 static void ex_findpat(exarg_T *eap);
255 # define ex_findpat ex_ni macro
8610 ex_findpat(eap); in ex_psearch()
8616 ex_findpat(exarg_T *eap) in ex_findpat() function