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

/openbsd-current/usr.bin/pr/
H A Dpr.c195 int mor; local
258 rc = inln(inf,lbuf,LBUF,&cnt,&cps,0,&mor);
270 if (otln(obuf,cnt+off, &ips, &ops, mor))
273 if (otln(lbuf, cnt, &ips, &ops, mor))
279 if (mor) {
375 int mor = 0; local
492 rc = inln(inf,ptbf,colwd,&cnt,&cps,1,&mor);
692 int mor = 0; local
752 rc = inln(inf,ptbf,colwd,&cnt,&cps,1, &mor);
916 int mor local
1142 inln(FILE *inf, char *buf, int lim, int *cnt, int *cps, int trnc, int *mor) argument
1256 otln(char *buf, int cnt, int *svips, int *svops, int mor) argument
[all...]
/openbsd-current/sys/dev/ic/
H A Dvga.c470 u_int8_t mor; local
480 mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, 0xc);
481 vh->vh_mono = !(mor & 1);

Completed in 64 milliseconds