Lines Matching +full:pll +full:- +full:source
3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors.
7 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions of source code must retain the above copyright notice, this
40 if [ $# -eq 1 ]; then
43 printf 'usage: %s [-n] dir [run_extra_tests] [run_stack_tests] [generate_tests] [time_tests] [exec args...]\n' "$script"
50 pll=1
55 n) pll=0 ; set -e ;;
60 shift $(($OPTIND - 1))
62 # Command-line processing.
63 if [ "$#" -eq 0 ]; then
71 if [ "$#" -gt 0 ]; then
80 if [ "$#" -gt 0 ]; then
89 if [ "$#" -gt 0 ]; then
98 if [ "$#" -gt 0 ]; then
107 if [ "$#" -gt 0 ]; then
125 if [ "$pll" -ne 0 ]; then
136 if [ "$pll" -ne 0 ]; then
145 if [ "$err" -ne 0 ]; then
152 if [ "$exit_err" -ne 0 ]; then