Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3380 static int first_insert; /* set when starting in insert mode */ variable
3426 first_insert = 1; in x_vi()
3870 if (first_insert && ch != Ctrl('[')) in vi_insert()
3882 if (first_insert) { in vi_insert()
3883 first_insert = 0; in vi_insert()