taglinefilesource code
method300drivers/sound/configure.cchar           *method, *new, *old, *var, *p;
method302drivers/sound/configure.cmethod = p = line;
method323drivers/sound/configure.cfprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old);
method325drivers/sound/configure.cif (strcmp (method, "bin2hex") == 0)
method333drivers/sound/configure.celse if (strcmp (method, "hex2hex") == 0)
method344drivers/sound/configure.cnew, method);
method1062lib/inflate.cchar method;
method1069lib/inflate.cmethod = (unsigned char)get_byte();
method1078lib/inflate.cif (method != 8)  {