Home | History | Annotate | Download | only in dist

Lines Matching full:descape

5343             int descape;
5344 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE);
5350 if (descape != 0)
5352 if (descape == ESC_b) d = CHAR_BS; else