Home
last modified time | relevance | path

Searched refs:PL_get_compound_name_arity (Results 1 – 4 of 4) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A DSWI-Prolog.h513 PL_EXPORT(int) PL_get_compound_name_arity(term_t t, atom_t *name,
1355 #define PL_get_compound_name_arity(t,n,a) PL_get_compound_name_arity_sz(t,n,a) macro
H A Dpl-fli.c1874 #undef PL_get_compound_name_arity
1876 PL_get_compound_name_arity(term_t t, atom_t *name, int *arityp) in PL_get_compound_name_arity() function
1885 #define PL_get_compound_name_arity(t,n,a) PL_get_compound_name_arity_sz(t,n,a) macro
H A Dpl-prims.c2675 if ( PL_get_compound_name_arity(t, &name, &arity) )
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dforeign.doc961 \cfunction{int}{PL_get_compound_name_arity}{term_t +t, atom_t *name, size_t *arity}