The C-language project I'm working on has the unfortunate habit of creating "aliases" for functions. That is, the code could have a function call to myfunc(...), but in reality the function is defined as "myfunc_hal". So the tag files include "myfunc_hal". Looking up references doesn't work at all, and when I click ctrl-. on "myfunc()" it takes me nowhere.
So is it possible to manually tell Slickedit that myfunc_hal and myfunc are the same function?
I'm using v23 on Linux.