HomeSort by relevance Sort by last modified time
    Searched refs:waddstr (Results 1 - 10 of 10) sorted by null

  /external/toybox/kconfig/lxdialog/
checklist.c 49 waddstr(win, (char *)item_str() + 1);
67 waddstr(win, "(-)");
82 waddstr(win, "(+)");
util.c 334 waddstr(win, tempstr);
359 waddstr(win, word);
383 waddstr(win, "<");
395 waddstr(win, (char *)label + 1);
398 waddstr(win, ">");
menubox.c 123 waddstr(win, "(-)");
139 waddstr(win, "(+)");
inputbox.c 108 waddstr(dialog, instr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 688 #ifdef waddstr
689 inline int UNDEF(waddstr)(WINDOW *win, char *str) { return waddstr(win, str); } function
690 #undef waddstr macro
691 #define waddstr UNDEF(waddstr) macro
    [all...]
curses.h 1151 #define waddstr macro
    [all...]
ncurses.h 1151 #define waddstr macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 415 //extern int waddstr ( WINDOW *, const char * );
735 static inline int waddstr ( WINDOW *win, const char *str ) { function
  /external/python/cpython2/Modules/
_cursesmodule.c 463 rtn = waddstr(self->win,str);
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 706 rtn = waddstr(self->win,str);
    [all...]

Completed in 117 milliseconds