Searched defs:incomm (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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; local
491 incomm = isoperator = optfound = FALSE;
511 } else if (incomm) {
523 incomm = FALSE;
550 incomm = TRUE;
605 if (!level && !inquote && !incomm && gotone == FALSE) {
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c130 int incomm = 0; local
153 if (incomm)
161 if (incomm)
169 if (incomm || *cp != '*')
171 incomm = 1;
177 if (incomm && *cp == '/') {
178 incomm = 0;
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c50 boolean incomm; /* in a comment of the primary type */ variable
353 incomm = FALSE;
411 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr);
443 if (nokeyw || incomm || instr)
458 if (l_prclevel && !incomm && !instr && !inchr) {
465 if (!incomm && !instr && !inchr) {
483 incomm = TRUE;
499 incomm = TRUE;
564 } else if (incomm) {
576 incomm
[all...]

Completed in 64 milliseconds