Home | History | Annotate | Download | only in orig

Lines Matching defs:needQuote

1062   int needQuote;
1070 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
1073 needQuote = 1;
1077 if( needQuote ) n += 2;
1084 if( needQuote ) z[n++] = '\'';
1089 if( needQuote ) z[n++] = '\'';