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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c2646 int needcomma = 0; local
2653 printer(arg, (needcomma ? ",%s" : "fcs %s"), *cpp);
2654 needcomma = 1;
2656 if (cichar != 0 || !needcomma)
2657 printer(arg, (needcomma ? ",0x%x" : "fcs 0x%x"),
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2037 int needcomma = 0; local
2091 needcomma++;
2096 #define NEXT_DASH_O dashos--; needcomma++; continue
2099 if (needcomma) {
2101 needcomma = 0;

Completed in 70 milliseconds