Home
last modified time | relevance | path

Searched refs:FREF (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/usr.bin/vi/ex/
H A Dex_edit.c28 static int ex_N_edit(SCR *, EXCMD *, FREF *, int);
49 FREF *frp; in ex_edit()
107 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach) in ex_N_edit()
H A Dex_args.c46 FREF *frp; in ex_next()
127 FREF *frp; in ex_N_next()
168 FREF *frp; in ex_prev()
213 FREF *frp; in ex_rew()
H A Dtag.h58 FREF *frp; /* Saved file. */
H A Dex_file.c36 FREF *frp; in ex_file()
H A Dex_preserve.c69 FREF *frp; in ex_recover()
H A Dex_read.c48 FREF *frp; in ex_read()
H A Dex_tag.c94 FREF *frp; in ex_tag_push()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dgoto_xs.t65 my $FREF = \&Fcntl::S_IMODE;
66 sub goto_ref { goto &$FREF; }
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h10 FREF *file_add(SCR *, CHAR_T *);
11 int file_init(SCR *, FREF *, char *, int);
89 int rcv_read(SCR *, FREF *);
/openbsd-src/usr.bin/vi/common/
H A Dexf.c42 static int file_spath(SCR *, FREF *, struct stat *, int *);
59 FREF *
63 FREF *frp, *tfrp; in file_add()
88 CALLOC(sp, frp, 1, sizeof(FREF)); in file_add()
119 file_init(SCR *sp, FREF *frp, char *rcv_name, int flags) in file_init()
449 file_spath(SCR *sp, FREF *frp, struct stat *sbp, int *existsp) in file_spath()
624 FREF *frp; in file_end()
737 FREF *frp; in file_write()
H A Dcommon.h26 typedef struct _fref FREF; typedef
H A Dscreen.h47 FREF *frp; /* FREF being edited. */
H A Dmain.c53 FREF *frp; in editor()
465 { FREF *frp; in v_end()
H A Drecover.c601 rcv_read(SCR *sp, FREF *frp) in rcv_read()
/openbsd-src/sys/sys/
H A Dfile.h108 #define FREF(fp) \ macro
/openbsd-src/sys/nfs/
H A Dnfs_syscalls.c296 FREF(fp); in nfssvc_addsock()
511 FREF(fp); in nfsrv_zapsock()
/openbsd-src/usr.bin/vi/docs/internals/
H A Dstructures25 information for a file is held in an FREF structure which is chained from
/openbsd-src/sys/kern/
H A Dkern_descrip.c1017 FREF(fp); in falloc()
1158 FREF(fp); in fdcopy()
1187 FREF(fp); in fdfree()
H A Dsubr_log.c662 FREF(fp); in dosendsyslog()
H A Duipc_usrreq.c1375 FREF(fp); in unp_gc()
/openbsd-src/usr.bin/vi/vi/
H A Dv_ex.c642 FREF *frp; in v_ecl_init()
/openbsd-src/regress/usr.bin/diff/
H A Dt9.22615 * On return *fpp is FREF:ed.
2629 FREF(fp);
2669 FREF(fp);
2708 FREF(fp);
2749 FREF(fp);
2791 FREF(fp);
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_linux.c2640 FREF(dmabuf->file); in dma_buf_fd()
/openbsd-src/usr.bin/vi/docs/
H A Dchangelog419 + Move the FREF (file structure) list out of the screen and into