Home
last modified time | relevance | path

Searched refs:TAG_VAR (Results 1 – 20 of 20) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-copyterm.c77 #define VAR_MARK ((0x1<<LMASK_BITS)|TAG_VAR)
109 case TAG_VAR: in mark_for_duplicate()
171 { case TAG_VAR: in can_share()
246 case TAG_VAR: in mark_for_copy()
332 case TAG_VAR: in cp_unmark()
420 case TAG_VAR: in copy_term()
553 { case TAG_VAR: in do_copy_term()
H A Dpl-variant.c43 #define consVar(w) (((intptr_t)(w)<<LMASK_BITS) | TAG_VAR | FIRST_MASK)
247 if ( tag(wl) == TAG_VAR ) in isomorphic()
333 if ( tag(wl) == TAG_VAR ) in variant()
440 { case TAG_VAR: in is_variant_ptr()
H A Dpl-trie.c68 TAG_VAR|STG_LOCAL)
496 { if ( tagex(key) == TAG_VAR ) in update_var_mask()
710 { case TAG_VAR: in trie_lookup_abstract()
721 if ( tag(w) == TAG_VAR ) in trie_lookup_abstract()
776 if ( tag(*vp) == TAG_VAR ) in trie_lookup_abstract()
810 { if ( tagex(node->key) == TAG_VAR ) in is_ground_trie_node()
1687 case TAG_VAR: in unify_key()
1941 tagex(children.key->key) == TAG_VAR || in add_choice()
1945 if ( tagex(children.key->key) == TAG_VAR ) in add_choice()
2605 { case TAG_VAR: in compile_trie_value()
[all …]
H A Dpl-termhash.c84 { case TAG_VAR: in primitiveHashValue()
462 *p = (i<<LMASK_BITS)|TAG_VAR|MARK_MASK; in variant_sha1()
469 case TAG_VAR: in variant_sha1()
475 *p = (i<<LMASK_BITS)|TAG_VAR|MARK_MASK; in variant_sha1()
H A Dpl-data.h130 #define TAG_VAR 0x00000000L /* tag for variable (= 0L) */ macro
H A Dpl-pro.c733 if ( tagex(*p) == (TAG_VAR|STG_RESERVED) ) in check_data()
H A Dpl-index.c136 { case TAG_VAR: in canIndex()
153 { case TAG_VAR: in indexOfWord()
H A Dpl-gc.c2771 #define consVar(w) (((intptr_t)(w)<<LMASK_BITS) | TAG_VAR)
2787 { if ( tag(*prev) == TAG_VAR && *prev != 0 ) in sweep_global_mark()
3777 if ( tagex(*current) == (TAG_VAR|STG_RESERVED) ) in scan_global()
H A Dpl-comp.c292 #define isVarInfo(w) (tagex(w) == (TAG_VAR|STG_RESERVED))
293 #define setVarInfo(w,i) (w = (((word)(i))<<LMASK_BITS)|TAG_VAR|STG_RESERVED)
2217 { case TAG_VAR: in compileArgument()
H A Dpl-rec.c482 { case TAG_VAR: in compile_term_to_heap()
H A Dpl-read.c1578 { if ( tagex(w) == (TAG_VAR|STG_RESERVED) ) in varInfo()
1623 next.signature = (nv<<LMASK_BITS)|TAG_VAR|STG_RESERVED; in lookupVariable()
H A Dpl-prims.c1476 { case TAG_VAR: in termHashValue()
1715 { case TAG_VAR: in compare_primitives()
H A Dpl-vmi.c729 case TAG_VAR:
H A Dpl-arith.c938 case TAG_VAR: in valueExpression()
H A Dpl-tabling.c2496 { case TAG_VAR: in indexOfWord()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmdoc_html.c736 print_otag(h, TAG_VAR, "c", "Ar"); in mdoc_ar_pre()
1086 print_otag(h, TAG_VAR, "c", "Fa"); in mdoc_fa_pre()
1091 t = print_otag(h, TAG_VAR, "c", "Fa"); in mdoc_fa_pre()
1170 print_otag(h, TAG_VAR, "c", "Vt"); in mdoc_vt_pre()
1178 print_otag(h, TAG_VAR, "c", "Ft"); in mdoc_ft_pre()
1199 t = print_otag(h, TAG_VAR, "c", "Ft"); in mdoc_fn_pre()
1225 t = print_otag(h, TAG_VAR, "cs", "Fa", in mdoc_fn_pre()
1228 t = print_otag(h, TAG_VAR, "c", "Fa"); in mdoc_fn_pre()
1434 print_otag(h, TAG_VAR, "c", "Va"); in mdoc_va_pre()
H A Dhtml.h45 TAG_VAR, enumerator
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/lib/HTML5/
H A DDOM.pm178 use constant TAG_VAR => 0x8c; constant
H A DDOM.pod3024 HTML5::DOM->TAG_VAR
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/
H A DREADME.pod3024 HTML5::DOM->TAG_VAR