Lines Matching refs:restart
83 D Delete one line of input and restart command SCRIPT (same as "d"
183 void *restart, *lastregex;
285 // The restart-1 is because we added one to make sure it wasn't NULL,
286 // otherwise N as last command would restart script
287 command = TT.restart ? ((struct sedcmd *)TT.restart)-1 : (void *)TT.pattern;
288 TT.restart = 0;
389 // otherwise trim and restart script
445 TT.restart = command->next+1;
452 TT.restart = command->next+1;