Home
last modified time | relevance | path

Searched refs:codeToAtom (Results 1 – 14 of 14) sorted by relevance

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-yap.h44 extern atom_t codeToAtom(int chrcode);
62 return (word)YAP_ExtendList((YAP_Term)gstore, codeToAtom(c)); in EXTEND_SEQ_ATOMS()
H A Dpl-privitf.c111 { atom_t a = (c == -1 ? ATOM_end_of_file : codeToAtom(c)); in PL_unify_char()
H A Dpl-yap.c43 codeToAtom(int chrcode) in codeToAtom() function
H A Dpl-file.c2329 if ( PL_unify_atom(chr, c == -1 ? ATOM_end_of_file : codeToAtom(c)) ) in get_char2()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-privitf.h83 #define addCharList(ctx, c) addAtomicList__LD(ctx, codeToAtom(c) PASS_LD)
H A Dpl-codelist.h85 *p++ = codeToAtom(c); in EXTEND_SEQ_CHARS__LD()
H A Dpl-privitf.c107 { atom_t a = (c == -1 ? ATOM_end_of_file : codeToAtom(c)); in PL_unify_char()
H A Dpl-read.c2873 case SO: { cur_token.value.atom = codeToAtom(c); /* not registered */ in get_token__LD()
3701 return codeToAtom(token->value.character); in name_token()
3705 return codeToAtom('.'); /* ATOM_dot can be [|] */ in name_token()
4393 PL_put_atom(term, codeToAtom(token->value.character)); in simple_term()
H A Dpl-fli.c2572 *p++ = codeToAtom(*chars & 0xff); in PL_put_list_nchars()
2958 codeToAtom(int chrcode) in codeToAtom() function
3052 !PL_unify_atom(head, codeToAtom(*chars & 0xff)) ) in PL_unify_list_nchars()
H A Dpl-funcs.h163 COMMON(atom_t) codeToAtom(int code);
H A Dpl-prims.c3898 return PL_unify_atom(atom, codeToAtom(cchr));
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-fmt.c844 PL_put_atom(ex, codeToAtom(c)); in do_format()
H A Dpl-text.c653 return PL_unify_atom(term, codeToAtom(c)); in PL_unify_text_range()
H A Dpl-file.c3245 if ( PL_unify_atom(chr, c == -1 ? ATOM_end_of_file : codeToAtom(c)) ) in get_char2()