Lines Matching defs:cc
91 char cc[3]; /* beg mid end comment char */
2152 free((char*)proto); /* some ANSI cc's botch the free() prototype */
2241 if (!(proto->cc[0] = comment[0]))
2245 proto->cc[1] = comment[1];
2246 proto->cc[2] = comment[2] ? comment[2] : comment[0];
2249 proto->cc[1] = proto->cc[2] = comment[0];
2277 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2398 if (proto->cc[0] == '#' && proto->ip[0] == '#' && proto->ip[1] == '!')
2408 if (proto->cc[0])
2410 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2438 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)