Searched refs:have_type (Results 1 – 2 of 2) sorted by relevance
44 sox_bool have_type; in getopts() local51 …if (!argc || (have_type = sscanf(argv[0], "%lf %10s %c", &vol->gain, type_string, &dummy) - 1) > 1) in getopts()56 if (!have_type && argc) { in getopts()57 have_type = sox_true; in getopts()62 if (have_type) { in getopts()
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...