Searched refs:undobuf (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | combine.c | 363 struct undobuf struct 370 static struct undobuf undobuf; argument 516 if (undobuf.frees) in do_SUBST() 517 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST() 526 buf->next = undobuf.undos, undobuf.undos = buf; in do_SUBST() 544 if (undobuf.frees) in do_SUBST_INT() 545 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_INT() 554 buf->next = undobuf.undos, undobuf.undos = buf; in do_SUBST_INT() 573 if (undobuf.frees) in do_SUBST_MODE() 574 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_MODE() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | combine.c | 333 struct undobuf struct 340 static struct undobuf undobuf; variable 472 if (undobuf.frees) 473 buf = undobuf.frees, undobuf.frees = buf->next; 482 buf->next = undobuf.undos, undobuf.undos = buf; 501 if (undobuf.frees) 502 buf = undobuf.frees, undobuf.frees = buf->next; 511 buf->next = undobuf.undos, undobuf.undos = buf; 787 for (undo = undobuf.frees; undo; undo = next) 792 undobuf.frees = 0; [all …]
|
| D | ChangeLog.2 | 3113 (try_combine): Use it. Don't zap undobuf.undos. 3114 (combine_instructions): Don't zap undobuf.undos; free the 3115 undobuf.frees list.
|
| D | FSFChangeLog.11 | 11900 (struct undobuf): Deleted num_undos and undo. 11903 (combine_instructions): Initialize undobuf.{undos,previous_undos}, 11904 not undobuf.num_undo and previous_num_undos.
|
| D | ChangeLog | 14187 * combine.c (try_combine): Handle the case that undobuf.other_insn 14192 and update/simplify the condition code user (undobuf.other_insn).
|
| D | ChangeLog.5 | 7834 * combine.c (undobuf): Remove field previous_undos; all refs deleted.
|
| D | ChangeLog.4 | 6235 undobuf): Remove storage.
|
| /openbsd/src/bin/ksh/ |
| D | vi.c | 157 static struct edstate undobuf = { undocbuf, LINE, 0, 0, 0 }; variable 1432 undo = &undobuf; in edit_reset()
|