Searched defs:comlen (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libpp/
H A Dppproto.c2182 int comlen; local
2277 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2336 if (*s == *com && !strncmp(s, com, comlen))
2410 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2413 proto->op += comlen;
2438 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2441 proto->op += comlen;
/ast/src/cmd/INIT/
H A Dproto.c4436 int comlen; local
4521 if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
4580 if (*s == *com && !sstrncmp( s, com, comlen))
4654 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
4657 proto->op += comlen;
4682 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
4685 proto->op += comlen;

Completed in 66 milliseconds