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