Home
last modified time | relevance | path

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

/dragonfly/contrib/ee/
H A Dee.c1879 int g_horz, g_position, g_pos; local
1890 g_pos = 0;
1897 if (((in == 8) || (in == 127) || (in == KEY_BACKSPACE)) && (g_pos > 0))
1900 g_pos--;
1901 g_horz = scan(g_point, g_pos, g_position);
1924 g_pos++;