Searched refs:prompt_col (Results 1 – 1 of 1) sorted by relevance
33 static int prompt_col; /* Column of cursor just after prompt */ variable155 cmd_col = prompt_col = 0; in clear_cmd()179 prompt_col++;185 prompt_col += width;354 while (cmd_col > prompt_col) in cmd_home()383 while (cols < (sc_width - prompt_col) / 2 && *s != '\0') in cmd_lshift()422 while (cols < (sc_width - prompt_col) / 2 && s > cmdbuf) in cmd_rshift()491 if (cmd_col < prompt_col + width) in cmd_left()