Home
last modified time | relevance | path

Searched refs:t_boolean (Results 1 – 10 of 10) sorted by relevance

/original-bsd/usr.bin/pascal/pdx/object/
H A Dmaketypes.c32 t_boolean = st_lookup(symtab, "boolean")->type; in maketypes()
33 if (t_int==NIL || t_real==NIL || t_char==NIL || t_boolean==NIL) { in maketypes()
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dbtypes.h17 SYM *t_boolean; variable
H A Dtree.c179 return t_boolean;
211 return t_boolean;
427 if (p->nodetype != t_boolean) {
H A Dprintval.c131 } else if (t == t_boolean) {
/original-bsd/old/dbx/
H A Dsymbols.c110 Symbol t_boolean; variable
391 t_boolean = maketype("$boolean", 0L, 1L); in symbols_init()
403 s->type = t_boolean; in symbols_init()
405 s->symvalue.constval->nodetype = t_boolean; in symbols_init()
408 s->type = t_boolean; in symbols_init()
410 s->symvalue.constval->nodetype = t_boolean; in symbols_init()
1284 binaryop(p, t_boolean);
1304 p->nodetype = t_boolean;
1496 if (p->nodetype != t_boolean) {
H A Dpascal.c73 t2 == t_boolean->type and
160 t1 == t_real->type or t1 == t_boolean->type
H A Dmodula-2.c85 t2 == t_boolean->type and
177 t1 == t_real->type or t1 == t_boolean->type
H A Dprintsym.c684 if (t == t_boolean->type or istypename(t->type, "boolean")) {
H A Dc.c502 if (s == t_boolean->type or istypename(s->type, "boolean")) {
H A Dstabstring.c335 s->type = t_boolean;