Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmdbuf.c29 static int cmd_col; /* Current column of the cursor */
124 cmd_col = 0; in cmd_reset()
136 cmd_col = prompt_col = 0; in clear_cmd()
162 cmd_col += width; in cmd_putstr()
250 while (cmd_col > prompt_col) in cmd_home()
257 cmd_col -= width; in cmd_home()
283 if (cmd_col + width >= sc_width) in cmd_repaint()
287 cmd_col += width; in cmd_repaint()
389 if (cmd_col + width >= sc_width) in cmd_right()
391 else if (cmd_col in cmd_right()
30 static int cmd_col; /* Current column of the cursor */ global() variable
[all...]