Searched refs:typelst (Results 1 – 3 of 3) sorted by relevance
1074 enum types typelst[MAXARGS], curtype; in _mkarglst() local1085 (void) memset((void *)typelst, 0, sizeof (typelst)); in _mkarglst()1117 typelst[targno] = INT; in _mkarglst()1153 typelst[curargno] = curtype; in _mkarglst()1166 if (typelst[n] == 0) in _mkarglst()1167 typelst[n] = INT; in _mkarglst()1169 switch (typelst[n]) { in _mkarglst()
1026 enum types typelst[MAXARGS], curtype; in _mkarglst() local1037 (void)memset((void *)typelst, 0, sizeof(typelst)); in _mkarglst()1096 typelst[curargno] = curtype; in _mkarglst()1110 if (typelst[n] == 0) in _mkarglst()1111 typelst[n] = INT; in _mkarglst()1113 switch (typelst[n]) in _mkarglst()
2273 enum types typelst[MAXARGS], curtype; in _wmkarglst() local2285 (void) memset((void *) typelst, 0, sizeof (typelst)); in _wmkarglst()2349 typelst[targno] = INT; in _wmkarglst()2395 typelst[curargno] = curtype; in _wmkarglst()2408 if (typelst[n] == 0) in _wmkarglst()2409 typelst[n] = INT; in _wmkarglst()2411 switch (typelst[n]) { in _wmkarglst()