Lines Matching refs:newstr
520 const char *newstr = argstate->argv[1]; in cmd_body_set() local
525 len = strlen(newstr); in cmd_body_set()
538 EC_WORD(ndx), newstr); in cmd_body_set()
545 EC_WORD(ndx), newstr); in cmd_body_set()
552 if ((ndx == 0) && (*newstr != '\0')) in cmd_body_set()
555 EC_WORD(ndx), newstr); in cmd_body_set()
560 if (newstr[i] != oldstr[i]) in cmd_body_set()
564 strsec->sec_shndx, strsec->sec_name, ndx, newstr); in cmd_body_set()
596 newstr); in cmd_body_set()
608 strsec->sec_shndx, strsec->sec_name, ndx, len, oldstr, newstr); in cmd_body_set()
609 bcopy(newstr, oldstr, ncp); in cmd_body_set()