OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curpfile
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/historical/nawk/dist/
main.c
56
static size_t
curpfile
; /* current filename */
variable
278
if (
curpfile
>= npfile)
280
if (strcmp(pfile[
curpfile
], "-") == 0)
282
else if ((yyin = fopen(pfile[
curpfile
], "r")) == NULL)
283
FATAL("can't open file %s", pfile[
curpfile
]);
291
curpfile
++;
298
return pfile[
curpfile
< npfile ?
curpfile
:
curpfile
- 1];
Completed in 58 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026