COMMENT
if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
if ((buf[0] == COMMENT) || is_white_space(buf))
if (buf[0] == COMMENT || buf[0] == NEWLINE ||
if (value[0] == COMMENT || value[0] == NEWLINE ||
if (value[0] == COMMENT ||
if (state == COMMENT) {
state = COMMENT;
RMFILE (COMMENT);
if (!(path = getformfile(name, COMMENT)))
return (COMMENT);
%token <str> COMMENT
comment : COMMENT
tp = strchr(p, COMMENT);
{'#', 0, COMMENT},
{'\0', 0, COMMENT},
case COMMENT: /* \0 # */
|| ((buf[3] & COMMENT) && bad_field (-1)))
p = strchr(buf, COMMENT);
%nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION