Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/src/
H A Dpty.c194 char *m; in mch_openpty() local
240 char *m, *s; in mch_openpty() local
318 char *m; in mch_openpty() local
H A Dcreate_cmdidxs.vim18 let m = matchlist(line, '^EXCMD(CMD_\S*,\s*"\([a-z][^"]*\)"') variable
H A Dmatch.c39 matchitem_T *m; in match_add() local
287 matchitem_T *m; in clear_matches() local
1300 matchitem_T *m; in f_matcharg() local
H A Dgui_haiku.cc664 RefsReceived(BMessage *m, bool changedir) in RefsReceived()
804 BMessage *m = CurrentMessage(); in ArgvReceived() local
811 VimApp::RefsReceived(BMessage *m) in RefsReceived()
831 VimApp::SendRefs(BMessage *m, bool changedir) in SendRefs()
842 VimApp::MessageReceived(BMessage *m) in MessageReceived()
1486 BMessage *m = Window()->CurrentMessage(); in MouseDown() local
1523 BMessage *m = Window()->CurrentMessage(); in MouseUp() local
1562 VimTextAreaView::MessageReceived(BMessage *m) in MessageReceived()
4538 BMessage *m = new BMessage('menu'); in MenuMessage() local
4725 BMessage *m = be_clipboard->Data(); in clip_mch_request_selection() local
[all …]
H A Dregexp.c63 #define EMSG_RET_NULL(m) return (emsg((m)), rc_did_emsg = TRUE, (void *)NULL) argument
64 #define IEMSG_RET_NULL(m) return (iemsg((m)), rc_did_emsg = TRUE, (void *)NULL) argument
65 #define EMSG_RET_FAIL(m) return (emsg((m)), rc_did_emsg = TRUE, FAIL) argument
66 #define EMSG2_RET_NULL(m, c) return (semsg((const char *)(m), (c) ? "" : "\\"), rc_did_emsg = TRUE,… argument
67 #define EMSG3_RET_NULL(m, c, a) return (semsg((const char *)(m), (c) ? "" : "\\", (a)), rc_did_emsg… argument
68 #define EMSG2_RET_FAIL(m, c) return (semsg((const char *)(m), (c) ? "" : "\\"), rc_did_emsg = TRUE,… argument
H A Dversion.c8061 int h, m, l; in has_patch() local
H A Dvim.h2274 # define mch_open(n, m, p) open((n), (m), (p)) argument
2669 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
2671 # define S_ISDIR(m) 0 argument
2676 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
2678 # define S_ISREG(m) 0 argument
2683 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
2685 # define S_ISBLK(m) 0 argument
2692 # define S_ISSOCK(m) 0 argument
2699 # define S_ISFIFO(m) 0 argument
2706 # define S_ISCHR(m) 0 argument
[all …]
H A Darabic.c173 int h, m, l; in find_achar() local
H A Dui.c986 int m = cur_tmode; in fill_input_buf() local
H A Dwindow.c1925 int n, m; in win_equal_rec() local
3514 int m; in frame_minheight() local
3569 int m, n; in frame_minwidth() local
H A Dfileio.c669 int m = msg_scroll; in readfile() local
2616 int m = msg_scroll; in readfile() local
H A Dex_getln.c2717 int i, m, c; in set_cmdspos_cursor() local
3431 int m; in put_on_cmdline() local
H A Dmacros.h200 # define mch_open(n, m, p) open(vms_fixfilename(n), (m), (p)) argument
H A Dregexp_nfa.c5288 regsubs_T *m, in recursive_regmatch()
5731 regsubs_T *m) in nfa_regmatch()
7206 regsubs_T subs, m; in nfa_regtry() local
H A Dspell.c411 idx_T lo, hi, m; in find_word() local
1092 idx_T lo, hi, m; in find_prefix() local
H A Dcmdexpand.c527 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m]) in showmatches() argument
H A Dmbyte.c2084 int m; in utf_ptr2len_len() local
4362 int m = 0; in mb_unescape() local
H A Dglobals.h618 #define FOR_ALL_MENUS(m) for ((m) = root_menu; (m) != NULL; (m) = (m)->next) argument
H A Dif_py_both.h6843 #define ADD_OBJECT(m, name, obj) \ argument
6847 #define ADD_CHECKED_OBJECT(m, name, obj) \ argument
6856 populate_module(PyObject *m) in populate_module()
H A Dgui_at_fs.c199 #define S_ISXXX(m) ((m) & (S_IXUSR | S_IXGRP | S_IXOTH)) argument
H A Dinsexpand.c4285 unsigned m = (unsigned)len + 1; // one extra for the NUL in quote_meta() local
H A Dscreen.c932 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m]) in win_redr_status_matches() argument
/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c493 struct split_measurement *m) in measure_split()
599 static void score_add_split(const struct split_measurement *m, struct split_score *s) in score_add_split()
911 struct split_measurement m; in xdl_change_compact() local
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim20 inoremap m m map
/vim-8.2.3635/src/testdir/
H A Dmouse.vim24 func TerminalEscapeCode(code, row, col, m) argument

12