Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 25 of 39) sorted by relevance

12

/vim-8.2.3635/src/
H A Dautocmd.c244 for ((ap) = first_autopat[(int)(event)]; (ap) != NULL; (ap) = (ap)->next)
395 for (ap = *prev_ap; ap != NULL; ap = *prev_ap) in au_cleanup()
437 vim_free(ap); in au_cleanup()
524 AutoPat *ap; in au_del_group() local
531 if (ap->group == i && ap->pat != NULL) in au_del_group()
2166 for (ap = patcmd.curpat; ap->next != NULL; ap = ap->next) in apply_autocmds_group()
2333 for (ap = apc->curpat; ap != NULL && !got_int; ap = ap->next) in auto_next_pat()
2340 if (ap->pat != NULL && ap->cmds != NULL in auto_next_pat()
2476 if (ap->pat != NULL && ap->cmds != NULL in has_autocmd()
2671 for ( ; ap != NULL; ap = ap->next) in au_exists()
[all …]
H A Dstrings.c1845 va_list ap; in vim_snprintf_add() local
1854 va_start(ap, fmt); in vim_snprintf_add()
1856 va_end(ap); in vim_snprintf_add()
1863 va_list ap; in vim_snprintf() local
1866 va_start(ap, fmt); in vim_snprintf()
1868 va_end(ap); in vim_snprintf()
1877 va_list ap) in vim_vsnprintf() argument
1887 va_list ap, in vim_vsnprintf_typval() argument
1994 va_arg(ap, int); in vim_vsnprintf_typval()
2027 va_arg(ap, int); in vim_vsnprintf_typval()
[all …]
H A Dnbdebug.c104 va_list ap; in nbdbg() local
107 va_start(ap, fmt); in nbdbg()
108 vfprintf(nb_debug, fmt, ap); in nbdbg()
109 va_end(ap); in nbdbg()
H A Dterm.c3909 va_list ap; in log_tr() local
3923 va_end(ap); in log_tr()
4965 first = *ap++; in handle_csi()
4970 if (ap >= tp + len) in handle_csi()
4972 if (*ap == ';') in handle_csi()
4984 ++ap; in handle_csi()
4988 if (*ap == ';') in handle_csi()
4989 ++ap; in handle_csi()
4997 && !(*ap >= '{' && *ap <= '~') in handle_csi()
4999 ++ap; in handle_csi()
[all …]
H A Dproto.h141 int vim_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap)
143 int vim_vsnprintf_typval(char *str, size_t str_m, const char *fmt, va_list ap, typval_T *tvs)
H A Dmessage.c800 va_list ap; in semsg() local
802 va_start(ap, s); in semsg()
803 vim_vsnprintf((char *)IObuff, IOSIZE, s, ap); in semsg()
804 va_end(ap); in semsg()
847 va_list ap; in siemsg() local
849 va_start(ap, s); in siemsg()
850 vim_vsnprintf((char *)IObuff, IOSIZE, s, ap); in siemsg()
851 va_end(ap); in siemsg()
H A Dchannel.c218 va_list ap; in ch_log() local
221 va_start(ap, fmt); in ch_log()
222 vfprintf(log_fd, fmt, ap); in ch_log()
223 va_end(ap); in ch_log()
239 va_list ap; in ch_error() local
242 va_start(ap, fmt); in ch_error()
243 vfprintf(log_fd, fmt, ap); in ch_error()
244 va_end(ap); in ch_error()
H A Dnetbeans.c2272 va_list ap; in coloncmd() local
2274 va_start(ap, cmd); in coloncmd()
2275 vim_vsnprintf(buf, sizeof(buf), cmd, ap); in coloncmd()
2276 va_end(ap); in coloncmd()
H A Dspellfile.c1223 char_u *ap; in read_compound() local
1301 ap = alloc(todo + 1); in read_compound()
1302 if (ap == NULL) in read_compound()
1307 slang->sl_compallflags = ap; in read_compound()
1308 *ap = NUL; in read_compound()
1335 *ap++ = c; in read_compound()
1336 *ap = NUL; in read_compound()
/vim-8.2.3635/src/testdir/
H A Dtest_utf8_comparisons.vim2 " Also test "g~ap".
86 " test that g~ap changes one paragraph only.
92 call feedkeys("gg0g~ap", "tx")
H A Dtest_put.vim30 exe "norm! ggl\<c-v>2j2l\"ap"
H A Dtest_visual.vim402 " When start and end of visual area are identical, 'ap' or 'ip' select
409 " When start and end of visual area are not identical, 'ap' or 'ip'
H A Dtest_textobjects.vim346 " Test for the paragraph (ap) text object
/vim-8.2.3635/runtime/doc/
H A Dmap.txt122 :nm[ap] |mapmode-n|
123 :vm[ap] |mapmode-v|
124 :xm[ap] |mapmode-x|
125 :sm[ap] |mapmode-s|
126 :om[ap] |mapmode-o|
128 :im[ap] |mapmode-i|
129 :lm[ap] |mapmode-l|
130 :cm[ap] |mapmode-c|
137 :nm[ap] {lhs} |mapmode-n| *:nmap_l*
138 :vm[ap] {lhs} |mapmode-v| *:vmap_l*
[all …]
H A Dindex.txt497 |v_ap| ap "a paragraph" (with white space)
966 |v_ap| ap extend highlighted area with a paragraph
1241 |:cmap| :cm[ap] like ":map" but for Command-line mode
1360 |:imap| :im[ap] like ":map" but for Insert mode
1421 |:lmap| :lm[ap] like ":map!" but includes Lang-Arg mode
1470 |:nmap| :nm[ap] like ":map" but for Normal mode
1488 |:omap| :om[ap] like ":map" but for Operator-pending mode
1638 |:sunmap| :sunm[ap] like ":unmap" but for Select mode
1700 |:unmap| :unm[ap] remove mapping
1716 |:vmap| :vm[ap] like ":map" but for Visual+Select mode
[all …]
H A Dusr_10.txt644 This starts with the "gq" command, which is an operator. Following is "ap",
652 Instead of "ap" you could use any motion or text object. If your paragraphs
H A Dusr_28.txt62 created a fold. |zf| is an operator and |ap| a text object selection. You
H A Dusr_25.txt113 "ap" stands for "a-paragraph". This formats the text of one paragraph
/vim-8.2.3635/runtime/syntax/
H A Daml.vim22 …ectfeatur annoset annosum annosymbol annot annot[ext] annotext annotype ao ap apm[ode] app[end] ar…
23 …po[int] arcr[oute] arcs arcsc[itex] arcse[ction] arcsh[ape] arcsl[f] arcsn[ap] arcsp[ot] arcte[xt]…
28 …[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela…
31 …nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ex…
34 …tionends sectionendt[ext] sectionh[atch] sectionl[ines] sections sectionsn[ap] sectionsp[ot] secti…
H A Dvim.vim22 …le] sIg sa[rgument] sba[ll] sbr[ewind] scl scscope sfir[st] sgl sic sin sm[ap] snoreme spelld[ump]…
428ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[remap] om[ap] ono[remap] s…
430 syn keyword vimUnmap cu[nmap] iu[nmap] lu[nmap] nun[map] ou[nmap] sunm[ap] tunma[p] unm[ap] unm[ap
H A Dvmasm.vim18 syn keyword vmasmReg ap fp sp pc iv dv
/vim-8.2.3635/src/libvterm/src/
H A Dvterm_internal.h288 int VSNPRINTF(char *str, size_t str_m, const char *fmt, va_list ap);
/vim-8.2.3635/src/po/
H A Dpt_BR.po517 msgstr "E690: \"in\" faltando após :for"
2837 msgstr "Argumento faltando após"
2840 msgstr "Lixo após argumento de opção"
4226 msgstr "E521: Número requerido após ="
4268 msgstr "E526: Número faltando após <%s>"
4691 msgstr "E769: ] faltando após %s["
4719 msgstr "E69: ] faltando após %s%%["
4743 msgstr "E59: caractere inválido após %s@"
4765 msgstr "E68: Caractere inválido após \\z"
4773 msgstr "E71: Caractere inválido após %s%%"
[all …]
/vim-8.2.3635/runtime/tutor/
H A Dtutor.pt.utf-8376 ** Digite p para colar após o cursor o que acabou de apagar. **
798 1. Vá à linha marcada com ---> abaixo e posicione o cursor após "a)".
H A Dtutor.pt376 ** Digite p para colar ap�s o cursor o que acabou de apagar. **
798 1. V� � linha marcada com ---> abaixo e posicione o cursor ap�s "a)".

12