Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c1874 int g_horz, g_position, g_pos; in get_string() local
1884 g_horz = g_position = scan(prompt, strlen(prompt), 0); in get_string()
1894 tmp_int = g_horz; in get_string()
1896 g_horz = scan(g_point, g_pos, g_position); in get_string()
1897 tmp_int = tmp_int - g_horz; in get_string()
1900 if ((g_horz+tmp_int) < (last_col - 1)) in get_string()
1920 if (!isprint((unsigned char)in) && (g_horz < (last_col - 1))) in get_string()
1921 g_horz += out_char(com_win, in, g_horz); in get_string()
1924 g_horz++; in get_string()
1925 if (g_horz < (last_col - 1)) in get_string()