Searched refs:eaten (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | parser.c | 327 size_t eaten = 0; in vterm_input_write() local 329 eaten = (*vt->parser.callbacks->text)(bytes + pos, len - pos, vt->parser.cbdata); in vterm_input_write() 331 if(!eaten) { in vterm_input_write() 334 eaten = 1; in vterm_input_write() 337 pos += (eaten - 1); // we'll ++ it again in a moment in vterm_input_write()
|
| H A D | state.c | 281 size_t eaten = 0; in on_text() local 295 !(bytes[eaten] & 0x80) ? &state->encoding[state->gl_set] : in on_text() 301 bytes, &eaten, len); in on_text() 309 return (int)eaten; in on_text() 461 return (int)eaten; in on_text()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 1535 let g:eaten = a:c 1553 let g:eaten = '' 1555 call assert_equal('e', g:eaten) 1557 call assert_equal("\<F9>", g:eaten) 1574 call assert_equal("\<F9>", g:eaten) 1577 unlet g:eaten
|
| H A D | test_tagjump.vim | 214 " eaten by hit-return, instead of moving the cursor to 'd'.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 2212 causing text typed for the command (e.g., a password) to be eaten and echoed. 10958 "reload" prompt the next command is (partly) eaten by the reload
|
| H A D | todo.txt | 3765 (e.g. writing a file), the command for the shell is sometimes eaten by Vim,
|