Annotation of researchv9/cmd/eqn/mark.c, revision 1.1.1.1

1.1       root        1: #include "e.h"
                      2: 
                      3: mark(p1)
                      4:        int p1;
                      5: {
                      6:        markline = 1;
                      7:        printf(".ds %d \\k(09\\*(%d\n", p1, p1);
                      8:        yyval = p1;
                      9:        dprintf(".\tmark %d\n", p1);
                     10: }
                     11: 
                     12: lineup(p1)
                     13: {
                     14:        markline = 2;
                     15:        if (p1 == 0) {
                     16:                yyval = salloc();
                     17:                printf(".ds %d \\h'|\\n(09u'\n", yyval);
                     18:        }
                     19:        dprintf(".\tlineup %d\n", p1);
                     20: }

unix.superglobalmegacorp.com

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