Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/libvterm/src/
H A Dunicode.c70 struct interval { struct
80 static const struct interval combining[] = { argument
365 static int bisearch(uint32_t ucs, const struct interval *table, int max) { in bisearch()
433 sizeof(combining) / sizeof(struct interval) - 1)) in mk_wcwidth()
484 static const struct interval ambiguous[] = {
542 sizeof(ambiguous) / sizeof(struct interval) - 1))
566 sizeof(ambiguous) / sizeof(struct interval) - 1)) ? 1 : 0; in vterm_unicode_is_ambiguous()
577 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1); in vterm_is_combining()
595 static const struct interval fullwidth[] = {
/vim-8.2.3635/runtime/syntax/
H A Dlftp.vim61 \ set-t[erm-status] statu[s-interval]
81 \ nop[-interval] pas[sive-mode]
89 \ ssl-protect-l[ist] stat-[interval]
121 \ pe[rsist-retries] reconnect-interval-b[ase]
122 \ reconnect-interval-ma[x]
123 \ reconnect-interval-mu[ltiplier]
H A Dnamed.vim122 syn keyword namedOption contained cleaning-interval interface-interval statistics-interval heartbea…
H A Dfetchmail.vim34 \ checkalias uidl interval netsec principal
H A Drouteros.vim56 syn keyword routerosCommands follow follow-only from interval terse value-list without-paging
H A Dmplayerconf.vim87 \ heartbeat-interval hr-edl-seek
H A Dsamba.vim43 syn keyword sambaKeyword contained interfaces interval invalid keepalive
H A Dsqlinformix.vim141 syn keyword sqlType float int int8 integer interval list lvarchar
H A Dtmux.vim86 \ status-fg status-format status-interval status-justify status-keys
H A Dprogress.vim136 …events-proc[edure] add-fields-from add-first add-header-entry add-index-field add-interval add-last
197 …nsert-t[ab] instantiating-procedure int[eger] interface internal-entries interval invoke is-clas[s]
214 syn keyword ProgressOperator multiple-key multitasking-interval must-exist must-understand name nam…
H A Dmupad.vim101 syn keyword mupadFunction interpolate interval irreducible is
H A Dmysql.vim130 syn region mysqlOperator start="interval(" end=")" contains=ALL
H A Dpine.vim87 syn keyword pineConfig mail-check-interval
H A Dgnuplot.vim239 syn keyword gnuplotKeyword cntrlabel format font start interval onecolor
H A D2html.vim1658 " find the tabstop interval to use for the tab we just found. Keep
/vim-8.2.3635/runtime/ftplugin/
H A Dcobol.vim189 let interval = s:increase()
196 return s:repeat(c,interval)
209 let interval = s:decrease()
212 return s:repeat(c,interval)
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim183 call setline(1, " static struct interval combining[] =")
265 call setline(1, "static struct interval " . a:tableName . "[] =")
268 call setline(1, " static struct interval " . a:tableName . "[] =")
370 call setline(1, "static struct interval emoji_all[] =")
408 call setline(1, " static struct interval emoji_wide[] =")
/vim-8.2.3635/src/
H A Dmbyte.c1128 struct interval struct
1138 intable(struct interval *table, size_t size, int c) in intable()
1148 top = (int)(size / sizeof(struct interval) - 1); in intable()
1164 static struct interval ambiguous[] =
1372 static struct interval doublewidth[] = in utf_char2cells()
1495 static struct interval emoji_wide[] = in utf_char2cells()
2297 static struct interval combining[] = in utf_iscomposing()
2609 static struct interval nonprint[] = in utf_printable()
2624 static struct interval emoji_all[] =
/vim-8.2.3635/src/po/
H A Dca.po1010 msgstr "E147: No �s possible usar :global recursivament amb un interval"
2643 msgstr "l'�ndex de la finestra est� fora de l'interval"
2676 msgstr "n�mero de l�nia fora de l'interval"
2752 msgstr "n�mero de l�nia fora de l'interval"
3639 msgstr "E322: n�mero de l�nia fora de l'interval: %ld passat el final"
4987 msgstr "E762: Car�cter a FOL, LOW o UPP fora de l'interval"
6549 msgstr "E684: �ndex de llista fora de l'interval: %ld"
6690 msgstr "l'�ndex ha de ser un enter o un interval, no %s"
6766 msgstr "�ndex de llista fora de l'interval"
6773 msgstr "l'increment de l'interval no pot ser zero"
[all …]
H A Dsr.po9648 msgid "interval in milliseconds between polls for MzScheme threads"
H A Dit.po9178 msgid "interval in milliseconds between polls for MzScheme threads"
H A Dde.po9456 msgid "interval in milliseconds between polls for MzScheme threads"
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2818interval | DateTime','return_type':'DateTime'},'modify':{'signature':'string $modify | DateTime','…
/vim-8.2.3635/runtime/
H A Doptwin.vim1358 …call <SID>AddOption("mzquantum", gettext("interval in milliseconds between polls for MzScheme thre…
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt818 'mzquantum' 'mzq' the interval between polls for MzScheme threads

12