OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_IFILE
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/less/dist/
ifile.c
135
if (h ==
NULL_IFILE
)
158
p = (h ==
NULL_IFILE
) ? &anchor : int_ifile(h);
160
return (
NULL_IFILE
);
171
p = (h ==
NULL_IFILE
) ? &anchor : int_ifile(h);
173
return (
NULL_IFILE
);
184
if ((newifile = prev_ifile(ifile)) !=
NULL_IFILE
)
186
if ((newifile = next_ifile(ifile)) !=
NULL_IFILE
)
188
return (
NULL_IFILE
);
edit.c
345
if (curr_ifile !=
NULL_IFILE
&& get_altfilename(curr_ifile) != NULL)
357
if (curr_ifile ==
NULL_IFILE
)
385
curr_ifile =
NULL_IFILE
;
399
return (edit_ifile(
NULL_IFILE
));
466
if (curr_ifile !=
NULL_IFILE
)
480
if (ifile ==
NULL_IFILE
)
610
if (was_curr_ifile !=
NULL_IFILE
)
749
curr_ifile =
NULL_IFILE
;
758
curr_ifile =
NULL_IFILE
;
781
if (next ==
NULL_IFILE
)
[
all
...]
main.c
26
public IFILE curr_ifile =
NULL_IFILE
;
27
public IFILE old_ifile =
NULL_IFILE
;
190
ifile =
NULL_IFILE
;
215
ifile = prev_ifile(
NULL_IFILE
);
220
ifile = prev_ifile(
NULL_IFILE
);
prompt.c
222
return (next_ifile(curr_ifile) !=
NULL_IFILE
);
371
if (h !=
NULL_IFILE
)
lsystem.c
93
(void) edit_ifile(
NULL_IFILE
);
filename.c
305
(c) == '#' ? old_ifile :
NULL_IFILE
)
331
if (ifile ==
NULL_IFILE
)
365
if (ifile ==
NULL_IFILE
)
command.c
843
next_ifile(curr_ifile) ==
NULL_IFILE
)
851
next_ifile(curr_ifile) ==
NULL_IFILE
)
1623
if (curr_ifile !=
NULL_IFILE
&&
1908
if (new_ifile ==
NULL_IFILE
)
mark.c
81
cmark(&marks[i],
NULL_IFILE
, NULL_POSITION, -1);
101
if (m->m_ifile !=
NULL_IFILE
)
103
mark_set_ifile(m, get_ifile(m->m_filename, prev_ifile(
NULL_IFILE
)));
425
cmark(m,
NULL_IFILE
, pos, ln);
less.h
315
#define
NULL_IFILE
((IFILE)NULL)
Completed in 64 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026