Search | Google it | Results 1 - 2 of 2 for funcall:NumOfPages (0.00 seconds) |
216: while ( (pn = pageque[pn].next) > 0 ) { 217: if ( NumOfPages(&pageque[pn]) >= n ) { 218: return pn;
238: while ( (pn = pageque[pn].next) > 0 ) { 239: if ( NumOfPages(&pageque[pn]) >= n ) { 240: return pn;