Searched defs:DblquoteStr (Results 1 – 4 of 4) sorted by relevance
23369 typedef struct DblquoteStr DblquoteStr; typedef23370 struct DblquoteStr { struct23371 DblquoteStr *pNextStr; /* Next string literal in the list */ argument23372 char z[8]; /* Dequoted value for the string */
23535 typedef struct DblquoteStr DblquoteStr; typedef23536 struct DblquoteStr { struct23537 DblquoteStr *pNextStr; /* Next string literal in the list */ argument23538 char z[8]; /* Dequoted value for the string */
23592 typedef struct DblquoteStr DblquoteStr; typedef23593 struct DblquoteStr { struct23594 DblquoteStr *pNextStr; /* Next string literal in the list */ argument23595 char z[8]; /* Dequoted value for the string */