Lines Matching full:pidlist
1072 local PIDLIST="$(pid $1)"1073 if [[ $PIDLIST =~ ^[0-9]+$ ]] ; then1074 local PID="$PIDLIST"1075 elif [ "$PIDLIST" ] ; then