Lines Matching defs:objid
56 static struct objid *new_objid(const char *label, int value);
57 static void add_oid_to_tail(struct objid *, struct objid *);
78 struct objid *objid;
222 %type <objid> objid objid_list objid_element objid_opt
824 objid_opt : objid
828 objid : '{' objid_list '}'
936 ObjectIdentifierValue: objid
969 static struct objid *
972 struct objid *s;
981 add_oid_to_tail(struct objid *head, struct objid *tail)
983 struct objid *o;