Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dvi.c163 static int first_insert; /* set when starting in insert mode */ variable
530 first_insert = 1; in vi_reset()
620 if (first_insert && ch != CTRL('[')) in vi_insert()
632 if (first_insert) { in vi_insert()
633 first_insert = 0; in vi_insert()