Searched refs:incomm (Results 1 – 4 of 4) sorted by relevance
50 boolean incomm; /* in a comment of the primary type */ variable353 incomm = FALSE; in main()411 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr); in main()443 if (nokeyw || incomm || instr) in putScp()458 if (l_prclevel && !incomm && !instr && !inchr) { in putScp()465 if (!incomm && !instr && !inchr) { in putScp()483 incomm = TRUE; in putScp()499 incomm = TRUE; in putScp()564 } else if (incomm) { in putScp()576 incomm = FALSE; in putScp()[all …]
143 register int incomm = 0; local165 if (incomm)172 if (incomm)180 if (incomm || *cp != '*')182 incomm = 1;188 if (incomm && *cp == '/') {189 incomm = 0;
484 bool incomm, inquote, inchar, midtoken, isoperator, optfound; in C_entries() local491 incomm = isoperator = optfound = FALSE; in C_entries()511 } else if (incomm) { in C_entries()523 incomm = FALSE; in C_entries()550 incomm = TRUE; in C_entries()605 if (!level && !inquote && !incomm && gotone == FALSE) { in C_entries()
130 int incomm = 0; in process() local153 if (incomm) in process()161 if (incomm) in process()169 if (incomm || *cp != '*') in process()171 incomm = 1; in process()177 if (incomm && *cp == '/') { in process()178 incomm = 0; in process()