Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/refer/
H A Drefer6.c24 int hastype(int, char *[], char);
152 if (hastype(nt, tv, 'J')) in class()
154 if (hastype(nt, tv, 'B')) in class()
156 if (hastype(nt, tv, 'R')) in class()
158 if (hastype(nt, tv, 'G')) in class()
160 if (hastype(nt, tv, 'I')) in class()
162 if (hastype(nt, tv, 'M')) in class()
168 hastype(int nt, char *tv[], char c) in hastype() function