Annotation of researchv10no/cmd/mk/src/lex.c, revision 1.1

1.1     ! root        1: #include       "mk.h"
        !             2: 
        !             3: lex(fd, buf)
        !             4:        char *buf;
        !             5: {
        !             6:        char buf1[BIGBLOCK];
        !             7: 
        !             8:        quote1(fd, buf, buf1);  /* '..' */
        !             9:        bquote(fd, buf1, buf);  /* `cmd` */
        !            10:        quote2(fd, buf, buf1);  /* ".." and variable expansion */
        !            11:        strcpy(buf, buf1);
        !            12: }

unix.superglobalmegacorp.com

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