| /openbsd-src/usr.bin/vi/ex/ |
| H A D | ex_edit.c | 28 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 D | ex_args.c | 46 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 D | tag.h | 58 FREF *frp; /* Saved file. */
|
| H A D | ex_file.c | 36 FREF *frp; in ex_file()
|
| H A D | ex_preserve.c | 69 FREF *frp; in ex_recover()
|
| H A D | ex_read.c | 48 FREF *frp; in ex_read()
|
| H A D | ex_tag.c | 94 FREF *frp; in ex_tag_push()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | goto_xs.t | 65 my $FREF = \&Fcntl::S_IMODE; 66 sub goto_ref { goto &$FREF; }
|
| /openbsd-src/usr.bin/vi/include/ |
| H A D | com_extern.h | 10 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 D | exf.c | 42 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 D | common.h | 26 typedef struct _fref FREF; typedef
|
| H A D | screen.h | 47 FREF *frp; /* FREF being edited. */
|
| H A D | main.c | 53 FREF *frp; in editor() 465 { FREF *frp; in v_end()
|
| H A D | recover.c | 601 rcv_read(SCR *sp, FREF *frp) in rcv_read()
|
| /openbsd-src/sys/sys/ |
| H A D | file.h | 108 #define FREF(fp) \ macro
|
| /openbsd-src/sys/nfs/ |
| H A D | nfs_syscalls.c | 296 FREF(fp); in nfssvc_addsock() 511 FREF(fp); in nfsrv_zapsock()
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | structures | 25 information for a file is held in an FREF structure which is chained from
|
| /openbsd-src/sys/kern/ |
| H A D | kern_descrip.c | 1017 FREF(fp); in falloc() 1158 FREF(fp); in fdcopy() 1187 FREF(fp); in fdfree()
|
| H A D | subr_log.c | 662 FREF(fp); in dosendsyslog()
|
| H A D | uipc_usrreq.c | 1375 FREF(fp); in unp_gc()
|
| /openbsd-src/usr.bin/vi/vi/ |
| H A D | v_ex.c | 642 FREF *frp; in v_ecl_init()
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.2 | 2615 * 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 D | drm_linux.c | 2640 FREF(dmabuf->file); in dma_buf_fd()
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | changelog | 419 + Move the FREF (file structure) list out of the screen and into
|