Lines Matching defs:sptr
424 char *bptr, *sptr;
429 for (sptr = str; *sptr; sptr++) {
430 if (*sptr == '\\') {
431 switch (*++sptr) {
447 *bptr++ = *sptr;
451 *bptr++ = *sptr;
580 char *sptr, *bptr;
606 for (sptr = str; *sptr; sptr++) {
607 if (*sptr == '\\') {
608 switch (*++sptr) {
613 if (sptr[1] == NULLCHAR) {
624 switch (*sptr) {
640 *bptr++ = *sptr;
644 *bptr++ = *sptr;
677 (*sptr == 'M' ? "set" : "clear"));
684 if (*sptr == 'M')
698 *bptr++ = *sptr;