Home
last modified time | relevance | path

Searched refs:T_PAIR (Results 1 – 13 of 13) sorted by relevance

/dports/net/bird2/bird-2.0.8/filter/
H A Ddata.c33 [T_PAIR] = "pair",
189 case T_PAIR: in val_compare()
295 case T_PAIR: in clist_set_type()
296 v->type = T_PAIR; in clist_set_type()
396 v.type = T_PAIR; in clist_filter()
502 if (((v1->type == T_PAIR) || (v1->type == T_QUAD)) && (v2->type == T_CLIST)) in val_in_range()
564 case T_PAIR: buffer_print(buf, "(%u,%u)", v->val.i >> 16, v->val.i & 0xffff); return; in val_format()
H A Dconfig.Y37 case T_PAIR: in f_valid_set_type()
84 t->from.type = t->to.type = T_PAIR; in f_new_pair_item()
371 | PAIR { $$ = T_PAIR; }
384 case T_PAIR:
H A Ddata.h26 T_PAIR = 0x12, /* Notice that pair is stored as integer: first << 16 | second */ enumerator
H A Df-inst.c271 RESULT(T_PAIR, i, (u1 << 16) | u2);
1046 if ((v2.type == T_PAIR) || (v2.type == T_QUAD))
1115 if ((v2.type == T_PAIR) || (v2.type == T_QUAD))
/dports/net/bird/bird-1.6.8/filter/
H A Dconfig.Y32 case T_PAIR: in f_valid_set_type()
78 t->from.type = t->to.type = T_PAIR; in f_new_pair_item()
198 rv->aux = T_PAIR; in f_generate_dpair()
399 | PAIR { $$ = T_PAIR; }
412 case T_PAIR:
H A Dfilter.c156 case T_PAIR: in val_compare()
261 case T_PAIR: in clist_set_type()
262 v->type = T_PAIR; in clist_set_type()
365 v.type = T_PAIR; in clist_filter()
471 if (((v1.type == T_PAIR) || (v1.type == T_QUAD)) && (v2.type == T_CLIST)) in val_in_range()
535 case T_PAIR: buffer_print(buf, "(%u,%u)", v.val.i >> 16, v.val.i & 0xffff); return; in val_format()
705 res.type = T_PAIR; in interpret()
1379 if ((v2.type == T_PAIR) || (v2.type == T_QUAD)) in interpret()
H A Dfilter.h232 #define T_PAIR 0x12 /* Notice that pair is stored as integer: first << 16 | second */ macro
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Tiny/
H A Dscheme.c117 T_PAIR=5, enumerator
205 INTERFACE INLINE int is_pair(cell_ptr p) { return (type(p)==T_PAIR); } in is_pair()
747 typeflag(holder) = T_PAIR | T_IMMUTABLE; in push_recent_alloc()
760 typeflag(cell) = T_PAIR; in get_cell()
816 typeflag(x) = T_PAIR; in _cons()
1028 typeflag(vec+1+i) = T_PAIR; in fill_vector()
4607 typeflag(sc->sink) = (T_PAIR | MARK); in scheme_init_custom_alloc()
/dports/security/gnupg/gnupg-2.3.3/tests/gpgscm/
H A Dscheme.c127 T_PAIR = 5 << 1 | 1, enumerator
155 case T_PAIR: return "pair"; in type_to_string()
262 INTERFACE INLINE int is_pair(pointer p) { return (type(p)==T_PAIR); } in is_pair()
704 typeflag(t) = T_PAIR; in mk_tagged_value()
1094 typeflag(holder) = T_PAIR | T_IMMUTABLE; in push_recent_alloc()
1118 typeflag(cell) = T_PAIR; in get_cell()
1153 typeflag(x) = T_PAIR; in _cons()
5659 typeflag(sc->sink) = (T_SINK | T_PAIR | MARK); in scheme_init_custom_alloc()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/tinyscheme/
H A Dscheme.c156 T_PAIR=5, enumerator
246 INTERFACE INLINE int is_pair(pointer p) { return (type(p)==T_PAIR); } in is_pair()
792 typeflag(holder) = T_PAIR | T_IMMUTABLE; in push_recent_alloc()
805 typeflag(cell) = T_PAIR; in get_cell()
860 typeflag(x) = T_PAIR; in _cons()
1103 typeflag(vec+1+i) = T_PAIR; in fill_vector()
4991 typeflag(sc->sink) = (T_PAIR | MARK); in scheme_init_custom_alloc()
/dports/audio/snd/snd-21.2/
H A Ds7.c9236 case T_PAIR:
9386 case T_PAIR:
43780 case T_PAIR:
47623 case T_PAIR:
47729 case T_PAIR:
49027 case T_PAIR:
49900 case T_PAIR:
50035 case T_PAIR:
50136 case T_PAIR:
50214 case T_PAIR:
[all …]
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dscheme.c126 T_PAIR=5, enumerator
207 INTERFACE INLINE int is_pair(pointer p) { return (type(p)==T_PAIR); } in is_pair()
717 typeflag(x) = T_PAIR; in _cons()
930 typeflag(vec+1+i) = T_PAIR; in fill_vector()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dscheme.c108 T_PAIR=5, enumerator
199 INTERFACE INLINE int is_pair(pointer p) { return (type(p)==T_PAIR); } in is_pair()
760 typeflag(x) = T_PAIR; in _cons()
973 typeflag(vec+1+i) = T_PAIR; in fill_vector()