Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-init.c1137 debugstatus.styleCheck = (SINGLETON_CHECK|SEMSINGLETON_CHECK| in PL_initialise()
H A Dpl-setup.c138 debugstatus.styleCheck = SINGLETON_CHECK; in setupProlog()
H A Dpl-incl.h2361 #define SINGLETON_CHECK 0x0002 /* read/1: check singleton vars */ macro
H A Dpl-read.c4838 rd.singles = rd.styleCheck & SINGLETON_CHECK ? TRUE : FALSE; in read_clause()