Home
last modified time | relevance | path

Searched refs:incomm (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/vgrind/
H A Dvfontedpr.c50 boolean incomm; /* in a comment of the primary type */ variable
353 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 …]
/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c130 int incomm = 0; in process() local
153 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()
/titanic_41/usr/src/cmd/vi/misc/
H A Dxstr.c143 register int incomm = 0; local
165 if (incomm)
172 if (incomm)
180 if (incomm || *cp != '*')
182 incomm = 1;
188 if (incomm && *cp == '/') {
189 incomm = 0;
H A Dctags.c484 bool incomm, inquote, inchar, midtoken, isoperator, optfound; in C_entries() local
491 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()