Searched refs:prompt_col (Results 1 – 1 of 1) sorted by relevance
30 static int prompt_col; /* Column of cursor just after prompt */136 cmd_col = prompt_col = 0; in clear_cmd() 163 prompt_col += width; in cmd_putstr() 250 while (cmd_col > prompt_col) in cmd_home() 322 while (cols < (sc_width - prompt_col) / 2 && *s != '\0') in cmd_lshift() 360 while (cols < (sc_width - prompt_col) / 2 && s > cmdbuf) in cmd_rshift() 428 if (cmd_col < prompt_col + width) in cmd_left() 31 static int prompt_col; /* Column of cursor just after prompt */ global() variable