Home
last modified time | relevance | path

Searched refs:break_line (Results 1 – 4 of 4) sorted by relevance

/coreutils/tests/tail/
Dinotify-race.sh46 break_line=$(grep -n ^tail_forever_inotify "$break_src") || framework_failure_
47 break_line=$(echo "$break_line" | cut -d: -f1) || framework_failure_
63 --eval-command="break $break_line" \
82 --eval-command="break $break_line" \
Dinotify-race2.sh45 break_line=$(grep -n ^tail_forever_inotify "$break_src") || framework_failure_
46 break_line=$(echo "$break_line" | cut -d: -f1) || framework_failure_
62 --eval-command="break $break_line" \
83 --eval-command="break $break_line" \
/coreutils/tests/rm/
Dr-root.sh59 break_line=$(grep -n ^excise "$break_src") || framework_failure_
60 break_line=$(echo "$break_line" | cut -d: -f1) || framework_failure_
61 break_line="$break_src:$break_line"
149 --eval-command="break '$break_line'" \
/coreutils/src/
Dcsplit.c753 intmax_t break_line; /* First line number of next file. */ in process_regexp() local
838 break_line = current_line + p->offset; in process_regexp()
840 write_to_file (break_line, ignore, p->argnum); in process_regexp()
846 current_line = break_line; in process_regexp()