Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c1873 int tmp_int; in get_string() local
1894 tmp_int = g_horz; in get_string()
1897 tmp_int = tmp_int - g_horz; in get_string()
1898 for (; 0 < tmp_int; tmp_int--) in get_string()
1900 if ((g_horz+tmp_int) < (last_col - 1)) in get_string()