Searched defs:EQPGraph (Results 1 – 1 of 1) sorted by relevance
21648 typedef struct EQPGraph EQPGraph; typedef21649 struct EQPGraph { struct21650 EQPGraphRow *pRow; /* Linked list of all rows of the EQP output */ argument21651 EQPGraphRow *pLast; /* Last element of the pRow list */ argument21652 char zPrefix[100]; /* Graph prefix */