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

/freebsd-13-stable/contrib/less/
H A Difile.c44 #define int_ifile(h) ((struct ifile *)(h)) macro
155 p = int_ifile(h);
171 p = (h == NULL_IFILE) ? &anchor : int_ifile(h);
186 p = (h == NULL_IFILE) ? &anchor : int_ifile(h);
262 p = new_ifile(filename, int_ifile(prev));
275 return (int_ifile(ifile)->h_filename);
287 return (int_ifile(ifile)->h_rfilename);
297 return (int_ifile(ifile)->h_index);
308 int_ifile(ifile)->h_scrpos = *scrpos;
320 *scrpos = int_ifile(ifil
[all...]

Completed in 50 milliseconds