Searched refs:btitle (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.cc92 NCursesPanel::boldframe(const char *title, const char* btitle) argument
95 frame(title, btitle);
100 NCursesPanel::frame(const char *title,const char *btitle) argument
103 if (!title && !btitle) {
109 label(title,btitle);
H A Dcursesp.h208 const char* btitle=NULL);
210 // and btitle in the bottom line.
213 const char* btitle=NULL);
218 // Put the title centered in the top line and btitle in the bottom line.
H A Dcursesm.h513 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
515 NCursesPanel::frame(title,btitle);
520 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
522 NCursesPanel::boldframe(title,btitle);
H A Dcursesf.h502 inline void frame(const char *title=NULL, const char* btitle=NULL) { argument
504 NCursesPanel::frame(title,btitle);
509 inline void boldframe(const char *title=NULL, const char* btitle=NULL) { argument
511 NCursesPanel::boldframe(title,btitle);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1194 "btitle" "change" "clear" "column" "connect" "copy" "define"

Completed in 140 milliseconds