Searched refs:comtype (Results 1 – 1 of 1) sorted by relevance
99 static int comtype; /* type of comment */ variable399 comtype = STANDARD; in putScp()415 comtype = ALTERNATE; in putScp()479 if (((comtype == STANDARD) && (comptr != NIL)) || in putScp()480 ((comtype == ALTERNATE) && (acmptr != NIL))) { in putScp()481 if (comtype == STANDARD) { in putScp()