Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/usr.sbin/makefs/nbsrc/usr.sbin/mtree/
Dspec.c488 #define REPLACE(x) cur->x = new->x in replacenode() macro
497 REPLACE(type); in replacenode()
509 REPLACE(st_size); in replacenode()
510 REPLACE(st_mtimespec); in replacenode()
519 REPLACE(st_uid); in replacenode()
520 REPLACE(st_gid); in replacenode()
521 REPLACE(st_mode); in replacenode()
522 REPLACE(st_rdev); in replacenode()
523 REPLACE(st_flags); in replacenode()
524 REPLACE(st_nlink); in replacenode()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Darlex.l55 "REPLACE" { return REPLACE; }
70 "replace" { return REPLACE; }
Darparse.y58 %token REPLACE
106 REPLACE modulename
/mirbsd/src/usr.bin/sed/
Dprocess.c94 for (linenum = 0; mf_fgets(&PS, REPLACE);) { in process()
145 cspace(&PS, hs, hsl, REPLACE); in process()
149 cspace(&HS, "\n", 1, REPLACE); in process()
153 cspace(&HS, ps, psl, REPLACE); in process()
168 if (!mf_fgets(&PS, REPLACE)) in process()
236 cspace(&HS, "\n", 1, REPLACE); in process()
593 if (spflag == REPLACE) in cspace()
Ddefs.h121 REPLACE, /* Replace the contents. */ enumerator
/mirbsd/src/bin/pax/
Dpat_rep.c63 static REPLACE *rephead = NULL; /* replacement string list head */
64 static REPLACE *reptail = NULL; /* replacement string list tail */
94 REPLACE *rep; in rep_add()
127 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) { in rep_add()
861 REPLACE *pt; in rep_name()
Dpat_rep.h50 } REPLACE; typedef
/mirbsd/src/usr.bin/vi/docs/internals/
Dinput244 REPLACE BY A 1 foo bar baz
265 REPLACE BY XMAP 1 foo bar baz
/mirbsd/src/bin/mksh/
Dedit.c3440 #define REPLACE 2 macro
3919 if (insert == REPLACE) { in vi_insert()
4033 if (insert == REPLACE && es->cursor > es->linelen) in vi_insert()
4299 insert = REPLACE; in vi_cmd()
4700 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
/mirbsd/src/gnu/usr.bin/binutils/binutils/doc/
Dbinutils.texi623 @item REPLACE @var{module}, @var{module}, @dots{} @var{module}
625 the @code{REPLACE} arguments) from files in the current working directory.