Searched defs:isrec (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/one-true-awk/ | ||
H A D | lib.c | 228 int sep, c, isrec; // POTENTIAL BUG? isrec is a macro in awk.h in readrec() local |
H A D | awk.h | 217 #define isrec(n) ((n)->tval & REC) macro |