Rev 1224 | Rev 1264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1224 | Rev 1248 | ||
|---|---|---|---|
| Line 137... | Line 137... | ||
| 137 | } |
137 | } |
| 138 | } |
138 | } |
| 139 | 139 | ||
| 140 | /** Symtab completion |
140 | /** Symtab completion |
| 141 | * |
141 | * |
| 142 | * @param name - Search string, completes to symbol name |
142 | * @param input - Search string, completes to symbol name |
| 143 | * @returns - 0 - nothing found, 1 - success, >1 print duplicates |
143 | * @returns - 0 - nothing found, 1 - success, >1 print duplicates |
| 144 | */ |
144 | */ |
| 145 | int symtab_compl(char *input) |
145 | int symtab_compl(char *input) |
| 146 | { |
146 | { |
| 147 | char output[MAX_SYMBOL_NAME+1]; |
147 | char output[MAX_SYMBOL_NAME+1]; |