Home
last modified time | relevance | path

Searched refs:ACTION_SPLIT (Results 1 – 11 of 11) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsearch.h21 #define ACTION_SPLIT 3 macro
H A Dsearch.c5242 if (action == ACTION_SPLIT) { in find_pattern_in_path()
H A Dwindow.c478 type, Prenum1, ACTION_SPLIT, 1, MAXLNUM); in do_window()
H A Dex_docmd.c8775 action = ACTION_SPLIT; in ex_findpat()
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Daction.h40 ACTION_SPLIT, enumerator
H A Daction.c208 Action *action = action_create( ACTION_SPLIT ); in action_queue_split()
H A Dengine.c3372 case ACTION_SPLIT: in engine_handle_next_action()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h876 #define ACTION_SPLIT 3 macro
H A Dsearch.c3855 if (action == ACTION_SPLIT) in find_pattern_in_path()
H A Dwindow.c569 Prenum1, ACTION_SPLIT, (linenr_T)1, (linenr_T)MAXLNUM); in do_window()
H A Dex_docmd.c8678 action = ACTION_SPLIT; in ex_findpat()