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

  /src/external/bsd/nvi/dist/ex/
ex_edit.c 36 static int ex_N_edit __P((SCR *, EXCMD *, FREF *, int));
57 FREF *frp;
119 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach)
tag.h 81 FREF *frp; /* Saved file. */
ex_args.c 54 FREF *frp;
141 FREF *frp;
185 FREF *frp;
234 FREF *frp;
ex_file.c 44 FREF *frp;
ex_preserve.c 77 FREF *frp;
ex_read.c 58 FREF *frp;
ex_cscope.c 448 FREF *frp;
ex_tag.c 757 FREF *frp;
788 * will be no FREF structure.
  /src/external/bsd/nvi/dist/common/
common.h 44 typedef struct _fref FREF;
exf.c 51 static int file_spath __P((SCR *, FREF *, struct stat *, int *));
55 * Insert a file name into the FREF list, if it doesn't already
66 * PUBLIC: FREF *file_add __P((SCR *, const char *));
68 FREF *
72 FREF *frp, *tfrp;
97 /* Allocate and initialize the FREF structure. */
98 CALLOC(sp, frp, FREF *, 1, sizeof(FREF));
122 * Start editing a file, based on the FREF structure. If successsful,
126 * PUBLIC: int file_init __P((SCR *, FREF *, char *, int))
    [all...]
gs.c 161 { FREF *frp;
162 /* Free FREF's. */
screen.h 111 FREF *frp; /* FREF being edited. */
main.c 69 FREF *frp;
recover.c 627 * PUBLIC: int rcv_read(SCR *, FREF *);
630 rcv_read(SCR *sp, FREF *frp)
788 * Create the FREF structure, start the btree file.
  /src/external/bsd/nvi/dist/vi/
v_ex.c 640 FREF *frp;

Completed in 41 milliseconds