Home
last modified time | relevance | path

Searched refs:num_expanded (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Drun-tests.sh10 num_expanded=0
39 num_expanded=`expr $num_expanded + 1`
58 num_expanded=`expr $num_expanded + 1`
92 echo "Ran $num_cases tests ($num_expanded expanded) from $num_tests suites."
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc1072 const int num_expanded = ARRAY_SIZE (expanded_args); in decode_cmdline_options_to_array() local
1073 opt_array_len += num_expanded - 1; in decode_cmdline_options_to_array()
1076 for (int j = 0, nj; j < num_expanded; j += nj) in decode_cmdline_options_to_array()