Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/ltx2htm/
H A Dtex.c1819 static atom_t ATOM_space; /* ' ' */ variable
1858 ATOM_space = PL_new_atom(" "); in initPrologConstants()
1885 } else if ( atom == ATOM_space ) in pl_put_tex_token()
2134 { atom_t a = (ctx->prev_type0 == TOK_SPACE ? ATOM_space : ATOM_nl); in build_list()
2276 if ( !PL_unify_atom(ctx->head, ATOM_space) ) in build_list()
2679 { if ( atom == ATOM_space ) in pl_put_html_token()
/dports/lang/yap/yap-6.2.2/include/
H A Ddswiatoms.h509 #define ATOM_space (502*2+1) macro
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-ctype.c242 { ATOM_space, fiswspace },
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-ctype.c238 { ATOM_space, fiswspace },