Home
last modified time | relevance | path

Searched refs:p_ttm (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dmisc1.c850 && (!p_ttimeout || waited * 100L < (p_ttm < 0 ? p_tm : p_ttm))) in get_keystroke()
H A Doption.h997 EXTERN long p_ttm; // 'ttimeoutlen' variable
H A Dgetchar.c3336 else if (keylen == KEYLEN_PART_KEY && p_ttm >= 0) in vgetorpeek()
3337 wait_time = p_ttm; in vgetorpeek()
H A Dnormal.c992 long towait = (p_ttm >= 0 ? p_ttm : p_tm); in normal_cmd()
H A Doptiondefs.h2706 (char_u *)&p_ttm, PV_NONE,