Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c22 int hastype(int, char *[], char);
150 if (hastype(nt, tv, 'J')) in class()
152 if (hastype(nt, tv, 'B')) in class()
154 if (hastype(nt, tv, 'R')) in class()
156 if (hastype(nt, tv, 'G')) in class()
158 if (hastype(nt, tv, 'I')) in class()
160 if (hastype(nt, tv, 'M')) in class()
166 hastype(int nt, char *tv[], char c) in hastype() function