Searched refs:prompt_col (Results 1 – 1 of 1) sorted by relevance
32 static int prompt_col; /* Column of cursor just after prompt */ variable136 cmd_col = prompt_col = 0; in clear_cmd()163 prompt_col += width; in cmd_putstr()260 while (cmd_col > prompt_col) in cmd_home()342 while (cols < (sc_width - prompt_col) / 2 && *s != '\0') in cmd_lshift()380 while (cols < (sc_width - prompt_col) / 2 && s > cmdbuf) in cmd_rshift()448 if (cmd_col < prompt_col + width) in cmd_left()