Home
last modified time | relevance | path

Searched refs:IFILE (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/bsd/less/dist/
H A Difile.c26 extern IFILE curr_ifile;
47 #define ext_ifile(h) ((IFILE)(h))
131 public void del_ifile(IFILE h) in del_ifile()
154 public IFILE next_ifile(IFILE h) in next_ifile()
167 public IFILE prev_ifile(IFILE h) in prev_ifile()
180 public IFILE getoff_ifile(IFILE ifile) in getoff_ifile()
182 IFILE newifile; in getoff_ifile()
234 public IFILE get_ifile(char *filename, IFILE prev) in get_ifile()
246 public char * get_filename(IFILE ifile) in get_filename()
256 public char * get_real_filename(IFILE ifile) in get_real_filename()
[all …]
H A Dfuncs.h120 public void close_altpipe(IFILE ifile);
123 public int edit_ifile(IFILE ifile);
130 public IFILE save_curr_ifile(void);
131 public void unsave_ifile(IFILE save_ifile);
132 public void reedit_ifile(IFILE save_ifile);
167 public void del_ifile(IFILE h);
168 public IFILE next_ifile(IFILE h);
169 public IFILE prev_ifile(IFILE h);
170 public IFILE getoff_ifile(IFILE ifile);
172 public IFILE get_ifile(char *filename, IFILE prev);
[all …]
H A Dedit.c38 extern IFILE curr_ifile;
39 extern IFILE old_ifile;
327 public void close_altpipe(IFILE ifile) in close_altpipe()
406 static int edit_error(char *filename, char *alt_filename, void *altpipe, IFILE ifile, IFILE was_cur… in edit_error()
435 public int edit_ifile(IFILE ifile) in edit_ifile()
444 IFILE was_curr_ifile; in edit_ifile()
688 IFILE save_ifile; in edit_list()
766 static int edit_istep(IFILE h, int n, int dir) in edit_istep()
768 IFILE next; in edit_istep()
804 static int edit_inext(IFILE h, int n) in edit_inext()
[all …]
H A Dmark.c16 extern IFILE curr_ifile;
33 IFILE m_ifile; /* Input file being marked */
54 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
88 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile()
334 public void unmark(IFILE ifile) in unmark()
347 public void mark_check_ifile(IFILE ifile) in mark_check_ifile()
H A Dmain.c26 public IFILE curr_ifile = NULL_IFILE;
27 public IFILE old_ifile = NULL_IFILE;
76 IFILE ifile; in main()
H A Dlsystem.c38 extern IFILE curr_ifile;
54 IFILE save_ifile; in lsystem()
H A Dprompt.c35 extern IFILE curr_ifile;
241 IFILE h; in protochar()
H A Dfilename.c53 extern IFILE curr_ifile;
54 extern IFILE old_ifile;
301 IFILE ifile; in fexpand()
H A Dless.h314 #define IFILE void* macro
315 #define NULL_IFILE ((IFILE)NULL)
H A Dcommand.c51 extern IFILE curr_ifile;
1094 IFILE save_ifile; in multi_search()
1237 IFILE old_ifile; in commands()
1238 IFILE new_ifile; in commands()
H A Doptfunc.c49 extern IFILE curr_ifile;
323 IFILE save_ifile; in opt_t()
/netbsd-src/external/bsd/ntp/dist/scripts/build/
H A DupdateBEDate32 open(my $IFILE, "<", $i) or die "Cannot open < $i: $!";
34 while(<$IFILE>) {
46 close($IFILE);
/netbsd-src/sys/ufs/lfs/
H A DREADME74 the inode for the IFILE (fs->lfs_idaddr).
76 The IFILE is visible in the file system, as inode number IFILE_INUM. It
87 | IFILE-1 | Per inode status information: current version #,
91 | IFILE-N | inode is not in use, and it's on the free list.
109 two parts -- just enough information to find the IFILE is stored in
131 4. Sprite LFS traverses the IFILE looking for free blocks. We maintain a
132 free list threaded through the IFILE entries.
135 information with the kernel by reading/writing the IFILE and through
H A Dlfs_alloc.c239 IFILE *ifp; in lfs_valloc()
325 IFILE *ifp; in lfs_valloc_fixed()
481 IFILE *ifp; in lfs_vfree()
711 IFILE *ifp = NULL; in lfs_order_freelist()
852 IFILE *ifp; in lfs_orphan()
879 IFILE *ifp; in lfs_free_orphans()
H A Dlfs_accessors.h840 (IP) = (IFILE *)((IFILE64 *)(BP)->b_data + \
843 (IP) = (IFILE *)((IFILE32 *)(BP)->b_data + \
846 (IP) = (IFILE *)((IFILE_V1 *)(BP)->b_data + \
853 (IP) = (IFILE *)((IFILE64 *)(IP) + 1); \
855 (IP) = (IFILE *)((IFILE32 *)(IP) + 1); \
857 (IP) = (IFILE *)((IFILE_V1 *)(IP) + 1); \
863 lfs_if_get##field(STRUCT_LFS *fs, IFILE *ifp) \
872 lfs_if_set##field(STRUCT_LFS *fs, IFILE *ifp, type val) \
H A Dlfs_itimes.c78 IFILE *ifp; in lfs_itimes()
/netbsd-src/usr.sbin/traceroute/
H A Dtrrt2netbsd56 open(IFILE, "<$f") || die "Cannot open $f";
71 while (<IFILE>) {
100 close(IFILE) || die "closing input file";
/netbsd-src/sbin/dump_lfs/
H A Dlfs_inode.c305 static IFILE *
330 return (IFILE *) &((IFILE64 *)ifileblock)[index]; in lfs_ientry()
332 return (IFILE *) &((IFILE32 *)ifileblock)[index]; in lfs_ientry()
334 return (IFILE *) &((IFILE_V1 *)ifileblock)[index]; in lfs_ientry()
/netbsd-src/libexec/lfs_cleanerd/
H A Dcleaner.h68 void lfs_ientry(IFILE **, struct clfs *, ino_t, struct ubuf **);
H A Dlfs_cleanerd.c378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp) in lfs_ientry()
394 *ifpp = (IFILE *)ifp64; in lfs_ientry()
398 *ifpp = (IFILE *)ifp32; in lfs_ientry()
402 *ifpp = (IFILE *)ifp_v1; in lfs_ientry()
446 IFILE *ifp; in parse_pseg()
H A Dcoalesce.c115 IFILE *ifp; in get_dinode()
/netbsd-src/sbin/fsck_lfs/
H A Dpass1.c90 IFILE *ifp; in pass1()
191 IFILE *ifp; in checkinode()
H A Dpass0.c102 IFILE *ifp; in pass0()
H A Dinode.c102 IFILE *ifp; in ginode()
469 IFILE *ifp; in clearinode()
H A Dpass6.c209 IFILE *ifp; in remove_ino()
420 IFILE *ifp; in readdress_inode()
471 IFILE *ifp; in alloc_inode()

12