Searched refs:old_end (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xmh/dist/ | ||
| H A D | command.c | 379 int old_end = *lenP; local in function:CheckReadFromPipe 381 read( fd, *bufP+old_end, nread ); 382 (*bufP)[old_end+nread] = '\0'; 389 int old_end = *lenP; local in function:CheckReadFromPipe 394 memmove( *bufP+old_end, buf, (int) nread ); 395 (*bufP)[old_end+nread] = '\0'; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ | ||
| H A D | vbo_exec_api.c | 328 fi_type *old_end = old_last + 1; local in function:vbo_exec_wrap_upgrade_vertex 334 } while (old != old_end); 339 fi_type *old_end = old_first - 1; local in function:vbo_exec_wrap_upgrade_vertex 345 } while (old != old_end); |
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | button.c | 4324 CELL old_start, old_end; local in function:TrackText 4332 old_end = screen->endH; 4335 old_end.row, old_end.col)); 4337 isSameCELL(&last, &old_end)) { 4359 old_end.col = MaxCols(screen); 4362 ReHiliteText(xw, &old_start, &old_end); 4374 ReHiliteText(xw, &old_end, &last); 4377 ReHiliteText(xw, &last, &old_end); |
Completed in 11 milliseconds