Lines Matching refs:constdef
11603 struct constdef {
11609 conv_confname(PyObject *arg, int *valuep, struct constdef *table,
11653 static struct constdef posix_constants_pathconf[] = {
11745 / sizeof(struct constdef));
11818 static struct constdef posix_constants_confstr[] = {
11976 / sizeof(struct constdef));
12027 static struct constdef posix_constants_sysconf[] = {
12533 / sizeof(struct constdef));
12573 const struct constdef *c1 =
12574 (const struct constdef *) v1;
12575 const struct constdef *c2 =
12576 (const struct constdef *) v2;
12582 setup_confname_table(struct constdef *table, size_t tablesize,
12588 qsort(table, tablesize, sizeof(struct constdef), cmp_constdefs);
12612 / sizeof(struct constdef),
12619 / sizeof(struct constdef),
12626 / sizeof(struct constdef),