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