Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 77) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dui.c441 long remaining = wtime; in ui_wait_for_chars_or_timer() local
451 while (wtime < 0 || remaining > 0) in ui_wait_for_chars_or_timer()
461 if (due_time <= 0 || (wtime > 0 && due_time > remaining)) in ui_wait_for_chars_or_timer()
462 due_time = remaining; in ui_wait_for_chars_or_timer()
499 remaining -= due_time; in ui_wait_for_chars_or_timer()
H A Dviminfo.c202 if (len > remaining - 2) in barline_writestring()
205 remaining = LSIZE - 20; in barline_writestring()
215 --remaining; in barline_writestring()
221 --remaining; in barline_writestring()
225 --remaining; in barline_writestring()
227 if (remaining < 3) in barline_writestring()
233 remaining = LSIZE - 20; in barline_writestring()
237 return remaining - 2; in barline_writestring()
1917 int remaining; in write_viminfo_registers() local
1936 --remaining; in write_viminfo_registers()
[all …]
H A Dgui_haiku.cc1041 BRect remaining = frame; in init() local
1042 textArea = new VimTextAreaView(remaining); in init()
1081 BRect remaining = Bounds(); in AllAttached() local
1084 remaining.top += MenuHeight(); in AllAttached()
1085 menuBar->ResizeTo(remaining.right, remaining.top); in AllAttached()
1090 toolBar->MoveTo(remaining.left, remaining.top); in AllAttached()
1092 remaining.top += ToolbarHeight(); in AllAttached()
1097 tabLine->MoveTo(remaining.left, remaining.top); in AllAttached()
1099 remaining.top += TablineHeight(); in AllAttached()
1103 textArea->ResizeTo(remaining.Width(), remaining.Height()); in AllAttached()
[all …]
H A Dtime.c684 long remaining; in add_timer_info() local
695 remaining = proftime_time_left(&timer->tr_due, &now); in add_timer_info()
696 dict_add_number(dict, "remaining", (long)remaining); in add_timer_info()
H A DINSTALL144 does not proceed to check any of the remaining ones. Otherwise, it moves on
/vim-8.2.3635/runtime/compiler/
H A Dcontext.vim49 \ . '%-G%.%#' " Skip remaining lines
/vim-8.2.3635/src/testdir/
H A Dtest_timers.vim103 call assert_true(info[0]['remaining'] > 500)
104 call assert_true(info[0]['remaining'] <= 1000)
H A Dtest_virtualedit.vim229 " Using "C" then then <CR> moves the last remaining character to the next
/vim-8.2.3635/runtime/indent/
H A Dpascal.vim181 " Most "begin"s will have been handled by now. Any remaining
/vim-8.2.3635/runtime/doc/
H A Dusr_12.txt73 999@q Execute the q register on the remaining files.
193 |:global| proceeds to match all remaining lines of the file and puts each as
H A Dremote.txt139 the command line. I.e. all remaining arguments will be regarded as filenames.
H A Dhelp.txt124 |various.txt| various remaining commands
H A Dif_mzsch.txt211 {end}-{start} the remaining lines will
H A Dif_lua.txt508 conversion of any of the remaining Lua types, including userdata other than
H A Dif_cscop.txt85 See the remaining sections on how the cscope interface works and for
H A Dusr_24.txt75 This uses special keys to move around, while remaining in Insert mode. This
/vim-8.2.3635/src/po/
H A DREADME.txt60 - The remaining work is like updating, see the next section.
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim214 " The number of remaining characters is the number of living neighbours.
/vim-8.2.3635/runtime/syntax/
H A Dmma.vim118 " catch remaining (**********)'s
H A Dinform.vim225 syn keyword informMetaAttrib remaining create destroy recreate copy call
H A Dgo.vim347 " match remaining two-char operators: := && || <- ++ --
H A D8th.vim82 Builtin ref@ G:ref@ reg! G:reg! reg@ G:reg@ regbin@ G:regbin@ remaining-args G:remaining-args repe…
/vim-8.2.3635/nsis/
H A Dgvim.nsi326 # It seems that the old version is still remaining.
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt366 The b:match_tail variable is set to the remaining patterns in
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim172 "Un-escape the remaining , and : characters.

1234