Searched refs:TEXTH (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | cut.h | 10 typedef struct _texth TEXTH; /* TEXT list head structure. */ typedef 16 TEXTH textq[1]; /* Linked list of TEXT structures. */
|
H A D | screen.h | 75 TEXTH tiq[1]; /* Ex/vi: text input queue. */
|
H A D | cut.c | 312 text_lfree(TEXTH *headp) in text_lfree()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 30 static TEXT *txt_backup(SCR *, TEXTH *, TEXT *, u_int32_t *); 33 static void txt_err(SCR *, TEXTH *); 43 static void txt_Rresolve(SCR *, TEXTH *, TEXT *, const size_t); 44 static int txt_resolve(SCR *, TEXTH *, u_int32_t); 254 TEXTH *tiqh; in v_txt() 1789 txt_backup(SCR *sp, TEXTH *tiqh, TEXT *tp, u_int32_t *flagsp) in txt_backup() 2296 txt_err(SCR *sp, TEXTH *tiqh) in txt_err() 2644 txt_resolve(SCR *sp, TEXTH *tiqh, u_int32_t flags) in txt_resolve() 2841 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) in txt_Rresolve()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_append.c | 76 TEXTH tiq[] = {{ 0 }}; in ex_aci()
|
H A D | ex_txt.c | 53 ex_txt(SCR *sp, TEXTH *tiqh, ARG_CHAR_T prompt, u_int32_t flags) in ex_txt()
|
H A D | ex_subst.c | 342 TEXTH tiq[] = {{ 0 }}; in s()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 145 int ex_txt(SCR *, TEXTH *, ARG_CHAR_T, u_int32_t); 322 void text_lfree(TEXTH *);
|