Home
last modified time | relevance | path

Searched refs:inptype (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/xlint/lint2/
Dread.c102 static unsigned short inptype(const char *, const char **);
383 fcall->f_type = inptype(cp, &cp); in funccall()
516 sym.s_type = inptype(cp, &cp); in decldef()
648 inptype(const char *cp, const char **epp) in inptype() function
688 tp->t_subt = TP(inptype(cp, &cp)); in inptype()
691 tp->t_subt = TP(inptype(cp, &cp)); in inptype()
706 tp->t_args[i] = TP(inptype(cp, &cp)); in inptype()
709 tp->t_subt = TP(inptype(cp, &cp)); in inptype()