Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dregister.pro20 void set_execreg_lastc(int lastc);
/vim-8.2.3635/src/
H A Dedit.c49 static void ins_shift(int c, int lastc);
132 int lastc = 0; in edit() local
586 lastc = c; // remember the previous char for CTRL-D in edit()
946 ins_shift(c, lastc); in edit()
3863 ins_shift(int c, int lastc) in ins_shift() argument
3872 if (c == Ctrl_D && (lastc == '0' || lastc == '^') in ins_shift()
3880 if (lastc == '^') in ins_shift()
H A Dsearch.c79 static char_u lastc[2] = {NUL, NUL}; // last character searched for variable
477 *lastc = c; in set_last_csearch()
1774 *lastc = c; in searchc()
1790 if (*lastc == NUL && lastc_bytelen == 1) in searchc()
1797 c = *lastc; in searchc()
H A Dregister.c484 set_execreg_lastc(int lastc) in set_execreg_lastc() argument
486 execreg_lastc = lastc; in set_execreg_lastc()