Searched refs:prompt_col (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c28 static int prompt_col; /* Column of cursor just after prompt */ variable
134 cmd_col = prompt_col = 0;
158 prompt_col++;
164 prompt_col += width;
333 while (cmd_col > prompt_col)
362 while (cols < (sc_width - prompt_col) / 2 && *s != '\0')
401 while (cols < (sc_width - prompt_col) / 2 && s > cmdbuf)
470 if (cmd_col < prompt_col + width)

Completed in 54 milliseconds