HomeSort by: relevance | last modified time | path
    Searched defs:first_insert (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
vi.c 161 static int first_insert; /* set when starting in insert mode */ variable in typeref:typename:int
541 first_insert = 1;
632 if (first_insert && ch != Ctrl('['))
645 if (first_insert) {
646 first_insert = 0;
vi.c 161 static int first_insert; /* set when starting in insert mode */ variable in typeref:typename:int
541 first_insert = 1;
632 if (first_insert && ch != Ctrl('['))
645 if (first_insert) {
646 first_insert = 0;
vi.c 161 static int first_insert; /* set when starting in insert mode */ variable in typeref:typename:int
541 first_insert = 1;
632 if (first_insert && ch != Ctrl('['))
645 if (first_insert) {
646 first_insert = 0;
vi.c 161 static int first_insert; /* set when starting in insert mode */ variable in typeref:typename:int
541 first_insert = 1;
632 if (first_insert && ch != Ctrl('['))
645 if (first_insert) {
646 first_insert = 0;

Completed in 50 milliseconds