Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3504 static bool first_insert; /* set when starting in insert mode */ variable
3550 first_insert = true; in x_vi()
4032 if (first_insert && ch != CTRL_BO) in vi_insert()
4044 if (first_insert) { in vi_insert()
4045 first_insert = false; in vi_insert()