Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c837 static int x_col; variable
1081 x_col = promptlen(prompt); in x_init_prompt()
1084 if (x_col >= xx_cols) in x_init_prompt()
1085 x_col %= xx_cols; in x_init_prompt()
1086 x_displen = xx_cols - 2 - x_col; in x_init_prompt()
1091 x_col = 0; in x_init_prompt()
1366 if ((i = xx_cols - 2 - x_col) > 0 || xep - xlp == 0) { in x_delete()
1370 if (x_col == xx_cols - 2) { in x_delete()
1985 x_col = promptlen(prompt); in x_redraw()
1986 if (x_col >= xx_cols) in x_redraw()
[all …]