Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1156 whichtable(char **pfmt) in whichtable() function
1232 f = whichtable((char **)&fmt); in prepare_s()
/external/python/cpython3/Modules/
D_struct.c1216 whichtable(const char **pfmt) in whichtable() function
1295 f = whichtable(&fmt); in prepare_s()