Home
last modified time | relevance | path

Searched refs:scr_new (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cgdb/cgdb-0.8.0/cgdb/
H A Dscroller.h14 struct scroller *scr_new(SWINDOW *window);
H A Dscroller.cpp167 struct scroller *scr_new(SWINDOW *win) in scr_new() function
H A Dinterface.cpp571 gdb_scroller = scr_new(gdb_scroller_win); in if_layout()
/dports/comms/yaps/yaps-0.96/
H A Dscr.c121 scr_new (void *sp, char *typ, char *libdir) in scr_new() function
H A Dpager.h169 extern void *scr_new (void *sp, char *typ, char *libdir);
H A Dyaps.c588 if (s = scr_new (sp, typ, LIBDIR)) { in scr_send()