OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPLACE
(Results
1 - 9
of
9
) sorted by relevancy
/src/bin/pax/
pat_rep.h
42
typedef struct
replace
{
struct
50
struct
replace
*fow; /* pointer to next pattern */
51
}
REPLACE
;
pat_rep.c
72
static
REPLACE
*rephead = NULL; /* replacement string list head */
73
static
REPLACE
*reptail = NULL; /* replacement string list tail */
105
REPLACE
*rep;
138
if ((rep = (
REPLACE
*)malloc(sizeof(
REPLACE
))) == NULL) {
908
REPLACE
*pt;
/src/sys/netinet6/
in6_src.c
146
#define
REPLACE
(r) do {\
151
printf("%s:
replace
%s with %s by %d\n", __func__, ia_best ? \
154
goto
replace
; \
172
#define
REPLACE
(r) goto
replace
240
REPLACE
(1);
248
REPLACE
(2);
253
REPLACE
(2);
264
REPLACE
(3);
268
REPLACE
(3)
[
all
...]
/src/usr.bin/sed/
defs.h
102
struct s_tr *y; /*
Replace
command array */
138
REPLACE
/*
Replace
the contents. */
process.c
114
for (linenum = 0; mf_fgets(&PS,
REPLACE
);) {
163
cspace(&PS, hs, hsl,
REPLACE
);
170
cspace(&HS, ps, psl,
REPLACE
);
186
if (!mf_fgets(&PS,
REPLACE
))
260
cspace(&HS, "", 0,
REPLACE
);
375
cspace(&HS, "", 0,
REPLACE
);
777
if (spflag ==
REPLACE
)
/src/usr.sbin/mtree/
spec.c
239
* full path entry; add or
replace
245
* duplicate "." entry; always
replace
251
* add or
replace
259
* add or
replace
490
#define
REPLACE
(x) cur->x = new->x
499
REPLACE
(type);
511
REPLACE
(st_size);
512
REPLACE
(st_mtimespec);
521
REPLACE
(st_uid);
522
REPLACE
(st_gid)
[
all
...]
/src/usr.bin/rdist/
defs.h
99
#define
REPLACE
2
lookup.c
114
(void) lookup(name,
REPLACE
, value);
121
*
REPLACE
- insert or
replace
name with value.
/src/bin/ksh/
vi.c
134
#define
REPLACE
2
136
#define VNORMAL 0 /* command, insert or
replace
mode */
575
if (insert ==
REPLACE
) {
691
if (insert ==
REPLACE
&& es->cursor > es->linelen)
935
insert =
REPLACE
;
1309
if (putbuf(ibuf, inslen, insert==
REPLACE
) != 0)
1937
/*
replace
word with all expansions (ie, expand word*) */
Completed in 29 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026