Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ee/
Dee.c262 int tabshift P_((int temp_int));
920 tabshift(temp_int) /* give the number of spaces to shift */ in tabshift() argument
921 int temp_int; in tabshift()
925 leftover = ((temp_int + 1) % 8);
3562 int counter, temp_int; local
3600 temp_int = counter + 2;
3603 temp_int = counter;
3605 wmove(menu_win, temp_int, 1);
3607 wmove(menu_win, temp_int, (max_width - 2));
3616 temp_int = 1;
[all …]