Home
last modified time | relevance | path

Searched refs:g_pos (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
1885 g_pos = 0; in get_string()
1892 if (((in == 8) || (in == 127) || (in == KEY_BACKSPACE)) && (g_pos > 0)) in get_string()
1895 g_pos--; in get_string()
1896 g_horz = scan(g_point, g_pos, g_position); in get_string()
1919 g_pos++; in get_string()