Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Difile.c12 * An IFILE represents an input file.
24 extern IFILE curr_ifile;
41 * Convert an IFILE (external representation)
45 #define ext_ifile(h) ((IFILE)(h))
129 public void del_ifile(IFILE h) in del_ifile()
152 public IFILE next_ifile(IFILE h) in next_ifile()
165 public IFILE prev_ifile(IFILE h) in prev_ifile()
178 public IFILE getoff_ifil
[all...]
H A Dfuncs.h134 public void close_altpipe(IFILE ifile);
137 public int edit_ifile(IFILE ifile);
144 public IFILE save_curr_ifile(void);
145 public void unsave_ifile(IFILE save_ifile);
146 public void reedit_ifile(IFILE save_ifile);
184 public void del_ifile(IFILE h);
185 public IFILE next_ifile(IFILE h);
186 public IFILE prev_ifile(IFILE
[all...]
H A Dedit.c35 extern IFILE curr_ifile;
36 extern IFILE old_ifile;
326 public void close_altpipe(IFILE ifile) in close_altpipe()
405 static int edit_error(constant char *filename, constant char *alt_filename, void *altpipe, IFILE ifile) in edit_error()
429 * Edit a new file (given its IFILE).
432 public int edit_ifile(IFILE ifile) in edit_ifile()
441 IFILE was_curr_ifile; in edit_ifile()
680 IFILE save_ifile;
758 static int edit_istep(IFILE h, int n, int dir)
760 IFILE nex
[all...]
H A Dmark.c14 extern IFILE curr_ifile;
31 IFILE m_ifile; /* Input file being marked */
52 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
86 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile()
332 public void unmark(IFILE ifile) in unmark()
345 public void mark_check_ifile(IFILE ifile) in mark_check_ifile()
H A Dmain.c34 public IFILE curr_ifile = NULL_IFILE;
35 public IFILE old_ifile = NULL_IFILE;
243 IFILE ifile; in main()
H A Dlsystem.c35 extern IFILE curr_ifile;
51 IFILE save_ifile; in lsystem()
H A Dprompt.c32 extern IFILE curr_ifile;
263 IFILE h; in protochar()
H A Dless.h305 * An IFILE represents an input file.
307 #define IFILE void*
308 #define NULL_IFILE ((IFILE)NULL)
312 #define IFILE global() macro
H A Dfilename.c50 extern IFILE curr_ifile;
51 extern IFILE old_ifile;
361 IFILE ifile = (*fr == '%') ? curr_ifile : (*fr == '#') ? old_ifile : NULL_IFILE; in fexpand()
H A Dcommand.c46 extern IFILE curr_ifile;
1166 IFILE save_ifile; in multi_search()
1309 IFILE old_ifile; in commands()
1310 IFILE new_ifile; in commands()
H A Doptfunc.c45 extern IFILE curr_ifile;
343 IFILE save_ifile; in opt_t()
H A Dch.c128 extern IFILE curr_ifile;
/freebsd/contrib/ntp/scripts/build/
H A DupdateBEDate32 open(my $IFILE, "<", $i) or die "Cannot open < $i: $!";
34 while(<$IFILE>) {
46 close($IFILE);