Home
last modified time | relevance | path

Searched refs:EXF (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/common/
Dlog4.c81 log_init(SCR *sp, EXF *ep) in log_init()
144 log_end(SCR *sp, EXF *ep) in log_end()
171 EXF *ep; in log_cursor()
202 EXF *ep; in log_cursor1()
254 EXF *ep; in log_line()
336 EXF *ep; in log_mark()
375 EXF *ep; in log_backward()
412 EXF *ep; in log_setline()
442 EXF *ep; in log_forward()
Dvi_db1.c96 EXF *ep; in db_get()
217 EXF *ep; in db_delete()
279 EXF *ep; in db_append()
354 EXF *ep; in db_insert()
421 EXF *ep; in db_set()
483 EXF *ep; in db_exist()
517 EXF *ep; in db_last()
604 EXF *ep; in scr_update()
629 EXF *ep; in update_cache()
681 db_init(SCR *sp, EXF *ep, char *rcv_name, char *oname, size_t psize, int *open_err) in db_init()
Dlog.c102 log_init(SCR *sp, EXF *ep) in log_init()
139 log_end(SCR *sp, EXF *ep) in log_end()
170 EXF *ep; in log_cursor()
201 EXF *ep; in log_cursor1()
249 EXF *ep; in log_line()
367 EXF *ep; in log_mark()
413 EXF *ep; in vi_log_get()
449 EXF *ep; in log_backward()
559 EXF *ep; in log_setline()
650 EXF *ep; in log_forward()
[all …]
Dlog1.c101 log_init(SCR *sp, EXF *ep) in log_init()
138 log_end(SCR *sp, EXF *ep) in log_end()
169 EXF *ep; in log_cursor()
200 EXF *ep; in log_cursor1()
248 EXF *ep; in log_line()
366 EXF *ep; in log_mark()
413 EXF *ep; in log_backward()
525 EXF *ep; in log_setline()
619 EXF *ep; in log_forward()
722 EXF *ep; in log_err()
Dvi_db.c95 EXF *ep; in db_get()
229 EXF *ep; in db_delete()
290 EXF *ep; in append()
429 EXF *ep; in db_set()
488 EXF *ep; in db_exist()
523 EXF *ep; in db_last()
614 EXF *ep; in scr_update()
639 EXF *ep; in update_cache()
705 db_setup(SCR *sp, EXF *ep) in db_setup()
780 db_init(SCR *sp, EXF *ep, char *rcv_name, char *oname, size_t psize, int *open_err) in db_init()
Dexf.c131 EXF *ep; in file_init()
169 EXF *exfp; in file_init()
187 CALLOC_RET(sp, ep, EXF *, 1, sizeof(EXF)); in file_init()
636 file_end(SCR *sp, EXF *ep, int force) in file_end()
775 EXF *ep; in file_write()
1267 EXF *ep; in file_m1()
1306 EXF *ep; in file_m2()
1336 EXF *ep; in file_m3()
Drecover.c136 rcv_tmp(SCR *sp, EXF *ep, char *name) in rcv_tmp()
199 EXF *ep; in rcv_init()
261 EXF *ep; in rcv_sync()
343 EXF *ep; in rcv_mailfile()
635 EXF *ep; in rcv_read()
Dvi_rec.c183 __vi_log_truncate(EXF *ep) in __vi_log_truncate()
211 EXF *ep; in vi_log_get()
246 EXF *ep; in __vi_log_traverse()
Dmark.c74 mark_init(SCR *sp, EXF *ep) in mark_init()
93 mark_end(SCR *sp, EXF *ep) in mark_end()
Dcommon.h43 typedef struct _exf EXF; typedef
Dscreen.h101 EXF *ep; /* Screen's current EXF structure. */
/netbsd/src/external/bsd/nvi/docs/internals/
Dstructures14 Each SCR structure normally references a file (EXF) structure.
19 instances of screens, and the EXF structure persists over references to
27 references an underlying EXF structure. The SCR structure is necessary
28 for any routine that wishes to talk to the screen, the EXF structure is
30 between an SCR structure and its underlying EXF structure is not fixed,
31 and various ex commands will substitute a new EXF in place of the current
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_undo.c41 EXF *ep; in ex_undo()
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_undo.c79 EXF *ep; in v_undo()