taglinefilesource code
method233drivers/char/ftape/ftape-ctl.cwake_up_types method;
method241drivers/char/ftape/ftape-ctl.cfor (method = no_wake_up; method < NR_ITEMS(methods); ++method) {
method242drivers/char/ftape/ftape-ctl.cdrive_type->wake_up = method;
method250drivers/char/ftape/ftape-ctl.c(FTAPE_UNIT == 2 && method == wake_up_mountain) ||
method251drivers/char/ftape/ftape-ctl.c(FTAPE_UNIT == 3 && method == wake_up_colorado)) {
method267drivers/char/ftape/ftape-ctl.cif (method >= NR_ITEMS(methods)) {
method923drivers/char/ftape/ftape-io.cint ftape_wakeup_drive(wake_up_types method)
method930drivers/char/ftape/ftape-io.cswitch (method) {
method75drivers/char/ftape/ftape-io.hextern int ftape_wakeup_drive(wake_up_types method);
method486drivers/sound/configure.cchar           *method, *next, *old, *var, *p;
method488drivers/sound/configure.cmethod = p = line;
method509drivers/sound/configure.cfprintf (stderr, "Rebuilding file `%s' (%s %s)\n", next, method, old);
method511drivers/sound/configure.cif (strcmp (method, "bin2hex") == 0)
method519drivers/sound/configure.celse if (strcmp (method, "hex2hex") == 0)
method530drivers/sound/configure.cnext, method);
method1062lib/inflate.cchar method;
method1069lib/inflate.cmethod = (unsigned char)get_byte();
method1078lib/inflate.cif (method != 8)  {