Searched defs:DblquoteStr (Results 1 – 1 of 1) sorted by relevance
23447 typedef struct DblquoteStr DblquoteStr; typedef23448 struct DblquoteStr { struct23449 DblquoteStr *pNextStr; /* Next string literal in the list */ argument23450 char z[8]; /* Dequoted value for the string */