Home
last modified time | relevance | path

Searched refs:ATOM_false (Results 1 – 23 of 23) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-prologflag.c173 f->value.a = (val ? ATOM_true : ATOM_false); in setPrologFlag()
476 { if ( a == ATOM_false ) in getOccursCheckMask()
528 if ( a == ATOM_false ) in setStreamTypeCheck()
550 if ( a == ATOM_false ) in setAutoload()
689 { if ( a == ATOM_true || a == ATOM_false || in set_prolog_flag_unlocked()
729 f->value.a = (b ? ATOM_true : ATOM_false); in set_prolog_flag_unlocked()
849 f->value.a = (val ? ATOM_true : ATOM_false); in set_prolog_flag_unlocked()
H A Dpl-tai.c283 } else if ( name == ATOM_false ) in get_dst_arg()
474 { dstatom = ATOM_false;
H A Dpl-file.c1876 } else if ( b == ATOM_false ) in set_buffering()
4475 val = ATOM_false; in stream_reposition_prop()
4480 val = ATOM_false; in stream_reposition_prop()
4603 b = ATOM_false; in stream_buffer_prop()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-error.c166 return PL_unify_atom(t, val ? ATOM_true : ATOM_false); in PL_unify_bool_ex()
H A Dpl-yap.c350 else if ( aval == ATOM_false || aval == ATOM_off ) in scan_options()
H A Dpl-file.c1385 } else if ( b == ATOM_false )
2738 if ( buffer == ATOM_false ) in openStream()
3218 val = ATOM_false; in stream_reposition_prop()
3223 val = ATOM_false; in stream_reposition_prop()
3314 b = ATOM_false; in stream_buffer_prop()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-trace.c2138 { PL_put_atom(result, hasAlternativesFrame(fr) ? ATOM_true : ATOM_false); in prolog_frame_attribute()
2140 { PL_put_atom(result, true(fr, FR_SKIPPED) ? ATOM_true : ATOM_false); in prolog_frame_attribute()
2159 { PL_put_atom(result, fr->parent ? ATOM_false : ATOM_true); in prolog_frame_attribute()
2303 a = ATOM_false; in prolog_frame_attribute()
2319 a = ATOM_false; in prolog_frame_attribute()
H A Dpl-prof.c328 { case ATOM_false: in get_prof_status()
354 LD->profile.active == PROF_INACTIVE ? ATOM_false :
H A Dpl-event.c576 ev == PLEV_NOBREAK ? ATOM_false : in PL_call_event_hook_va()
H A Dpl-comp.c3426 return always(ATOM_false, "var", a1, ci PASS_LD); in compileBodyVar1()
3438 return always(ATOM_false, "nonvar", a1, ci PASS_LD); in compileBodyNonVar1()
3445 return always(ATOM_false, "nonvar", a1, ci PASS_LD); in compileBodyNonVar1()
3464 return always(ATOM_false, name, a1, ci PASS_LD); in compileTypeTest()
3473 if ( (rc=always(ATOM_false, name, a1, ci PASS_LD)) == TRUE ) in compileTypeTest()
3488 return always(ATOM_false, name, a1, ci PASS_LD); in compileTypeTest()
H A Dpl-fli.c1296 } else if ( w == ATOM_false || w == ATOM_off ) in PL_get_bool()
2423 PL_put_atom__LD(t, val ? ATOM_true : ATOM_false PASS_LD); in PL_put_bool()
3280 return PL_unify_atom(t, val ? ATOM_true : ATOM_false); in PL_unify_bool()
3427 rval = PL_unify_atom(t, v ? ATOM_true : ATOM_false); in PL_unify_termv__LD()
H A Dpl-error.c1263 return PL_unify_atom(t, val ? ATOM_true : ATOM_false); in PL_unify_bool_ex()
H A Dpl-proc.c3617 : ATOM_false);
3622 erased = ATOM_false;
H A Dpl-arith.c4696 default: assert(0); a = ATOM_false;
H A Dpl-prims.c1455 return PL_unify_atom(A1, ATOM_false);
H A Dpl-thread.c2289 return PL_unify_atom(status, ATOM_false); in unify_thread_status()
/dports/lang/yap/yap-6.2.2/packages/tai/
H A Dpl-tai.c257 } else if ( name == ATOM_false || name == ATOM_minus ) in get_bool_arg()
392 { dstatom = ATOM_false;
/dports/lang/swi-pl/swipl-8.2.3/packages/yaml/
H A Dyaml4pl.c44 atom_t ATOM_false; variable
332 { return PL_unify_atom(t, ATOM_false); in put_scalar()
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml2pl.c169 static atom_t ATOM_false; variable
233 ATOM_false = PL_new_atom("false"); in initConstants()
2141 PL_ATOM, def->omit_open ? ATOM_true : ATOM_false, in dtd_prop_element()
2142 PL_ATOM, def->omit_close ? ATOM_true : ATOM_false) ) in dtd_prop_element()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h213 #define ATOM_false (206*2+1) macro
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c191 static atom_t ATOM_false; variable
271 ATOM_false = PL_new_atom("false"); in initConstants()
2403 PL_ATOM, def->omit_open ? ATOM_true : ATOM_false, in dtd_prop_element()
2404 PL_ATOM, def->omit_close ? ATOM_true : ATOM_false) ) in dtd_prop_element()
/dports/lang/swi-pl/swipl-8.2.3/packages/ltx2htm/
H A Dtex.c1825 static atom_t ATOM_false; /* false */ variable
1864 ATOM_false = PL_new_atom("false"); in initPrologConstants()
2341 { if ( PL_unify_atom(old, emit_space ? ATOM_true : ATOM_false) ) in pl_tex_emit_spaces()
/dports/lang/swi-pl/swipl-8.2.3/packages/bdb/
H A Dbdb4pl.c67 static atom_t ATOM_false; variable
139 ATOM_false = PL_new_atom("false"); in initConstants()