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

  /external/toybox/kconfig/lxdialog/
yesno.c 49 return -ERRDISPLAYTOOSMALL;
51 return -ERRDISPLAYTOOSMALL;
inputbox.c 59 return -ERRDISPLAYTOOSMALL;
61 return -ERRDISPLAYTOOSMALL;
dialog.h 91 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1)
checklist.c 130 return -ERRDISPLAYTOOSMALL;
132 return -ERRDISPLAYTOOSMALL;
textbox.c 69 return -ERRDISPLAYTOOSMALL;
menubox.c 195 return -ERRDISPLAYTOOSMALL;
  /external/toybox/kconfig/
mconf.c 610 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL)
761 case -ERRDISPLAYTOOSMALL:

Completed in 369 milliseconds