Lines Matching refs:tnp
559 register NODE *tnp; in execute() local
581 tnp = np; in execute()
607 np = tnp; in execute()
1001 NODE *tnp; in exprreduce() local
1039 tnp = np->n_left; in exprreduce()
1042 fname = aname = tnp->n_name; in exprreduce()
1043 if (tnp->n_type == PARM) { in exprreduce()
1044 tnp = tnp->n_next; in exprreduce()
1045 tag = tnp->n_scope; in exprreduce()
1046 if (!(tnp->n_flags & FLARRAY)) { in exprreduce()
1047 tnp = tnp->n_alink; in exprreduce()
1049 aname = tnp->n_name; in exprreduce()
1051 if (tnp->n_type != ARRAY) { in exprreduce()
1052 if (!isstring(tnp->n_flags) || tnp->n_string != _null) in exprreduce()
1056 promote(tnp); in exprreduce()
1057 if (tnp->n_alink != NNULL) { in exprreduce()
1058 tag = tnp->n_scope; in exprreduce()
1059 if (!(tnp->n_flags & FLARRAY)) in exprreduce()
1060 tnp = tnp->n_alink; in exprreduce()
1061 aname = tnp->n_name; in exprreduce()
1064 if (tnp->n_flags & FLARRAY) in exprreduce()
1065 tag = tnp->n_scope; in exprreduce()
1069 if (tnp == varSYMTAB) { in exprreduce()
1080 np->n_alink = tnp->n_alink; in exprreduce()
1081 tnp->n_alink = np; in exprreduce()
1154 tnp = realnode(np->n_real); in exprreduce()
1156 tnp = intnode(exprint(np)); in exprreduce()
1159 return (tnp); in exprreduce()