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

/external/mksh/src/
H A Dedit.c3466 static bool first_insert; /* set when starting in insert mode */ variable
3512 first_insert = true;
3975 if (first_insert && ch != CTRL('['))
3987 if (first_insert) {
3988 first_insert = false;

Completed in 185 milliseconds