Annotation of researchv8dc/cmd/eqn/eqnbox.c, revision 1.1.1.1

1.1       root        1: # include "e.h"
                      2: 
                      3: eqnbox(p1, p2, lu)
                      4: {
                      5:        float b, h;
                      6:        char *sh;
                      7: 
                      8:        yyval = p1;
                      9:        b = max(ebase[p1], ebase[p2]);
                     10:        eht[yyval] = h = b + max(eht[p1]-ebase[p1], 
                     11:                eht[p2]-ebase[p2]);
                     12:        ebase[yyval] = b;
                     13:        dprintf(".\tS%d <- %d %d; b=%g, h=%g\n", yyval, p1, p2, b, h);
                     14:        if (rfont[p1] == ITAL && lfont[p2] == ROM)
                     15:                sh = "\\^";     /* was \| */
                     16:        else
                     17:                sh = "";
                     18:        if (lu) {
                     19:                printf(".nr %d \\w'\\*(%d%s'\n", p1, p1, sh);
                     20:                printf(".ds %d \\h'|\\n(09u-\\n(%du'\\*(%d\n", p1, p1, p1);
                     21:        }
                     22:        printf(".as %d \"%s\\*(%d\n", yyval, sh, p2);
                     23:        rfont[p1] = rfont[p2];
                     24:        sfree(p2);
                     25: }

unix.superglobalmegacorp.com

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