Searched defs:EQPGraph (Results 1 – 1 of 1) sorted by relevance
19380 typedef struct EQPGraph EQPGraph; typedef19381 struct EQPGraph { struct19382 EQPGraphRow *pRow; /* Linked list of all rows of the EQP output */ argument19383 EQPGraphRow *pLast; /* Last element of the pRow list */ argument19384 char zPrefix[100]; /* Graph prefix */