Home
last modified time | relevance | path

Searched defs:isrec (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/awk/
H A Dlib.c228 int sep, c, isrec; // POTENTIAL BUG? isrec is a macro in awk.h in readrec() local
H A Dawk.h218 #define isrec(n) ((n)->tval & REC) macro