Searched refs:comptr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/vgrind/
H A Dvfontedpr.c357 char *comptr; /* end of a comment delimiter */ local
385 comptr = expmatch(s, l_combeg, dummy);
391 if (comptr != NULL)
392 if ((comptr < strptr || strptr == NULL)
393 && (comptr < acmptr || acmptr == NULL)
394 && (comptr < chrptr || chrptr == NULL)
395 && (comptr < blksptr || blksptr == NULL)
396 && (comptr < blkeptr || blkeptr == NULL)) {
397 putKcp(s, comptr-1, false);
398 s = comptr;
[all...]

Completed in 71 milliseconds