HomeSort by relevance Sort by last modified time
    Searched defs:first_item (Results 1 - 2 of 2) sorted by null

  /external/toybox/kconfig/lxdialog/
menubox.c 188 int first_item = 0, max_choice; local
253 first_item = scroll;
260 scroll = first_item = item_count() - max_choice;
262 scroll = first_item = choice - max_choice / 2;
268 print_item(first_item + i, i, i == choice);
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 1198 bool first_item = true; local
    [all...]

Completed in 488 milliseconds