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

/external/mksh/src/
H A Dedit.c3473 static bool first_insert; /* set when starting in insert mode */ variable
3519 first_insert = true;
4000 if (first_insert && ch != CTRL('['))
4012 if (first_insert) {
4013 first_insert = false;

Completed in 80 milliseconds