Symbol: NO_TSPEC
usr.bin/xlint/common/inittyp.c
104
typeinfo("_Complex", NO_TSPEC, NO_TSPEC, 0, 0, ' '),
usr.bin/xlint/common/inittyp.c
106
typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
usr.bin/xlint/common/inittyp.c
82
typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
usr.bin/xlint/lint1/ckbool.c
126
tspec_t rt = NO_TSPEC;
usr.bin/xlint/lint1/debug.c
488
if (dl->d_abstract_type != NO_TSPEC)
usr.bin/xlint/lint1/debug.c
490
if (dl->d_complex_mod != NO_TSPEC)
usr.bin/xlint/lint1/debug.c
492
if (dl->d_sign_mod != NO_TSPEC)
usr.bin/xlint/lint1/debug.c
494
if (dl->d_rank_mod != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
1011
} else if (t == INT && dcs->d_sign_mod == NO_TSPEC) {
usr.bin/xlint/lint1/decl.c
1707
if (tp->t_tspec == NO_TSPEC) {
usr.bin/xlint/lint1/decl.c
203
if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
usr.bin/xlint/lint1/decl.c
204
dcs->d_sign_mod != NO_TSPEC || dcs->d_rank_mod != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
319
lint_assert(dcs->d_abstract_type == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
320
lint_assert(dcs->d_sign_mod == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
321
lint_assert(dcs->d_rank_mod == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
331
if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
usr.bin/xlint/lint1/decl.c
332
dcs->d_rank_mod != NO_TSPEC || dcs->d_sign_mod != NO_TSPEC) {
usr.bin/xlint/lint1/decl.c
334
dcs->d_abstract_type = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
335
dcs->d_sign_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
336
dcs->d_rank_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
355
else if (dcs->d_abstract_type == NO_TSPEC)
usr.bin/xlint/lint1/decl.c
357
dcs->d_complex_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
363
dcs->d_rank_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
377
if (dcs->d_sign_mod != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
381
if (dcs->d_rank_mod != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
385
if (dcs->d_rank_mod == NO_TSPEC || dcs->d_rank_mod == LONG) {
usr.bin/xlint/lint1/decl.c
386
if (dcs->d_complex_mod != NO_TSPEC
usr.bin/xlint/lint1/decl.c
391
if (dcs->d_abstract_type != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
397
else if (t == COMPLEX && dcs->d_abstract_type == NO_TSPEC)
usr.bin/xlint/lint1/decl.c
400
if (dcs->d_abstract_type != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
627
dcs->d_abstract_type = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
628
dcs->d_complex_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
629
dcs->d_sign_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
630
dcs->d_rank_mod = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
693
lint_assert(t == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
694
lint_assert(s == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
695
lint_assert(l == NO_TSPEC);
usr.bin/xlint/lint1/decl.c
699
if (t == NO_TSPEC && s == NO_TSPEC && l == NO_TSPEC && c == NO_TSPEC)
usr.bin/xlint/lint1/decl.c
701
if (t == NO_TSPEC && s == NO_TSPEC && (l == NO_TSPEC || l == LONG))
usr.bin/xlint/lint1/decl.c
704
if (t == NO_TSPEC)
usr.bin/xlint/lint1/decl.c
706
if (s == NO_TSPEC && t == INT)
usr.bin/xlint/lint1/decl.c
708
if (l != NO_TSPEC && t == CHAR) {
usr.bin/xlint/lint1/decl.c
710
l = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
713
l = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
720
l = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
738
l = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
742
if (t != INT && t != CHAR && (s != NO_TSPEC || l != NO_TSPEC)) {
usr.bin/xlint/lint1/decl.c
744
l = s = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
746
if (l != NO_TSPEC)
usr.bin/xlint/lint1/decl.c
904
tspec_t to = NO_TSPEC;
usr.bin/xlint/lint1/decl.c
913
!(to == NO_TSPEC && sym->s_osdef) &&
usr.bin/xlint/lint1/decl.c
950
} else if (to == NO_TSPEC && t == VOID) {
usr.bin/xlint/lint1/tree.c
2708
lint_assert(rt == NO_TSPEC);
usr.bin/xlint/lint1/tree.c
3341
tspec_t lt, rt, lst = NO_TSPEC, rst = NO_TSPEC;
usr.bin/xlint/lint1/tree.c
3659
tspec_t rt = mp->m_binary ? rtp->t_tspec : NO_TSPEC;
usr.bin/xlint/lint2/chk.c
1000
if (sz != NO_TSPEC)
usr.bin/xlint/lint2/chk.c
1209
to = NO_TSPEC;
usr.bin/xlint/lint2/chk.c
606
tspec_t sz, t1, t2 = NO_TSPEC;
usr.bin/xlint/lint2/chk.c
624
sz = NO_TSPEC;
usr.bin/xlint/lint2/chk.c
702
if (sz != NO_TSPEC)
usr.bin/xlint/lint2/chk.c
706
if (sz != NO_TSPEC || left || sign || space ||
usr.bin/xlint/lint2/chk.c
766
if ((alt && fc != 'O') || sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
776
if (sz == NO_TSPEC)
usr.bin/xlint/lint2/chk.c
783
if (sz != NO_TSPEC || alt || zero)
usr.bin/xlint/lint2/chk.c
788
if (sz != NO_TSPEC || alt || zero)
usr.bin/xlint/lint2/chk.c
795
if (fwidth || prec || sz != NO_TSPEC || alt || zero)
usr.bin/xlint/lint2/chk.c
834
tspec_t sz, t1 = NO_TSPEC, t2 = NO_TSPEC;
usr.bin/xlint/lint2/chk.c
853
sz = NO_TSPEC;
usr.bin/xlint/lint2/chk.c
874
if (sz != NO_TSPEC)
usr.bin/xlint/lint2/chk.c
878
if (sz != NO_TSPEC || noasgn || fwidth)
usr.bin/xlint/lint2/chk.c
925
if (sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
930
if (sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
939
if (sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
948
if (sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
954
if (sz != NO_TSPEC || !tflag)
usr.bin/xlint/lint2/chk.c
963
if (sz != NO_TSPEC && sz != LONG && sz != LDOUBLE)
usr.bin/xlint/lint2/chk.c
968
if (sz == NO_TSPEC) {
usr.bin/xlint/lint2/chk.c
978
if (sz != NO_TSPEC)
usr.bin/xlint/lint2/read.c
777
t = NO_TSPEC;
usr.bin/xlint/lint2/read.c
867
if (t == NO_TSPEC)