Lines Matching refs:tv
150 class(int nt, char *tv[])
152 if (hastype(nt, tv, 'J'))
154 if (hastype(nt, tv, 'B'))
156 if (hastype(nt, tv, 'R'))
158 if (hastype(nt, tv, 'G'))
160 if (hastype(nt, tv, 'I'))
162 if (hastype(nt, tv, 'M'))
168 hastype(int nt, char *tv[], char c)
172 if (control(tv[i][0]) && tv[i][1] == c)