Searched defs:move (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | quit.c | 128 char* move; local 170 sfprintf(state.path.move, "%s/%d~", state.path.mail, mp - state.msg.list + 1); 171 move = struse(state.path.move); 172 if (obuf = fileopen(move, "Ew")) { 175 rm(move); 180 if (rename(move, temp))
|
H A D | mailx.h | 719 Sfio_t* move; /* Very temporary name buffer */ member in struct:__anon136::__anon141
|
/ast/src/cmd/INIT/ |
H A D | CONVERT.mk | 198 .cvt.move = 204 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.move) $(.cvt.filter) $(T:P=A) 249 .cvt.move += -s',^\(\(?K)$(I)),$(T)/,$(showedit)' 250 .cvt.move += -s',^\(\(?K)$(I:C%/$%%))$,,$(showedit)' 252 .cvt.move += -s',^\(\(?K)$(I))$,$(T)/$(I:B:S),$(showedit)'
|
/ast/src/cmd/vczip/ |
H A D | vczip.c | 88 "[M:move?Use sfmove() for io.]" 368 int move = 0; /* sfmove() */ local 460 move = 1; 479 if (!move)
|
/ast/src/cmd/re/ |
H A D | ed.c | 1445 move(int cflag) function 1455 error(2, "invalid move destination"); 1487 error(2, "move would do nothing"); 1634 move(0); 1694 move(1);
|
Completed in 247 milliseconds