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

  /src/external/bsd/mdocml/dist/
mdoc_validate.c 2468 const char *goodsec; local
2514 goodsec = NULL;
2519 goodsec = *testsec;
2523 if (goodsec != NULL)
2525 "Sh %s instead of %s", nch->string, goodsec);
2551 goodsec = NULL;
2556 goodsec = "2, 3, 4, 9";
2564 if (NULL == goodsec)
2565 goodsec = "2, 3, 9";
2570 if (NULL == goodsec)
    [all...]

Completed in 19 milliseconds