Searched refs:print_token (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | graphviz.c | 145 print_token (struct obstack *out, bool first, char const *tok) in print_token() function 195 firstd = print_token (&dout, firstd, symbols[i]->tag); in output_red() 199 firste = print_token (&eout, firste, symbols[i]->tag); in output_red()
|
D | print.c | 45 print_token (int extnum, int token)
|
/external/iproute2/ip/ |
D | iptoken.c | 45 static int print_token(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in print_token() function 117 if (rtnl_dump_filter(&rth, print_token, &da) < 0) { in iptoken_list()
|
/external/bison/ |
D | ChangeLog | 1297 (print_token): New, print a lookahead token.
|