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

/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c435 char *acmptr; /* end of a comment delimiter */ local
470 acmptr = expmatch (s, l_acmbeg, dummy);
477 && (comptr < acmptr || acmptr == NIL)
492 if (acmptr != NIL)
493 if ((acmptr < strptr || strptr == NIL)
494 && (acmptr < chrptr || chrptr == NIL)
495 && (acmptr < blksptr || blksptr == NIL)
496 && (acmptr < blkeptr || blkeptr == NIL)) {
497 putKcp (s, acmptr
[all...]

Completed in 58 milliseconds