Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c2638 int needcomma = 0; local
2645 printer(arg, (needcomma ? ",%s" : "fcs %s"), *cpp);
2646 needcomma = 1;
2648 if (cichar != 0 || !needcomma)
2649 printer(arg, (needcomma ? ",0x%x" : "fcs 0x%x"),
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2039 int needcomma = 0; in print_reproducing_command() local
2093 needcomma++; in print_reproducing_command()
2098 #define NEXT_DASH_O dashos--; needcomma++; continue in print_reproducing_command()
2101 if (needcomma) { in print_reproducing_command()
2103 needcomma = 0; in print_reproducing_command()