Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Difile.c142 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()
254 public IFILE
257 IFILE prev;
271 IFILE ifile; in get_filename()
[all …]
H A Dedit.c30 extern IFILE curr_ifile;
31 extern IFILE old_ifile;
240 IFILE ifile; in edit_ifile()
589 IFILE h; in edit_istep()
593 IFILE next;
631 IFILE h; in edit_inext()
646 IFILE h; in edit_iprev()
666 IFILE h;
683 public IFILE
706 IFILE next;
[all …]
H A Dfuncs.h116 public int edit_ifile LESSPARAMS ((IFILE ifile));
156 public void del_ifile LESSPARAMS ((IFILE h));
157 public IFILE next_ifile LESSPARAMS ((IFILE h));
158 public IFILE prev_ifile LESSPARAMS ((IFILE h));
159 public IFILE getoff_ifile LESSPARAMS ((IFILE ifile));
161 public IFILE get_ifile LESSPARAMS ((char *filename, IFILE prev));
164 public int get_index LESSPARAMS ((IFILE ifile));
167 public void set_open LESSPARAMS ((IFILE ifile));
168 public int opened LESSPARAMS ((IFILE ifile));
170 public int held_ifile LESSPARAMS ((IFILE ifile));
[all …]
H A 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()
H A Dmain.c25 public IFILE curr_ifile = NULL_IFILE;
26 public IFILE old_ifile = NULL_IFILE;
75 IFILE ifile;
H A Dlsystem.c36 extern IFILE curr_ifile;
55 IFILE save_ifile;
H A Dprompt.c32 extern IFILE curr_ifile;
259 IFILE h;
H A Dless.h291 #define IFILE VOID_POINTER macro
292 #define NULL_IFILE ((IFILE)NULL)
H A Dfilename.c51 extern IFILE curr_ifile;
52 extern IFILE old_ifile;
311 IFILE ifile;
H A Dcommand.c49 extern IFILE curr_ifile;
1052 IFILE save_ifile;
1195 IFILE old_ifile; in commands()
1196 IFILE new_ifile; in commands()
H A Doptfunc.c47 extern IFILE curr_ifile;
339 IFILE save_ifile;
H A Dch.c134 extern IFILE curr_ifile;
/freebsd-13.1/contrib/ntp/scripts/build/
H A DupdateBEDate32 open(my $IFILE, "<", $i) or die "Cannot open < $i: $!";
34 while(<$IFILE>) {
46 close($IFILE);