Home
last modified time | relevance | path

Searched defs:text (Results 1 – 14 of 14) sorted by relevance

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.gui.c175 int get_line_no(const char *text) in get_line_no()
189 const char *get_line(const char *text, int line_no) in get_line()
214 void fill_window(WINDOW *win, const char *text) in fill_window()
551 const char *text) in show_scroll_win()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c315 const char *text; member
756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
771 static void show_helptext(const char *title, const char *text) in show_helptext()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlkc.h34 #define _(text) gettext(text) argument
35 #define N_(text) (text) argument
H A Dlconf.l26 static char *text; variable
H A Dexpr.h150 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ member
H A Dlconf.c804 static char *text; variable
/nrf52832-nimble/rt-thread/examples/libc/
H A Dfile.c14 const char* text = "this is a test string\n"; variable
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py428 def __init__(self, master, text, title, ident=None, value=None): argument
488 def __init__(self, master, text, title): argument
926 def show_text(self, text, title='Info'): argument
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.h168 void setText(colIdx idx, const QString& text) in setText()
172 QString text(colIdx idx) const in text() function
H A Dqconf.cc1223 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dgettext.c12 static char *escape(const char* text, char *bf, int len) in escape()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h110 int text; /* true if compressed data believed to be text */ member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h110 int text; /* true if compressed data believed to be text */ member
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Ddialog.h111 const char *text; member