Searched refs:array_descriptor (Results 1 – 1 of 1) sorted by relevance
254 const char *array_descriptor; in test_field() local271 array_descriptor = strchr(field->type, '['); in test_field()273 return array_descriptor != NULL; in test_field()1579 const char *array_descriptor; in f_show() local1606 array_descriptor = strchr(field->type, '['); in f_show()1609 array_descriptor = NULL; in f_show()1611 if (!array_descriptor) in f_show()1617 (int)(array_descriptor - field->type), in f_show()1623 (int)(array_descriptor - field->type), in f_show()