|
1 /* Generated automatically */ |
|
2 static void printmodalias _((Module m,Options ops)); |
|
3 #ifdef DYNAMIC |
|
4 #ifdef AIXDYNAMIC |
|
5 #else |
|
6 #ifdef HPUXDYNAMIC |
|
7 #endif |
|
8 #endif /* !AIXDYNAMIC */ |
|
9 static void*try_load_module _((char const*name)); |
|
10 static void*do_load_module _((char const*name)); |
|
11 #else /* !DYNAMIC */ |
|
12 static void*do_load_module _((char const*name)); |
|
13 #endif /* !DYNAMIC */ |
|
14 static LinkNode find_module _((const char*name,int aliasp,const char**namep)); |
|
15 static void delete_module _((LinkNode node)); |
|
16 #ifdef DYNAMIC |
|
17 #ifdef AIXDYNAMIC |
|
18 static int dyn_setup_module _((Module m)); |
|
19 static int dyn_boot_module _((Module m)); |
|
20 static int dyn_cleanup_module _((Module m)); |
|
21 static int dyn_finish_module _((Module m)); |
|
22 #else |
|
23 static int dyn_setup_module _((Module m)); |
|
24 static int dyn_boot_module _((Module m)); |
|
25 static int dyn_cleanup_module _((Module m)); |
|
26 static int dyn_finish_module _((Module m)); |
|
27 #endif /* !AIXDYNAMIC */ |
|
28 static int setup_module _((Module m)); |
|
29 static int boot_module _((Module m)); |
|
30 static int cleanup_module _((Module m)); |
|
31 static int finish_module _((Module m)); |
|
32 #else /* !DYNAMIC */ |
|
33 static int setup_module _((Module m)); |
|
34 static int boot_module _((Module m)); |
|
35 static int cleanup_module _((Module m)); |
|
36 static int finish_module _((Module m)); |
|
37 #endif /* !DYNAMIC */ |
|
38 static int modname_ok _((char const*p)); |
|
39 static void autoloadscan _((HashNode hn,int printflags)); |
|
40 static int bin_zmodload_alias _((char*nam,char**args,Options ops)); |
|
41 static int bin_zmodload_exist _((UNUSED(char*nam),char**args,Options ops)); |
|
42 static int bin_zmodload_dep _((UNUSED(char*nam),char**args,Options ops)); |
|
43 static int bin_zmodload_auto _((char*nam,char**args,Options ops)); |
|
44 static int bin_zmodload_cond _((char*nam,char**args,Options ops)); |
|
45 static int bin_zmodload_math _((char*nam,char**args,Options ops)); |
|
46 static int bin_zmodload_param _((char*nam,char**args,Options ops)); |
|
47 static int bin_zmodload_load _((char*nam,char**args,Options ops)); |
|
48 static void removemathfunc _((MathFunc previous,MathFunc current)); |