HomeSort by: relevance | last modified time | path
    Searched refs:undobuf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 393 struct undobuf
400 static struct undobuf undobuf;
719 if (undobuf.frees)
720 buf = undobuf.frees, undobuf.frees = buf->next;
729 buf->next = undobuf.undos, undobuf.undos = buf;
747 if (undobuf.frees)
748 buf = undobuf.frees, undobuf.frees = buf->next
390 struct undobuf struct
397 static struct undobuf undobuf; variable in typeref:struct:undobuf
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 397 struct undobuf
404 static struct undobuf undobuf;
721 if (undobuf.frees)
722 buf = undobuf.frees, undobuf.frees = buf->next;
731 buf->next = undobuf.undos, undobuf.undos = buf;
749 if (undobuf.frees)
750 buf = undobuf.frees, undobuf.frees = buf->next
394 struct undobuf struct
401 static struct undobuf undobuf; variable in typeref:struct:undobuf
    [all...]
  /src/bin/ksh/
vi.c 155 static struct edstate undobuf = { 0, undocbuf, CMDLEN, 0, 0 }; variable in typeref:struct:edstate
1436 undo = &undobuf;

Completed in 23 milliseconds