Searched refs:TEXTH (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | cut.h | 13 typedef struct _texth TEXTH; /* TEXT list head structure. */ typedef 19 TEXTH textq; /* Linked list of TEXT structures. */
|
| D | screen.h | 143 TEXTH tiq; /* Ex/vi: text input queue. */
|
| D | cut.c | 336 text_lfree(TEXTH *headp) in text_lfree()
|
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_append.c | 85 TEXTH tiq; in ex_aci() 254 memset(&tiq, 0, sizeof(TEXTH)); in ex_aci()
|
| D | ex_txt.c | 63 ex_txt(SCR *sp, TEXTH *tiqh, ARG_CHAR_T prompt, u_int32_t flags) in ex_txt()
|
| D | ex_subst.c | 354 TEXTH tiq; in s() 448 memset(&tiq, 0, sizeof(TEXTH)); in s()
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | v_txt.c | 41 static TEXT *txt_backup __P((SCR *, TEXTH *, TEXT *, u_int32_t *)); 44 static void txt_err __P((SCR *, TEXTH *)); 54 static void txt_Rresolve __P((SCR *, TEXTH *, TEXT *, const size_t)); 55 static int txt_resolve __P((SCR *, TEXTH *, u_int32_t)); 265 TEXTH *tiqh; in v_txt() 1828 txt_backup(SCR *sp, TEXTH *tiqh, TEXT *tp, u_int32_t *flagsp) in txt_backup() 2329 txt_err(SCR *sp, TEXTH *tiqh) in txt_err() 2681 txt_resolve(SCR *sp, TEXTH *tiqh, u_int32_t flags) in txt_resolve() 2870 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) in txt_Rresolve()
|