Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Difile.c142 p = int_ifile(h); in del_ifile()
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()
324 int_ifile(ifile)->h_altpipe = p; in set_altpipe()
329 return (int_ifile(ifile)->h_altpipe); in get_altpipe()
[all …]