Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Difile.c24 extern IFILE curr_ifile;
45 #define ext_ifile(h) ((IFILE)(h))
142 IFILE h; in del_ifile()
165 public IFILE
167 IFILE h; in next_ifile()
180 public IFILE
182 IFILE h; in prev_ifile()
195 public IFILE
197 IFILE ifile; in getoff_ifile()
199 IFILE newifile;
[all …]
Dfuncs.h115 public int edit_ifile LESSPARAMS ((IFILE ifile));
122 public IFILE save_curr_ifile LESSPARAMS ((VOID_PARAM));
123 public void unsave_ifile LESSPARAMS ((IFILE save_ifile));
124 public void reedit_ifile LESSPARAMS ((IFILE save_ifile));
154 public void del_ifile LESSPARAMS ((IFILE h));
155 public IFILE next_ifile LESSPARAMS ((IFILE h));
156 public IFILE prev_ifile LESSPARAMS ((IFILE h));
157 public IFILE getoff_ifile LESSPARAMS ((IFILE ifile));
159 public IFILE get_ifile LESSPARAMS ((char *filename, IFILE prev));
160 public char * get_filename LESSPARAMS ((IFILE ifile));
[all …]
Dedit.c29 extern IFILE curr_ifile;
30 extern IFILE old_ifile;
239 IFILE ifile; in edit_ifile()
248 IFILE was_curr_ifile;
505 IFILE save_ifile;
587 IFILE h; in edit_istep()
591 IFILE next;
629 IFILE h; in edit_inext()
644 IFILE h; in edit_iprev()
664 IFILE h;
[all …]
Dmark.c14 extern IFILE curr_ifile;
31 IFILE m_ifile; /* Input file being marked */
55 IFILE ifile;
92 IFILE ifile;
360 IFILE ifile; in unmark()
375 IFILE ifile; in mark_check_ifile()
Dmain.c25 public IFILE curr_ifile = NULL_IFILE;
26 public IFILE old_ifile = NULL_IFILE;
75 IFILE ifile;
Dlsystem.c36 extern IFILE curr_ifile;
55 IFILE save_ifile;
Dprompt.c32 extern IFILE curr_ifile;
259 IFILE h;
Dless.h291 #define IFILE VOID_POINTER macro
292 #define NULL_IFILE ((IFILE)NULL)
Dfilename.c51 extern IFILE curr_ifile;
52 extern IFILE old_ifile;
313 IFILE ifile;
Dcommand.c49 extern IFILE curr_ifile;
1051 IFILE save_ifile;
1194 IFILE old_ifile; in commands()
1195 IFILE new_ifile; in commands()
Doptfunc.c47 extern IFILE curr_ifile;
316 IFILE save_ifile;
Dch.c134 extern IFILE curr_ifile;
/freebsd-12-stable/contrib/ntp/scripts/build/
DupdateBEDate32 open(my $IFILE, "<", $i) or die "Cannot open < $i: $!";
34 while(<$IFILE>) {
46 close($IFILE);
/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_ifile.c102 DPRINTF(IFILE, ("%s: node: %p ino: %#jx\n", in nandfs_node_create()
124 DPRINTF(IFILE, ("%s: destroy node: %p ino: %#jx\n", in nandfs_node_destroy()
147 DPRINTF(IFILE, ("%s: freed node %p ino %#jx\n", in nandfs_node_destroy()
170 DPRINTF(IFILE, ("%s: node:%p ino:%#jx\n", in nandfs_node_update()
Dnandfs_subr.c658 DPRINTF(IFILE, ("%s: ino: %#jx -> vp: %p\n", in nandfs_get_node_raw()
689 DPRINTF(IFILE, ("%s: ino:%#jx vp:%p node:%p\n", in nandfs_get_node_raw()