| read.c | 102 static unsigned short inptype(const char *, const char **); 383 fcall->f_type = inptype(cp, &cp); 516 sym.s_type = inptype(cp, &cp); 648 inptype(const char *cp, const char **epp) function in typeref:typename:unsigned short 688 tp->t_subt = TP(inptype(cp, &cp)); 691 tp->t_subt = TP(inptype(cp, &cp)); 706 tp->t_args[i] = TP(inptype(cp, &cp)); 709 tp->t_subt = TP(inptype(cp, &cp));
|