HomeSort by: relevance | last modified time | path
    Searched defs:inptype (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint2/
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));

Completed in 27 milliseconds