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.h149 public void close_altpipe(IFILE ifile);
152 public int edit_ifile(IFILE ifile);
159 public IFILE save_curr_ifile(void);
160 public void unsave_ifile(IFILE save_ifile);
161 public void reedit_ifile(IFILE save_ifile);
199 public void del_ifile(IFILE h);
200 public IFILE next_ifile(IFILE h);
201 public IFILE prev_ifile(IFILE
[all...]
H A Dedit.c35 extern IFILE curr_ifile;
36 extern IFILE old_ifile;
327 public void close_altpipe(IFILE ifile)
406 static int edit_error(constant char *filename, constant char *alt_filename, void *altpipe, IFILE ifile)
430 * Edit a new file (given its IFILE).
433 public int edit_ifile(IFILE ifile)
442 IFILE was_curr_ifile; in edit_ifile()
683 IFILE save_ifile; in edit_list()
761 static int edit_istep(IFILE h, int n, int dir)
763 IFILE nex
[all...]
H A Dmark.c14 extern IFILE curr_ifile;
30 IFILE m_ifile; /* Input file being marked */
53 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
93 static void mark_set_ifile(struct mark *m, IFILE ifile)
365 public void unmark(IFILE ifile)
378 public void mark_check_ifile(IFILE ifile) in save_marks()
402 static void cmarkf(struct mark *m, IFILE ifile, POSITION pos, int ln, constant char *filename) in restore_mark()
H A Dlsystem.c36 extern IFILE curr_ifile;
52 IFILE save_ifile; in lsystem()
H A Dmain.c33 public IFILE curr_ifile = NULL_IFILE;
34 public IFILE old_ifile = NULL_IFILE;
244 IFILE ifile;
H A Dprompt.c33 extern IFILE curr_ifile;
278 IFILE h; in protochar()
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_copy()
H A Dless.h296 * An IFILE represents an input file. macro
298 #define IFILE void*
299 #define NULL_IFILE ((IFILE)NULL)
H A Dcommand.c46 extern IFILE curr_ifile;
1218 IFILE save_ifile; in multi_search()
1403 IFILE old_ifile; in commands()
1404 IFILE new_ifile; in commands()
H A Doptfunc.c45 extern IFILE curr_ifile;
347 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);