Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c2533 int raw_c; in terminal_loop() local
2574 raw_c = term_vgetc(); in terminal_loop()
2579 if (raw_c != K_IGNORE) in terminal_loop()
2580 vungetc(raw_c); in terminal_loop()
2583 if (raw_c == K_IGNORE) in terminal_loop()
2585 c = raw_c_to_ctrl(raw_c); in terminal_loop()
2625 raw_c = term_vgetc(); in terminal_loop()
2626 c = raw_c_to_ctrl(raw_c); in terminal_loop()
2699 mb[1] = raw_c; in terminal_loop()
2701 raw_c = wc; in terminal_loop()
[all …]