HomeSort by: relevance | last modified time | path
    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