Searched refs:REPLACE (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/usr.sbin/makefs/nbsrc/usr.sbin/mtree/ |
| D | spec.c | 488 #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/ |
| D | arlex.l | 55 "REPLACE" { return REPLACE; } 70 "replace" { return REPLACE; }
|
| D | arparse.y | 58 %token REPLACE 106 REPLACE modulename
|
| /mirbsd/src/usr.bin/sed/ |
| D | process.c | 94 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()
|
| D | defs.h | 121 REPLACE, /* Replace the contents. */ enumerator
|
| /mirbsd/src/bin/pax/ |
| D | pat_rep.c | 63 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()
|
| D | pat_rep.h | 50 } REPLACE; typedef
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | input | 244 REPLACE BY A 1 foo bar baz 265 REPLACE BY XMAP 1 foo bar baz
|
| /mirbsd/src/bin/mksh/ |
| D | edit.c | 3440 #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/ |
| D | binutils.texi | 623 @item REPLACE @var{module}, @var{module}, @dots{} @var{module} 625 the @code{REPLACE} arguments) from files in the current working directory.
|