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

  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 98 int shiftkey = 0; /* Only display menu if shift key pressed */ variable
938 } else if (looking_at(p, "shiftkey")) {
939 shiftkey = 1;
    [all...]
  /external/syslinux/com32/menu/
readconfig.c 36 int shiftkey = 0; /* Only display menu if shift key pressed */ variable
712 } else if (looking_at(p, "shiftkey")) {
713 shiftkey = 1;

Completed in 75 milliseconds