Lines Matching +refs:csh +refs:line +refs:to +refs:string

12 #	run 'all', and compare to expected results
14 # move generated output to expected results
19 # The make program to be tested.
26 # and it should be added to the TESTS list.
72 TESTS+= cond-cmp-string
94 TESTS+= cond-token-string
309 TESTS+= sh-multi-line
310 TESTS+= sh-single-line
311 TESTS+= shell-csh
369 TESTS+= varmod-l-name-to-value
382 TESTS+= varmod-order-string
396 TESTS+= varmod-to-abs
397 TESTS+= varmod-to-lower
398 TESTS+= varmod-to-many-words
399 TESTS+= varmod-to-one-word
400 TESTS+= varmod-to-separator
401 TESTS+= varmod-to-title
402 TESTS+= varmod-to-upper
512 varmod-to-separator \
565 # settings FLAGS.test=-dv here, since that is closer to the test code.
578 -e '/^Parsing line/d' \
590 ${:D Job separators on their own line are ok. } \
597 ${:D marker should always be at the beginning of the line. } \
605 # meta line numbers can vary based on filemon implementation
606 SED_CMDS.meta-ignore= -e 's,\(\.meta:\) [1-9][0-9]*:,\1 <line>:,'
629 SED_CMDS.shell-csh= ${STD_SED_CMDS.white-space}
637 SED_CMDS.vardebug+= -e 's,${.SHELL},</path/to/shell>,'
664 # Some standard sed commands, to be used in the SED_CMDS above.
698 # other way to suppress the echoing of the commands.
710 # bash 5.1.0 bash: line 1: ...: command not found
717 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
723 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
724 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
728 STD_SED_CMDS.shell+= -e 's,^${.SHELL:T}: line [0-9][0-9]*: ,,'
740 # Normalize timestamps from ':gmtime' or ':localtime' to '<timestamp>'.
805 # Each test is run in a sub-make, to keep the tests from interfering with
807 # command line options.
823 # Postprocess the test output to make the output platform-independent.
827 # Allow the test files to be placed anywhere.