Lines Matching refs:cbits
82 i = cbits(j);
387 i = cbits(getch()); in setps()
392 else if (i <= 3 && ischar(j = cbits(ch = getch())) && in setps()
399 j = cbits(getch()) - '0'; in setps()
400 j = 10 * j + cbits(getch()) - '0'; in setps()
404 j = cbits(getch()); in setps()
408 j = cbits(getch()) - '0'; in setps()
409 j = 10 * j + cbits(getch()) - '0'; in setps()
504 delim = cbits(i); in setwd()
514 while (cbits(i = getch()) != delim && !nlflg) { in setwd()
626 if (cbits(j) == 'i' && (lf & LFI))
628 else if (cbits(j) == 'l' && (lf & LFL))
630 else if (cbits(j) == 'f' && (lf & LFF)) {
633 if (cbits(k)=='i' && (lf&LFFI))
635 else if (cbits(k)=='l' && (lf&LFFL))
671 if ((i = cbits(getch()) - '0') <= 0 || i > nfonts) in casefp()