HomeSort by: relevance | last modified time | path
    Searched defs:acmptr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/vgrind/
vfontedpr.c 358 char *acmptr; /* end of a comment delimiter */ local in function:putScp
386 acmptr = expmatch(s, l_acmbeg, dummy);
393 && (comptr < acmptr || acmptr == NULL)
408 if (acmptr != NULL)
409 if ((acmptr < strptr || strptr == NULL)
410 && (acmptr < chrptr || chrptr == NULL)
411 && (acmptr < blksptr || blksptr == NULL)
412 && (acmptr < blkeptr || blkeptr == NULL)) {
413 putKcp(s, acmptr-1, false)
    [all...]
vfontedpr.c 358 char *acmptr; /* end of a comment delimiter */ local in function:putScp
386 acmptr = expmatch(s, l_acmbeg, dummy);
393 && (comptr < acmptr || acmptr == NULL)
408 if (acmptr != NULL)
409 if ((acmptr < strptr || strptr == NULL)
410 && (acmptr < chrptr || chrptr == NULL)
411 && (acmptr < blksptr || blksptr == NULL)
412 && (acmptr < blkeptr || blkeptr == NULL)) {
413 putKcp(s, acmptr-1, false)
    [all...]

Completed in 22 milliseconds