Home | History | Annotate | Download | only in lib

Lines Matching refs:space_exists

1824   bool space_exists = FALSE;
1839 space_exists = TRUE;
1845 if(!backsp_count && !quote_count && !space_exists)
1849 newlen = strlen(str) + backsp_count + quote_count + (space_exists ? 2 : 0);
1858 if(space_exists) {