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

  /src/sys/stand/efiboot/
console.c 65 ischar(void) function
efiboot.h 69 int ischar(void);
prompt.c 102 if (ischar()) {
  /src/sys/arch/ia64/stand/common/
console.c 109 ischar(void) function
boot.c 200 if (ischar()) {
bootstrap.h 130 int ischar(void);
commands.c 409 while (!ischar())
  /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) {
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 588 int c,i,ischar=0;
600 ischar = p[len-1] == 'C';
654 if (ischar)
ctfread.c 558 uint32_t issigned, ischar, isbool; local
562 ischar = cet.cte_format & CTF_INT_CHAR;
564 if (ischar)
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 584 int c,i,ischar=0;
596 ischar = p[len-1] == 'C';
650 if (ischar)
ctfread.c 559 uint32_t issigned, ischar, isbool; local
563 ischar = cet.cte_format & CTF_INT_CHAR;
565 if (ischar)

Completed in 42 milliseconds