HomeSort by: relevance | last modified time | path
    Searched refs:command_line_filename (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/util/
texi2dvi 371 for command_line_filename in ${1+"$@"}; do
372 $verbose "Processing $command_line_filename ..."
374 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
376 echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
377 || command_line_filename="./$command_line_filename"
383 if test ! -r "$command_line_filename"; then
384 echo "$0: Could not read $command_line_filename, skipping." >&2
391 filename_dir=`echo $command_line_filename | sed 's!/[^/]*$!!;s!^$!.!'`
395 filename_ext=`basename "$command_line_filename"`
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi 1144 verbose "Cycle $suite_cycle for $command_line_filename"
1247 verbose "Macro-expanding $command_line_filename to $in_src ..."
1252 $SED "$comment_iftex" "$command_line_filename" \
1691 # input_file_name_decode - Decode COMMAND_LINE_FILENAME, and set the
1694 # - COMMAND_LINE_FILENAME
1704 # to TeX. Defaults to COMMAND_LINE_FILENAME, but might change if the
1708 case $command_line_filename in
1712 command_line_filename=`\
1713 expr X"$command_line_filename" : X'.*input{\([^}]*\)}'`
1717 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex)
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi 1144 verbose "Cycle $suite_cycle for $command_line_filename"
1247 verbose "Macro-expanding $command_line_filename to $in_src ..."
1252 $SED "$comment_iftex" "$command_line_filename" \
1691 # input_file_name_decode - Decode COMMAND_LINE_FILENAME, and set the
1694 # - COMMAND_LINE_FILENAME
1704 # to TeX. Defaults to COMMAND_LINE_FILENAME, but might change if the
1708 case $command_line_filename in
1712 command_line_filename=`\
1713 expr X"$command_line_filename" : X'.*input{\([^}]*\)}'`
1717 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex)
    [all...]

Completed in 14 milliseconds