HomeSort by: relevance | last modified time | path
    Searched defs:ischar (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
console.c 109 ischar(void) function
  /src/sys/stand/efiboot/
console.c 65 ischar(void) function
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
local2.c 449 int ischar = type == CHAR || type == UCHAR; local
468 } else if (ischar) {
500 p->n_lval /= (ischar ? 4 : 2);
516 int ischar = BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR; local
519 if (ischar) {
538 } else if (ischar) {

Completed in 30 milliseconds