comment          1077 src/port.c             case ';':  goto comment;
comment          1080 src/port.c       comment:
comment          1090 src/port.c         if (strncmp(buf, "oding", 5) != 0) goto comment;
comment          1092 src/port.c         if (*buf != ':' && *buf != '=') goto comment;
comment          1103 src/port.c         if (s == buf) goto comment;