Home
last modified time | relevance | path

Searched refs:isUCSAtom (Results 1 – 5 of 5) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-write.c114 if ( isUCSAtom(atom) ) in atomIsVarName()
326 } else if ( isUCSAtom(ap) ) /* wide atoms */ in unquoted_atom()
H A Dpl-funcs.h216 COMMON(int) isUCSAtom(Atom a);
H A Dpl-atom.c1145 } else if ( isUCSAtom(a) ) in dbgAtomName()
H A Dpl-rec.c418 { if ( isUCSAtom(ap) ) in addAtom()
H A Dpl-fli.c532 isUCSAtom(Atom a) in isUCSAtom() function