Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c941 static int x_adj_done; /* is incremented by x_adjust() */ variable
1250 x_adj_done = 0; in x_emacs()
1395 int adj = x_adj_done; in x_ins()
1407 if (adj == x_adj_done) in x_ins()
1656 int adj = x_adj_done; in x_zots()
1659 while (*str && str < xlp && x_col < xx_cols && adj == x_adj_done) in x_zots()
2867 x_adj_done++; in x_adjust()
3025 int adj = x_adj_done; in x_e_puts()
3027 while (*s && adj == x_adj_done) in x_e_puts()