Searched defs:EQPGraph (Results 1 – 1 of 1) sorted by relevance
18117 typedef struct EQPGraph EQPGraph; typedef18118 struct EQPGraph { struct18119 EQPGraphRow *pRow; /* Linked list of all rows of the EQP output */ argument18120 EQPGraphRow *pLast; /* Last element of the pRow list */ argument18121 char zPrefix[100]; /* Graph prefix */