Home
last modified time | relevance | path

Searched refs:valHandle (Results 1 – 9 of 9) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-fli.c1245 word w = valHandle(t); in PL_get_term_value()
1290 word w = valHandle(t); in PL_get_bool()
1308 { word w = valHandle(t); in PL_get_atom__LD()
1330 word w = valHandle(t); in PL_get_atom_chars()
1348 word w = valHandle(t); in PL_get_atom_nchars()
1369 word w = valHandle(t); in PL_get_string()
1470 word w = valHandle(t); in PL_get_text_as_atom()
1512 { word w = valHandle(t); in PL_get_integer__LD()
1565 { word w = valHandle(t); in PL_get_uint__LD()
1609 { word w = valHandle(t); in PL_get_long__LD()
[all …]
H A Dpl-codelist.h57 #define valHandle(r) valHandle__LD(r PASS_LD) macro
H A Dpl-comp.c4431 valHandle(term_t r ARG_LD) in valHandle() function
4468 { word w = valHandle(term PASS_LD); in get_arg_ref()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-codelist.c52 word list = valHandle(l); in codes_or_chars_to_buffer()
H A Dpl-text.c181 { word w = valHandle(l); in PL_get_text__LD()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-privitf.c34 #define valHandle(r) valHandle__LD(r PASS_LD) macro
H A Dpl-yap.h78 valHandle(term_t tt) in valHandle() function
H A Dpl-text.c49 #define valHandle(r) valHandle__LD(r PASS_LD) macro
129 { word w = valHandle(l); in PL_get_text__LD()
H A Dpl-yap.c455 YAP_Term t = valHandle(l); in PL_get_number()