Home
last modified time | relevance | path

Searched refs:REC (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dawk.h111 #define REC 0200 /* this is $0 */ macro
190 #define isrec(n) ((n)->tval & REC)
Dlib.c55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
150 fldtab[0]->tval = REC | STR | DONTFREE; in getrec()
482 fldtab[0]->tval = REC | STR | DONTFREE; in recbld()
Drun.c331 y->tval = x->tval & ~(CON|FLD|REC|DONTFREE); /* copy is not constant or field */ in copycell()
1090 if (x == y && !(x->tval & (FLD|REC))) /* self-assignment: */ in assign()