/src/lib/libcurses/ |
refresh.c | 155 int newy, newx; local in function:_wnoutrefresh 211 newy = wbegy + dwin->cury - begy; 214 && 0 <= newy && newy < screen->__virtscr->maxy) 215 screen->__virtscr->cury = newy; 1325 "lx = %d, newy = %d, newx = %d, lch = %d\n",
|
refresh.c | 155 int newy, newx; local in function:_wnoutrefresh 211 newy = wbegy + dwin->cury - begy; 214 && 0 <= newy && newy < screen->__virtscr->maxy) 215 screen->__virtscr->cury = newy; 1325 "lx = %d, newy = %d, newx = %d, lch = %d\n",
|
/src/lib/libc/time/ |
localtime.c | 1742 register int_fast64_t newy; 1744 newy = result->tm_year; 1746 newy -= years; 1747 else newy += years; 1748 if (! (INT_MIN <= newy && newy <= INT_MAX)) { 1752 result->tm_year = (int)newy; 1981 time_t newy = (time_t)(y + ydelta); local in function:timesub 1983 leapdays = (int)(leaps_thru_end_of(newy - 1) - 1987 y = newy; [all...] |
localtime.c | 1742 register int_fast64_t newy; 1744 newy = result->tm_year; 1746 newy -= years; 1747 else newy += years; 1748 if (! (INT_MIN <= newy && newy <= INT_MAX)) { 1752 result->tm_year = (int)newy; 1981 time_t newy = (time_t)(y + ydelta); local in function:timesub 1983 leapdays = (int)(leaps_thru_end_of(newy - 1) - 1987 y = newy; [all...] |