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

  /src/external/bsd/nvi/dist/ex/
ex_display.c 95 if (LIST_EMPTY(&sp->wp->cutq) && sp->wp->dcbp == NULL) {
101 LIST_FOREACH(cbp, &sp->wp->cutq, q) {
110 LIST_FOREACH(cbp, &sp->wp->cutq, q) {
  /src/external/bsd/nvi/dist/common/
cut.h 70 for (cbp = sp->wp->cutq.lh_first; \
cut.c 133 LIST_INSERT_HEAD(&sp->wp->cutq, cbp, q);
200 LIST_FOREACH(cbp, &sp->wp->cutq, q)
288 while ((cbp = LIST_FIRST(&wp->cutq)) != NULL) {
gs.c 91 LIST_INIT(&wp->cutq);
screen.h 64 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */ member in struct:_win

Completed in 16 milliseconds