Home
last modified time | relevance | path

Searched refs:ATOM_atom (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Duuid.c61 static atom_t ATOM_atom; variable
71 atom_t format = ATOM_atom; in pl_uuid()
107 if ( format != ATOM_atom && format != ATOM_integer ) in pl_uuid()
163 if ( format == ATOM_atom ) in pl_uuid()
197 ATOM_atom = PL_new_atom("atom"); in install_uuid()
H A Dsocket.c98 static atom_t ATOM_atom; /* "atom" */ variable
471 if ( a == ATOM_atom ) in udp_receive()
796 ATOM_atom = PL_new_atom("atom"); in install_socket()
/dports/lang/swi-pl/swipl-8.2.3/packages/cpp/
H A Dtest.cpp82 PlAtom ATOM_atom("atom"); variable
87 if ( a == ATOM_atom )
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-error.c28 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, t); in PL_get_atom_ex()
156 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, name); in PL_get_module_ex()
H A Dpl-files.c513 return PL_error("access_file", 2, NULL, ERR_TYPE, ATOM_atom, mode);
654 return PL_error("tmp_file", 2, NULL, ERR_TYPE, ATOM_atom, base);
962 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, pl);
H A Dpl-ctype.c612 { return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, out); in modify_case_atom()
H A Dpl-text.c267 expected = ATOM_atom; in PL_get_text__LD()
H A Dpl-file.c2634 { PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, mode); in openStream()
2707 { PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, a); in openStream()
/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dsocket.c66 static atom_t ATOM_atom; /* "atom" */ variable
256 if ( a == ATOM_atom ) in udp_receive()
617 ATOM_atom = PL_new_atom("atom"); in install_socket()
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/
H A Dtipc.c77 static atom_t ATOM_atom; /* "atom" */ variable
572 if ( a == ATOM_atom ) in pl_tipc_receive()
976 ATOM_atom = PL_new_atom("atom"); in install_tipc()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-prologflag.c293 else if ( a == ATOM_atom ) in setDoubleQuotes()
1014 else if ( type == ATOM_atom )
1113 v = ATOM_atom; in unify_prolog_flag_value()
1236 a = ATOM_atom; in unify_prolog_flag_type()
1324 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, key); in pl_prolog_flag5()
H A Dpl-files.c704 return PL_error("access_file", 2, NULL, ERR_TYPE, ATOM_atom, mode);
1193 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, pl);
H A Dpl-text.c394 expected = ATOM_atom; /* [] \== '[]' */ in PL_get_text__LD()
398 expected = ATOM_atom; in PL_get_text__LD()
H A Dpl-ctype.c613 text_type == PL_STRING ? ATOM_string : ATOM_atom, in modify_case_atom()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-error.c79 { *expected = ATOM_atom; in rewrite_callable()
964 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, t); in PL_get_atom_ex__LD()
1293 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, name); in PL_get_module_ex()
H A Dpl-funct.c484 ATOM_atom, name); in pl_current_functor()
H A Dpl-op.c384 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, e);
H A Dpl-prims.c3755 type = (how == X_ATOM ? ATOM_atom : in x_chars()
4018 return PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, A1);
4507 atom_t expected = (type == PL_STRING ? ATOM_string : ATOM_atom); in sub_text()
H A Dpl-modul.c1084 PL_error(NULL, 0, NULL, ERR_TYPE, ATOM_atom, module); in pl_set_prolog_hook()
/dports/lang/swi-pl/swipl-8.2.3/packages/table/
H A Dtable.c154 static atom_t ATOM_atom; variable
194 ATOM_atom = PL_new_atom("atom"); in init_constants()
354 { if ( typename == ATOM_atom ) in get_type()
844 type = ATOM_atom; in unify_field_info()
/dports/lang/swi-pl/swipl-8.2.3/packages/pcre/
H A Dpcre4pl.c115 static atom_t ATOM_atom; variable
648 else if ( aval == ATOM_atom ) in re_compile_opt()
/dports/lang/swi-pl/swipl-8.2.3/packages/bdb/
H A Dbdb4pl.c57 static atom_t ATOM_atom; variable
129 { ATOM_atom = PL_new_atom("atom"); in initConstants()
597 else if ( a == ATOM_atom ) in get_dtype()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h45 #define ATOM_atom (38*2+1) macro
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c198 static atom_t ATOM_atom; variable
277 ATOM_atom = PL_new_atom("atom"); in initConstants()
2089 if (a == ATOM_atom) in pl_sgml_parse()
2101 if (a == ATOM_atom) in pl_sgml_parse()
/dports/lang/yap/yap-6.2.2/H/
H A Diswiatoms.h659 SWI_Functors[j++] = Yap_MkFunctor(SWIAtomToAtom(ATOM_atom),1);

12