GNU PROLOG with UTF8 support
Macros | Functions
list_c.c File Reference
#include "engine_pl.h"
#include "bips_pl.h"
Include dependency graph for list_c.c:

Macros

#define APPEND_ALT   X1_24617070656E645F616C74
 
#define LENGTH_ALT   X1_246C656E6774685F616C74
 
#define MEMBER_ALT   X1_246D656D6265725F616C74
 
#define REVERSE_ALT   X1_24726576657273655F616C74
 

Functions

 Prolog_Prototype (APPEND_ALT, 0)
 
 Prolog_Prototype (LENGTH_ALT, 0)
 
 Prolog_Prototype (MEMBER_ALT, 0)
 
 Prolog_Prototype (REVERSE_ALT, 0)
 
Bool Pl_Append_3 (WamWord l1_word, WamWord l2_word, WamWord l3_word)
 
Bool Pl_Append_Alt_0 (void)
 
static Bool Pl_Member_3 (void)
 
Bool Pl_Member_2 (void)
 
Bool Pl_Member_Alt_0 (void)
 
Bool Pl_Memberchk_2 (WamWord elem_word, WamWord list_word)
 
Bool Pl_Length_2 (WamWord list_word, WamWord n_word)
 
Bool Pl_Length_Alt_0 (void)
 
Bool Pl_Nth0_3 (WamWord n_word, WamWord list_word, WamWord res_word, int base)
 
Bool Pl_Reverse_2 (WamWord l1_word, WamWord l2_word)
 
Bool Pl_Reverse_Alt_0 (void)
 

Macro Definition Documentation

#define APPEND_ALT   X1_24617070656E645F616C74
#define LENGTH_ALT   X1_246C656E6774685F616C74
#define MEMBER_ALT   X1_246D656D6265725F616C74
#define REVERSE_ALT   X1_24726576657273655F616C74

Function Documentation

Bool Pl_Append_3 ( WamWord  l1_word,
WamWord  l2_word,
WamWord  l3_word 
)

Here is the call graph for this function:

Bool Pl_Append_Alt_0 ( void  )

Here is the call graph for this function:

Bool Pl_Length_2 ( WamWord  list_word,
WamWord  n_word 
)

Here is the call graph for this function:

Bool Pl_Length_Alt_0 ( void  )

Here is the call graph for this function:

Bool Pl_Member_2 ( void  )

Here is the call graph for this function:

static Bool Pl_Member_3 ( void  )
static

Here is the call graph for this function:

Here is the caller graph for this function:

Bool Pl_Member_Alt_0 ( void  )

Here is the call graph for this function:

Bool Pl_Memberchk_2 ( WamWord  elem_word,
WamWord  list_word 
)

Here is the call graph for this function:

Bool Pl_Nth0_3 ( WamWord  n_word,
WamWord  list_word,
WamWord  res_word,
int  base 
)

Here is the call graph for this function:

Bool Pl_Reverse_2 ( WamWord  l1_word,
WamWord  l2_word 
)

Here is the call graph for this function:

Bool Pl_Reverse_Alt_0 ( void  )

Here is the call graph for this function:

Prolog_Prototype ( APPEND_ALT  ,
 
)
Prolog_Prototype ( LENGTH_ALT  ,
 
)
Prolog_Prototype ( MEMBER_ALT  ,
 
)
Prolog_Prototype ( REVERSE_ALT  ,
 
)