OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inplace
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sed/
main.c
114
static int ispan; /* Whether
inplace
editing spans across files */
125
static const char *
inplace
; /*
Inplace
edit file extension. */
variable in typeref:typename:const char *
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
,
[
all
...]
main.c
114
static int ispan; /* Whether
inplace
editing spans across files */
125
static const char *
inplace
; /*
Inplace
edit file extension. */
variable in typeref:typename:const char *
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
,
[
all
...]
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025