Home | History | Annotate | Download | only in asn1

Lines Matching refs:Symbol

1 /*	$NetBSD: symbol.c,v 1.2 2017/01/28 21:31:45 christos Exp $	*/
44 Symbol *s1 = (Symbol *) a;
45 Symbol *s2 = (Symbol *) b;
53 Symbol *s = (Symbol *) a;
75 Symbol *
78 Symbol key, *s;
81 s = (Symbol *) hashtabsearch(htab, (void *) &key);
83 s = (Symbol *) ecalloc(1, sizeof(*s));
96 Symbol *s = ptr;