Home | History | Annotate | Download | only in orig

Lines Matching full:needquote

862   int needQuote;
870 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
873 needQuote = 1;
877 if( needQuote ) n += 2;
884 if( needQuote ) z[n++] = '\'';
889 if( needQuote ) z[n++] = '\'';