Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dparse_c_type.c87 static char get_following_char(token_t *tok) in get_following_char() function
306 if (tok->kind == TOK_VOID && get_following_char(tok) == ')') { in parse_sequel()