Lines Matching defs:comma
552 int comma;
572 else if ((fs->col + fs->comma + n + 1) > MARGIN) {
573 if (fs->comma)
579 if (fs->comma) {
596 fmt(FILE* fp, struct header* hp, const char* label, unsigned long flags, int comma)
601 fs.comma = comma;
618 int comma;
622 comma = (flags & GCOMMA);
668 fmt(fp, hp, lp->name, lp->type, comma);