Searched refs:old_end (Results 1 - 4 of 4) 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';
|
| /src/bin/ksh/ |
| H A D | lex.c | 69 static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end)); 70 static Lex_state *pop_state_ ARGS((State_info *si, Lex_state *old_end)); 1361 push_state_(si, old_end) 1363 Lex_state *old_end; 1367 new[0].ls_info.base = old_end; 1374 pop_state_(si, old_end) 1376 Lex_state *old_end; 1380 si->base = old_end->ls_info.base - STATE_BSIZE; 1381 si->end = old_end->ls_info.base;
|
| /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 14 milliseconds