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

  /src/external/bsd/nvi/dist/ex/
ex_append.c 85 TEXTH tiq; local
246 * This code can't use the common screen TEXTH structure (sp->tiq),
254 memset(&tiq, 0, sizeof(TEXTH));
255 TAILQ_INIT(&tiq);
257 if (ex_txt(sp, &tiq, 0, flags))
260 for (cnt = 0, tp = TAILQ_FIRST(&tiq); tp != NULL;
ex_subst.c 354 TEXTH tiq; local
448 memset(&tiq, 0, sizeof(TEXTH));
449 TAILQ_INIT(&tiq);
663 if (ex_txt(sp, &tiq, 0, TXT_CR))
665 ev.e_c = TAILQ_FIRST(&tiq)->lb[0];
ex.c 114 if (ex_txt(sp, &sp->tiq, ':', flags))
129 tp = TAILQ_FIRST(&sp->tiq);
  /src/external/bsd/nvi/dist/common/
vi_db.c 124 l1 = TAILQ_FIRST(&sp->tiq)->lno;
125 l2 = TAILQ_LAST(&sp->tiq, _texth)->lno;
131 for (tp = TAILQ_FIRST(&sp->tiq);
505 ep->c_nlines + TAILQ_LAST(&sp->tiq, _texth)->lno -
506 TAILQ_FIRST(&sp->tiq)->lno : ep->c_nlines));
541 *lnop += TAILQ_LAST(&sp->tiq, _texth)->lno -
542 TAILQ_FIRST(&sp->tiq)->lno;
585 TAILQ_LAST(&sp->tiq, _texth)->lno > lno ?
586 TAILQ_LAST(&sp->tiq, _texth)->lno : lno);
vi_db1.c 124 l1 = TAILQ_FIRST(&sp->tiq)->lno;
125 l2 = TAILQ_LAST(&sp->tiq, _texth)->lno;
131 for (tp = TAILQ_FIRST(&sp->tiq);
500 ep->c_nlines + (TAILQ_LAST(&sp->tiq, _texth)->lno -
501 TAILQ_FIRST(&sp->tiq)->lno) : ep->c_nlines));
535 *lnop += TAILQ_LAST(&sp->tiq, _texth)->lno -
536 TAILQ_FIRST(&sp->tiq)->lno;
576 TAILQ_LAST(&sp->tiq, _texth)->lno > lno ?
577 TAILQ_LAST(&sp->tiq, _texth)->lno : lno);
screen.c 68 TAILQ_INIT(&sp->tiq);
179 if (!TAILQ_EMPTY(&sp->tiq))
180 text_lfree(&sp->tiq);
screen.h 143 TEXTH tiq; /* Ex/vi: text input queue. */ member in struct:_scr
  /src/external/bsd/nvi/dist/vi/
v_ex.c 300 tp = TAILQ_FIRST(&sp->tiq);
370 tp = TAILQ_FIRST(&sp->tiq);
v_txt.c 304 tiqh = &sp->tiq;
786 TAILQ_INSERT_TAIL(&sp->tiq, ntp, q);
901 txt_Rresolve(sp, &sp->tiq, tp, len);
924 if (txt_resolve(sp, &sp->tiq, flags))
1010 txt_backup(sp, &sp->tiq, tp, &flags)) == NULL)
1062 txt_backup(sp, &sp->tiq, tp, &flags)) == NULL)
1161 txt_backup(sp, &sp->tiq, tp, &flags)) == NULL)
1472 txt_err(sp, &sp->tiq);
v_search.c 99 tp = TAILQ_FIRST(&sp->tiq);

Completed in 76 milliseconds