Home
last modified time | relevance | path

Searched defs:ifile (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/less/
H A Difile.c26 struct ifile { struct
28 struct ifile *h_prev; argument
34 char h_opened; /* Has this ifile been opened? */ argument
44 #define int_ifile(h) ((struct ifile *)(h)) argument
196 getoff_ifile(ifile) in getoff_ifile() argument
270 get_filename(ifile) in get_filename() argument
294 get_index(ifile) in get_index() argument
327 set_open(ifile) in set_open() argument
337 opened(ifile) in opened() argument
352 held_ifile(ifile) in held_ifile() argument
[all …]
H A Dmark.c53 cmark(m, ifile, pos, ln) in cmark() argument
90 mark_set_ifile(m, ifile) in mark_set_ifile() argument
359 unmark(ifile) in unmark() argument
374 mark_check_ifile(ifile) in mark_check_ifile() argument
H A Dmain.c75 IFILE ifile; local
H A Dedit.c239 edit_ifile(ifile) in edit_ifile() argument
H A Dfilename.c311 IFILE ifile; local
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c26 static char *ifile = NULL; variable
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.c524 FILE *ifile; in output_listing() local
/freebsd-13.1/usr.bin/m4/
H A Deval.c734 doincl(const char *ifile) in doincl()