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

  /src/usr.bin/vgrind/
vfontedpr.c 357 char *comptr; /* end of a comment delimiter */ local in function:putScp
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 12 milliseconds