Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
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()
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()
Dtag.h58 FREF *frp; /* Saved file. */
Dex_file.c36 FREF *frp; in ex_file()
Dex_preserve.c69 FREF *frp; in ex_recover()
Dex_read.c48 FREF *frp; in ex_read()
Dex_tag.c94 FREF *frp; in ex_tag_push()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dgoto_xs.t65 my $FREF = \&Fcntl::S_IMODE;
66 sub goto_ref { goto &$FREF; }
/openbsd/src/usr.bin/vi/include/
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/
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()
Dcommon.h26 typedef struct _fref FREF; typedef
Dscreen.h47 FREF *frp; /* FREF being edited. */
Dmain.c53 FREF *frp; in editor()
465 { FREF *frp; in v_end()
Drecover.c601 rcv_read(SCR *sp, FREF *frp) in rcv_read()
/openbsd/src/sys/sys/
Dfile.h108 #define FREF(fp) \ macro
/openbsd/src/sys/nfs/
Dnfs_syscalls.c296 FREF(fp); in nfssvc_addsock()
511 FREF(fp); in nfsrv_zapsock()
/openbsd/src/usr.bin/vi/docs/internals/
Dstructures25 information for a file is held in an FREF structure which is chained from
/openbsd/src/sys/kern/
Dkern_descrip.c1017 FREF(fp); in falloc()
1158 FREF(fp); in fdcopy()
1187 FREF(fp); in fdfree()
Dsubr_log.c662 FREF(fp); in dosendsyslog()
Duipc_usrreq.c1368 FREF(fp); in unp_gc()
/openbsd/src/usr.bin/vi/vi/
Dv_ex.c642 FREF *frp; in v_ecl_init()
/openbsd/src/regress/usr.bin/diff/
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/
Ddrm_linux.c2650 FREF(dmabuf->file); in get_dma_buf()
/openbsd/src/usr.bin/vi/docs/
Dchangelog419 + Move the FREF (file structure) list out of the screen and into