Home
last modified time | relevance | path

Searched refs:RSORD_MAX (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c252 #define RSORD_MAX 14 /* Number of `Rs' blocks. */ macro
254 static const enum roff_tok rsord[RSORD_MAX] = {
2155 for (i = 0; i < RSORD_MAX; i++) in post_rs()
2159 if (i == RSORD_MAX) { in post_rs()
2188 for (j = 0; j < RSORD_MAX; j++) in post_rs()
2191 if (j == RSORD_MAX) in post_rs()