initialize defaults for the overrides to the primary symset */
| 119 | } |
| 120 | /* initialize defaults for the overrides to the primary symset */ |
| 121 | void |
| 122 | init_ov_primary_symbols(void) |
| 123 | { |
| 124 | int i; |
| 125 | |
| 126 | for (i = 0; i < SYM_MAX; i++) |
| 127 | go.ov_primary_syms[i] = (nhsym) 0; |
| 128 | } |
| 129 | |
| 130 | nhsym |
| 131 | get_othersym(int idx, int which_set) |
no outgoing calls
no test coverage detected