Home | History | Annotate | Download | only in lib

Lines Matching full:backsp_count

1822   size_t backsp_count = 0;
1835 backsp_count++;
1845 if(!backsp_count && !quote_count && !space_exists)
1849 newlen = strlen(str) + backsp_count + quote_count + (space_exists ? 2 : 0);