OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isrec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/historical/nawk/dist/
lib.c
229
int sep, c,
isrec
; // POTENTIAL BUG?
isrec
is a macro in awk.h
local
236
isrec
= (c == EOF && rr == buf) ? false : true;
252
isrec
= found != 0 || *buf != '\0';
283
isrec
= c != EOF || rr != buf;
287
DPRINTF("readrec saw <%s>, returns %d\n", buf,
isrec
);
288
return
isrec
;
awk.h
226
#define
isrec
(n) ((n)->tval & REC)
macro
Completed in 25 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026