Home | History | Annotate | Download | only in vgrind

Lines Matching defs:blkeptr

362     char *blkeptr;			/* end of a lexical block end */
383 blkeptr = expmatch(s, l_blkend, dummy);
396 && (comptr < blkeptr || blkeptr == NULL)) {
412 && (acmptr < blkeptr || blkeptr == NULL)) {
427 && (strptr < blkeptr || blkeptr == NULL)) {
437 && (chrptr < blkeptr || blkeptr == NULL)) {
445 if (blkeptr != NULL) {
446 if (blkeptr < blksptr || blksptr == NULL) {
447 putKcp(s, blkeptr - 1, false);
448 s = blkeptr;