Searched refs:array_descriptor (Results 1 – 1 of 1) sorted by relevance
252 const char *array_descriptor; in test_field() local269 array_descriptor = strchr(field->type, '['); in test_field()271 return array_descriptor != NULL; in test_field()1564 const char *array_descriptor; in f_show() local1591 array_descriptor = strchr(field->type, '['); in f_show()1594 array_descriptor = NULL; in f_show()1596 if (!array_descriptor) in f_show()1602 (int)(array_descriptor - field->type), in f_show()1608 (int)(array_descriptor - field->type), in f_show()