Home
last modified time | relevance | path

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

12

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-mutex.c192 if ( name == NULL_ATOM ) in mutexCreate()
218 atom_t name = NULL_ATOM; in unlocked_pl_mutex_create()
230 { id = NULL_ATOM; in unlocked_pl_mutex_create()
261 { NULL_ATOM, 0 }
H A Dpl-op.c326 { NULL_ATOM, in operatorTypeToAtom()
427 { if ( nm == name || name == NULL_ATOM ) in addOpsFromTable()
499 nm = NULL_ATOM; in current_op()
718 OP(NULL_ATOM, 0, 0)
H A Dpl-zip.c558 { NULL_ATOM, 0 }
829 { NULL_ATOM, 0 }
1000 { NULL_ATOM, 0 }
1008 atom_t encoding = NULL_ATOM;
H A Dpl-wrap.c200 if ( (cl = assert_term(clause, NULL, CL_END, NULL_ATOM, NULL, 0 PASS_LD)) ) in assert_wrapper()
H A Dpl-thread.c1736 { NULL_ATOM, 0 }
1979 atom_t alias = NULL_ATOM, idname; in pl_thread_create()
2335 { th->alias = NULL_ATOM; in unalias_thread()
2585 return NULL_ATOM; in symbol_alias()
3141 { NULL_ATOM, 0 }
3151 atom_t alias = NULL_ATOM;
3449 th->interactor.thread = NULL_ATOM; in interactor_post_answer()
4190 { NULL_ATOM, 0 }
4486 atom_t name = NULL_ATOM; in unlocked_message_queue_create()
4683 { NULL_ATOM, 0 }
H A Dpl-wic.c1059 : NULL_ATOM); in loadStatement()
1679 return NULL_ATOM; in qlfFixSourcePath()
1699 return NULL_ATOM; in qlfFixSourcePath()
1846 { if ( !declareModule(mname, NULL_ATOM, NULL_ATOM, in loadPart()
3722 { NULL_ATOM, 0 }
H A Dpl-funct.c297 FUNCTOR(NULL_ATOM, 0)
H A Dpl-dde.c112 return NULL_ATOM; in unify_hsz()
H A Dpl-event.c194 { NULL_ATOM, 0 }
H A Dpl-pro.c854 return NULL_ATOM; in accessLevel()
H A Dpl-read.c892 _PL_rd->start_of_term.file = NULL_ATOM; in setCurrentSourceLocation()
4754 { NULL_ATOM, 0 }
4898 { NULL_ATOM, 0 }
4911 atom_t dq = NULL_ATOM; in read_term_from_stream()
4912 atom_t bq = NULL_ATOM; in read_term_from_stream()
4913 atom_t mname = NULL_ATOM; in read_term_from_stream()
H A Dpl-incl.h2246 source_file_name != NULL_ATOM)
2499 #define NULL_ATOM ((atom_t)0) macro
H A Dpl-trace.c873 { 0, NULL_ATOM }
1188 atom_t portname = NULL_ATOM; in traceInterception()
H A Dpl-comp.c3847 return assert_term(A1, NULL, CL_END, NULL_ATOM, NULL, 0 PASS_LD) != NULL;
3855 return assert_term(A1, NULL, CL_START, NULL_ATOM, NULL, 0 PASS_LD) != NULL;
3875 if ( !(clause = assert_term(A1, NULL, CL_END, NULL_ATOM, NULL, 0 PASS_LD)) )
3889 if ( !(clause = assert_term(A1, NULL, CL_START, NULL_ATOM, NULL, 0 PASS_LD)) )
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c87 NULL_ATOM
157 ctx->filename = NULL_ATOM; in getStreamContext()
261 unaliasStream(s, NULL_ATOM); in freeStream()
265 if ( ctx->filename != NULL_ATOM ) in freeStream()
305 ctx->filename = NULL_ATOM; in setFileNameStream()
307 if ( name != NULL_ATOM ) in setFileNameStream()
2588 { NULL_ATOM, 0 }
2601 atom_t encoding = NULL_ATOM; in openStream()
2639 if ( encoding != NULL_ATOM ) in openStream()
2743 if ( alias != NULL_ATOM ) in openStream()
[all …]
H A Dpl-incl.h28 #define NULL_ATOM ((atom_t)0) macro
563 source_file_name != NULL_ATOM)
H A Dpl-ctype.c255 { NULL_ATOM, NULL }
H A Dpl-os.c658 return NULL_ATOM; in TemporaryFile()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c106 NULL_ATOM
176 ctx->filename = NULL_ATOM; in getStreamContext()
286 unaliasStream(s, NULL_ATOM); in freeStream()
335 ctx->filename = NULL_ATOM; in setFileNameStream_unlocked()
3464 return NULL_ATOM; in encoding_to_atom()
3666 { NULL_ATOM, 0 }
3674 if ( encoding != NULL_ATOM ) in stream_encoding_options()
3722 atom_t encoding = NULL_ATOM; in openStream()
3824 if ( alias != NULL_ATOM && in openStream()
3905 if ( alias != NULL_ATOM ) in openStream()
[all …]
H A Dpl-os.c647 static atom_t tmp_aname = NULL_ATOM; in tmp_dir()
712 return NULL_ATOM; in TemporaryFile()
725 return NULL_ATOM; in TemporaryFile()
752 return NULL_ATOM; in TemporaryFile()
760 return NULL_ATOM; in TemporaryFile()
773 return NULL_ATOM; in TemporaryFile()
H A Dpl-glob.c384 { NULL_ATOM, 0 }
H A Dpl-ctype.c251 { NULL_ATOM, NULL }
H A Dpl-prologflag.c991 { NULL_ATOM, 0 }
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/drag_and_drop/
H A DDNDDemo.c967 Atom NULL_ATOM = XmInternAtom(display, "NULL", False); in TransferProcCallback() local
977 if (cs -> type != NULL_ATOM && in TransferProcCallback()
/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c255 NULL_ATOM, /* some atom */ enumerator
844 nd->nulltype = NULL_ATOM; in nulldef_spec()
884 { case NULL_ATOM: in free_nulldef()
905 case NULL_ATOM: in put_sql_null()
926 case NULL_ATOM: in is_sql_null()

12