Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c2028 int tmp_int; in get_string() local
2059 tmp_int = g_horz; in get_string()
2063 tmp_int = tmp_int - g_horz; in get_string()
2064 for (; 0 < tmp_int; tmp_int--) in get_string()
2066 if ((g_horz+tmp_int) < (last_col - 1)) in get_string()