Searched refs:CGETNUM (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.sbin/lpd/ |
| H A D | lp.c | 163 #define CGETNUM(x, d) if (cgetnum(buf, #x, &(lp->lp_ ## x)) == -1) \ in readent() macro 168 CGETNUM(br, 0); in readent() 180 CGETNUM(mc, 0); in readent() 182 CGETNUM(mx, 0); in readent() 186 CGETNUM(pc, DEFAULT_PC); in readent() 187 CGETNUM(pl, DEFAULT_PL); in readent() 188 CGETNUM(pw, DEFAULT_PW); in readent() 189 CGETNUM(px, 0); in readent() 190 CGETNUM(py, 0); in readent()
|