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

  /src/external/bsd/nvi/dist/common/
log4.c 78 * PUBLIC: int log_init __P((SCR *, EXF *));
81 log_init(SCR *sp, EXF *ep)
141 * PUBLIC: int log_end __P((SCR *, EXF *));
144 log_end(SCR *sp, EXF *ep)
171 EXF *ep;
202 EXF *ep;
254 EXF *ep;
266 * Kluge for vi. Clear the EXF undo flag so that the
336 EXF *ep;
375 EXF *ep
    [all...]
log.c 99 * PUBLIC: int log_init __P((SCR *, EXF *));
102 log_init(SCR *sp, EXF *ep)
136 * PUBLIC: int log_end __P((SCR *, EXF *));
139 log_end(SCR *sp, EXF *ep)
170 EXF *ep;
201 EXF *ep;
249 EXF *ep;
261 * Kluge for vi. Clear the EXF undo flag so that the
367 EXF *ep;
413 EXF *ep
    [all...]
common.h 43 typedef struct _exf EXF;
104 #include "screen.h" /* Required by exf.h. */
105 #include "exf.h"
log1.c 98 * PUBLIC: int log_init __P((SCR *, EXF *));
101 log_init(SCR *sp, EXF *ep)
135 * PUBLIC: int log_end __P((SCR *, EXF *));
138 log_end(SCR *sp, EXF *ep)
169 EXF *ep;
200 EXF *ep;
248 EXF *ep;
260 * Kluge for vi. Clear the EXF undo flag so that the
366 EXF *ep;
413 EXF *ep
    [all...]
vi_db.c 95 EXF *ep;
229 EXF *ep;
290 EXF *ep;
429 EXF *ep;
488 EXF *ep;
523 EXF *ep;
614 EXF *ep;
639 EXF *ep;
702 * PUBLIC: int db_setup __P((SCR *, EXF *));
705 db_setup(SCR *sp, EXF *ep
    [all...]
vi_db1.c 96 EXF *ep;
217 EXF *ep;
279 EXF *ep;
354 EXF *ep;
421 EXF *ep;
483 EXF *ep;
517 EXF *ep;
604 EXF *ep;
629 EXF *ep;
678 * PUBLIC: int db_init __P((SCR *, EXF *, char *, char *, size_t, int *))
    [all...]
mark.c 71 * PUBLIC: int mark_init __P((SCR *, EXF *));
74 mark_init(SCR *sp, EXF *ep)
90 * PUBLIC: int mark_end __P((SCR *, EXF *));
93 mark_end(SCR *sp, EXF *ep)
vi_rec.c 180 * PUBLIC: int __vi_log_truncate __P((EXF *ep));
183 __vi_log_truncate(EXF *ep)
211 EXF *ep;
246 EXF *ep;
exf.c 1 /* $NetBSD: exf.c,v 1.8 2014/01/26 21:43:45 christos Exp $ */
16 static const char sccsid[] = "Id: exf.c,v 10.72 2003/08/10 09:44:01 skimo Exp (Berkeley) Date: 2003/08/10 09:44:01 ";
19 __RCSID("$NetBSD: exf.c,v 1.8 2014/01/26 21:43:45 christos Exp $");
131 EXF *ep;
169 EXF *exfp;
182 * Required EXF initialization:
185 * Set initial EXF flag bits.
187 CALLOC_RET(sp, ep, EXF *, 1, sizeof(EXF));
633 * PUBLIC: int file_end __P((SCR *, EXF *, int))
    [all...]
recover.c 53 * The basic scheme is as follows. In the EXF structure, we maintain full
66 * In the EXF structure we maintain a file descriptor that is the locked
90 * If the EXF structure paths (rcv_path and rcv_mpath) are not NULL,
92 * If the EXF file descriptor (rcv_fd) is not -1, it is closed.
100 * means that the data structures (SCR, EXF, the underlying tree structures)
133 * PUBLIC: int rcv_tmp(SCR *, EXF *, char *);
136 rcv_tmp(SCR *sp, EXF *ep, char *name)
199 EXF *ep;
261 EXF *ep;
343 EXF *ep
    [all...]
screen.h 101 EXF *ep; /* Screen's current EXF structure. */
  /src/external/bsd/nvi/dist/ex/
ex_undo.c 41 EXF *ep;
  /src/external/bsd/nvi/dist/vi/
v_undo.c 79 EXF *ep;

Completed in 64 milliseconds