Annotation of researchv10dc/cmd/struct/4.def.h, revision 1.1.1.1

1.1       root        1: #define YESTAB TRUE
                      2: #define NOTAB  FALSE
                      3: #define TABOVER(n)     tabover(n,outfd)
                      4: #define OUTSTR(x)              fprintf(outfd,"%s",x)
                      5: #define OUTNUM(x)              fprintf(outfd,"%d",x)
                      6: 
                      7: 
                      8: extern LOGICAL *brace;
                      9: #define YESBRACE(v,i)  { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = TRUE; }
                     10: #define NOBRACE(v,i)   { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = FALSE; }
                     11: #define HASBRACE(v,i)   ((DEFINED(LCHILD(v,i))) ? brace[LCHILD(v,i)] : TRUE)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.