Searched refs:text_init (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/nvi/common/ |
| H A D | cut.c | 236 if ((tp = text_init(sp, NULL, 0, len)) == NULL) in cut_line() 289 text_init(SCR *sp, const CHAR_T *p, size_t len, size_t total_len) in text_init() function
|
| H A D | extern.h | 8 TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_txt.c | 78 newtp: if ((tp = text_init(sp, NULL, 0, 32)) == NULL) in ex_txt() 193 if ((ntp = text_init(sp, NULL, 0, 32)) == NULL) in ex_txt()
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_replace.c | 173 if ((tp = text_init(sp, p, len, len)) == NULL) in v_replace()
|
| H A D | v_txt.c | 307 newtp: if ((tp = text_init(sp, lp, len, len + 32)) == NULL) in v_txt() 758 if ((ntp = text_init(sp, p, in v_txt()
|
| /freebsd/usr.bin/vi/ |
| H A D | common_extern.h | 8 TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
|