HomeSort by: relevance | last modified time | path
    Searched defs:REPLACE (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
pat_rep.h 42 typedef struct replace { struct
50 struct replace *fow; /* pointer to next pattern */
51 } REPLACE;
  /src/usr.bin/rdist/
defs.h 99 #define REPLACE 2
  /src/usr.sbin/mtree/
spec.c 239 * full path entry; add or replace
246 * duplicate "." entry; always replace
252 * add or replace
261 * add or replace
493 #define REPLACE(x) cur->x = new->x
502 REPLACE(type);
514 REPLACE(st_size);
515 REPLACE(st_mtimespec);
524 REPLACE(st_uid);
525 REPLACE(st_gid)
    [all...]
  /src/usr.bin/sed/
defs.h 102 struct s_tr *y; /* Replace command array */
138 REPLACE /* Replace the contents. */
  /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/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 60 milliseconds