Searched refs:incomm (Results 1 – 3 of 3) sorted by relevance
48 boolean incomm; /* in a comment of the primary type */ variable351 incomm = FALSE; in main()409 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr); in main()441 if (nokeyw || incomm || instr) in putScp()456 if (l_prclevel && !incomm && !instr && !inchr) { in putScp()463 if (!incomm && !instr && !inchr) { in putScp()481 incomm = TRUE; in putScp()497 incomm = TRUE; in putScp()562 } else if (incomm) { in putScp()574 incomm = FALSE; in putScp()[all …]
128 int incomm = 0; in process() local151 if (incomm) in process()159 if (incomm) in process()167 if (incomm || *cp != '*') in process()169 incomm = 1; in process()175 if (incomm && *cp == '/') { in process()176 incomm = 0; in process()
458 bool incomm, inquote, inchar, midtoken, isoperator, optfound; in C_entries() local465 incomm = isoperator = optfound = FALSE; in C_entries()485 } else if (incomm) { in C_entries()497 incomm = FALSE; in C_entries()524 incomm = TRUE; in C_entries()579 if (!level && !inquote && !incomm && gotone == FALSE) { in C_entries()