Home
last modified time | relevance | path

Searched refs:ATOM_update (Results 1 – 7 of 7) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dmemfile.c69 static atom_t ATOM_update; variable
470 if ( m->mode == ATOM_update ) in write_memfile()
670 iom == ATOM_update || iom == ATOM_insert ) in open_memory_file4()
/dports/lang/swi-pl/swipl-8.2.3/packages/bdb/
H A Dbdb4pl.c82 static atom_t ATOM_update; variable
154 ATOM_update = PL_new_atom("update"); in initConstants()
734 else if ( a == ATOM_update ) in pl_bdb_open()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h610 #define ATOM_update (603*2+1) macro
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/swipl/
H A Dinterface.c253 static atom_t ATOM_update; /* "update" */ variable
306 ATOM_update = AtomFromString("update"); in initPrologConstants()
2769 } else if ( m == ATOM_update ) in pl_pce_open()
/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c164 static atom_t ATOM_update; variable
1747 else if ( val == ATOM_update ) in odbc_set_connection()
4038 ATOM_update = PL_new_atom("update");
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c3753 } else if ( mname == ATOM_update ) in openStream()
3924 ( (mname == ATOM_append || mname == ATOM_update) && in openStream()
4338 mode = ATOM_update; in stream_mode_property()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c2624 } else if ( mname == ATOM_update ) in openStream()
3091 mode = ATOM_update; in stream_mode_property()