Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c920 static int x_adj_done; /* is incremented by x_adjust() */ variable
1179 x_adj_done = 0; in x_init_prompt()
1352 int adj = x_adj_done; in x_ins()
1365 if (adj == x_adj_done) { in x_ins()
1629 int adj = x_adj_done; in x_zots()
1632 while (*str && str < xlp && adj == x_adj_done) in x_zots()
2820 x_adj_done++; in x_adjust()
2942 int adj = x_adj_done; in x_e_puts()
2944 while (*s && adj == x_adj_done) in x_e_puts()