Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1160 whichtable(char **pfmt) in whichtable() function
1236 f = whichtable((char **)&fmt); in prepare_s()
/external/python/cpython3/Modules/
D_struct.c1210 whichtable(const char **pfmt) in whichtable() function
1289 f = whichtable(&fmt); in prepare_s()