Lines Matching refs:temp_int
262 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;
3621 temp_int = 0;
3624 ((temp_int + counter - off_start) < (vert_size - 1));
3627 wmove(menu_win, (top_offset + temp_int +
4139 int temp_int; in ee_init() local
4205 temp_int = atoi(str1); in ee_init()
4206 if (temp_int > 0) in ee_init()
4207 right_margin = temp_int; in ee_init()