4 ** This header file supports
11 #include "breakpoint.h"
14 extern TuiStatus tuiSetSourceContent PARAMS ((struct symtab *, int, int));
15 extern void tuiShowSource PARAMS ((struct symtab *, Opaque, int));
16 extern void tuiShowSourceAsIs PARAMS ((struct symtab *, Opaque, int));
17 extern int tuiSourceIsDisplayed PARAMS ((char *));
18 extern void tuiVerticalSourceScroll PARAMS ((TuiScrollDirection, int));
24 #define m_tuiShowSourceAsIs(s, line, noerror) tuiUpdateSourceWindowAsIs(srcWin, s, line, noerror)