Home
last modified time | relevance | path

Searched refs:ischar (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal2.c449 int ischar = type == CHAR || type == UCHAR; in emitshort() local
468 } else if (ischar) { in emitshort()
500 p->n_lval /= (ischar ? 4 : 2); in emitshort()
516 int ischar = BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR; in storeshort() local
519 if (ischar) { in storeshort()
538 } else if (ischar) { in storeshort()
/netbsd-src/sys/stand/efiboot/
H A Dconsole.c65 ischar(void) in ischar() function
H A Defiboot.h69 int ischar(void);
H A Dprompt.c102 if (ischar()) { in awaitkey()
/netbsd-src/sys/arch/ia64/stand/common/
H A Dconsole.c109 ischar(void) in ischar() function
H A Dboot.c200 if (ischar()) { in autoboot()
H A Dbootstrap.h130 int ischar(void);
H A Dcommands.c409 while (!ischar()) in command_read()