Lines Matching +full:0503 +full:i
428 "mi", "ms", "os", "es", "xt", "hz", "ul", "xo", "HC", "nx", "NR", "NP", "5i"
455 "%h=", "%i=", "%j=", "!1=", "!2=", "!3=", "RF=", "F1=", "F2=", "F3=", "F4=",
638 0476, 0477, 0500, 0501, 0502, 0503, 0504, 0505, 0506, 0507
1466 int i; local
1474 for (i = 0; i < columns; i++)
1476 tmp->row[i] = ' ';
1477 tmp->attributes[i] = '\0';
1494 int i; local
1512 for (i = 1; i < lines; i++)
1515 temp_screen->next_screen->number = i;
1518 Ntemp->line_array[i] = temp_screen;
1596 else if (*Otemp == 'i')
1767 else if (*Otemp == 'i')
2060 int i; local
2065 for (i = 0, tmp = window->first_line; i < window->Num_lines; i++, tmp = tmp->next_screen)
2833 int i; local
2835 for (i = 1; (i < window->Num_lines) && (window->first_line->next_screen != NULL); i++)
2934 int i; local
2936 if ((i = value / 10) != 0)
2937 iout(window, i);
2947 int i; local
2958 i = 0;
2959 while ((c1[i] != '\0') && (c2[i] != '\0') && (c1[i] == c2[i]) && (att1[i] == att2[i]))
2960 i++;
2961 count1 = i + 1;
2962 if ((count1 == 1) && (c1[i] == '\0') && (c2[i] == '\0'))
2964 else if ((c1[i] == '\0') && (c2[i] == '\0'))
2977 int i; local
2981 for (i = 0, tmp = curscr->first_line; i < window->SR; i++)
2989 for (i = 0, tmp = top_of_win; (tmp->next_screen != NULL) && (i < end_row); i++)
3001 for (i = 0, tmp = curscr->first_line; (tmp->next_screen != NULL) && (i < window->SR); i++)
3004 for (i = 0, tmp = top_of_win; i < row; i++)
3027 …for (i = 0, top_of_win = curscr->first_line; (top_of_win->next_screen != NULL) && (i < window->SR)…
3039 int i; local
3044 i = 0;
3046 while (i < window->SR)
3048 i++;
3057 for (i = 0, tmp = top_of_win; i < row; i++)
3073 for (i = 0, tmp = curscr->first_line; (tmp->next_screen != NULL) && (i < window->SR); i++)
3076 for (i = 0, tmp = top_of_win; (i < end_row) && (tmp->next_screen != NULL); i++)