Home | History | Annotate | Download | only in sed

Lines Matching defs:inplace

114 static int ispan;		/* Whether inplace editing spans across files */
125 static const char *inplace; /* Inplace edit file extension. */
142 inplace = NULL;
154 inplace = optarg ? optarg : __UNCONST("");
175 inplace = optarg ? optarg : __UNCONST("");
353 if (inplace != NULL)
418 if (inplace != NULL) {
425 if (*inplace != '\0') {
428 len = strlcat(oldfname, inplace,
555 (inplace == NULL || ispan) &&
560 (inplace == NULL || ispan) &&