On 2020-4-5 11:35 , Vibhansh Gupta wrote: > Can anyone help me in finding the definition files for functions such as > ui_error, ui_debug, ui_warning etc. > > I’ve tried to do so myself but have failed miserably. I’d be super grateful > for your help.
These are created in macports.tcl by macports::ui_init, which is called for each priority level in mportinit. - Josh