Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c130 ml->ml_type->t_tdesc->t_type != FORWARD) || in fix_ptr_to_struct()
255 machcpu->t_type = FORWARD; in fix_small_cpu_struct()
261 (machcpu->t_type == FORWARD ? "forward" : "struct")); in fix_small_cpu_struct()
H A Dmerge.c349 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv()
382 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node()
460 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type != FORWARD) { in map_td_tree_post()
H A Dctftools.h141 FORWARD, enumerator
H A Ddwarf.c192 case FORWARD: in tdesc_size()
228 case FORWARD: in tdesc_bitsize()
967 tdp->t_type = (die_isdecl(dw, str) ? FORWARD : type); in die_sou_create()
970 (tdp->t_type == FORWARD ? "forward decl" : typename), in die_sou_create()
973 if (tdp->t_type == FORWARD) { in die_sou_create()
H A Dst_parse.c315 assert(tdp->t_type == FORWARD || in parse_type()
590 if (ntdp->t_type == FORWARD && *(cp + 1) == 'x') { in tdefdecl()
709 ntdp->t_type = FORWARD; in tdefdecl()
H A Dctf.c379 case FORWARD: in write_type()
1083 tdp->t_type = FORWARD; in resurrect_types()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DGroup.java95 public static final int FORWARD = 0x100; field in Group
1229 Enumeration e = attributes.attributesWithFlags(FORWARD); in addAttributeForward()
1285 attr.addFlags(FORWARD | FORWARD_REMOVE); in mergeForward()
1312 attributes.get(attrName).flagged(FORWARD)); in hasAttributeForward()
1368 } else if (attr != null && attr.flagged(FORWARD)) { in get()
1433 } else if (attr != null && attr.flagged(FORWARD)) { in set()
/titanic_41/usr/src/tools/stabs/
H A Dstabs.h70 FORWARD, enumerator
H A Dgenassym.c166 case FORWARD: in switch_on_type()
H A Dforth.c143 case FORWARD: in switch_on_type()
H A Dstabs.c480 (*rtdp)->type = FORWARD; in tdefdecl()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c238 t->bt_order = FORWARD;
300 if (t->bt_order == FORWARD) {
H A Dbtree.h349 enum { NOT, BACK, FORWARD } bt_order; enumerator
/titanic_41/usr/src/cmd/mail/
H A Dmail.h178 #define FORWARD 4 macro