Searched refs:gt_elem_str (Results 1 – 2 of 2) sorted by relevance
560 void PrintGtElemStr(GtElemStr const* gt_elem_str, char const* var_name, in PrintGtElemStr() argument566 if (!gt_elem_str) { in PrintGtElemStr()573 for (i = 0; i < sizeof(gt_elem_str->x) / sizeof(gt_elem_str->x[0]); i++) { in PrintGtElemStr()576 if (0 != PrintBuf((ConstOctStr)>_elem_str->x[i], in PrintGtElemStr()577 sizeof(gt_elem_str->x[i]))) { in PrintGtElemStr()584 if (0 != PrintBuf((ConstOctStr)gt_elem_str, sizeof(*gt_elem_str))) { in PrintGtElemStr()
282 void PrintGtElemStr(GtElemStr const* gt_elem_str, char const* var_name,