Lines Matching defs:rrcomments
69 /*% rrcomments are neither explicitly enabled nor disabled by default */
70 static int rrcomments = 0;
205 " +[no]rrcomments (Control display of per-record "
347 /* Turn on rrcomments if explicitly enabled */
348 if (rrcomments > 0)
445 /* Turn on rrcomments if explicitly enabled */
446 if (rrcomments > 0)
456 /* Turn on rrcomments if not explicitly disabled */
457 if (rrcomments >= 0)
521 /* Turn on rrcomments if explicitly enabled */
522 if (rrcomments > 0)
539 /* Turn on rrcomments unless explicitly disabled */
540 if (rrcomments >= 0)
1167 rrcomments = 0;
1255 case 'r': /* rrcomments */
1256 FULLCHECK("rrcomments");
1257 rrcomments = state ? 1 : -1;
1286 rrcomments = -1;
1405 rrcomments = 0;