Lines Matching refs:int_ifile
44 #define int_ifile(h) ((struct ifile *)(h)) macro
142 p = int_ifile(h); in del_ifile()
156 p = (h == NULL_IFILE) ? &anchor : int_ifile(h); in next_ifile()
169 p = (h == NULL_IFILE) ? &anchor : int_ifile(h); in prev_ifile()
237 p = new_ifile(filename, int_ifile(prev)); in get_ifile()
248 return (int_ifile(ifile)->h_filename); in get_filename()
258 return (int_ifile(ifile)->h_rfilename); in get_real_filename()
266 return (int_ifile(ifile)->h_index); in get_index()
274 int_ifile(ifile)->h_scrpos = *scrpos; in store_pos()
283 *scrpos = int_ifile(ifile)->h_scrpos; in get_pos()
291 int_ifile(ifile)->h_opened = 1; in set_open()
299 return (int_ifile(ifile)->h_opened); in opened()
304 int_ifile(ifile)->h_hold += incr; in hold_ifile()
309 return (int_ifile(ifile)->h_hold); in held_ifile()
314 return (int_ifile(ifile)->h_filestate); in get_filestate()
319 int_ifile(ifile)->h_filestate = filestate; in set_filestate()
324 int_ifile(ifile)->h_altpipe = p; in set_altpipe()
329 return (int_ifile(ifile)->h_altpipe); in get_altpipe()
334 struct ifile *p = int_ifile(ifile); in set_altfilename()
346 return (int_ifile(ifile)->h_altfilename); in get_altfilename()