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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 386 inline NCursesMenuItem* current_item() const { function in class:NCursesMenu
387 return my_items[::item_index(::current_item(menu))];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 386 inline NCursesMenuItem* current_item() const { function in class:NCursesMenu
387 return my_items[::item_index(::current_item(menu))];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 386 inline NCursesMenuItem* current_item() const { function in class:NCursesMenu
387 return my_items[::item_index(::current_item(menu))];
  /external/grub/stage2/
fsys_reiserfs.c 311 char *current_item; member in struct:fsys_reiser_info
797 INFO->current_item = &LEAF[ih->ih_item_location];
814 * current_item fields describe the key that equals the
876 INFO->current_item = &LEAF[ih->ih_item_location];
934 (INFO->current_item - LEAF + offset), to_read, buf);
939 memcpy (buf, INFO->current_item + offset, to_read);
952 __u32 blocknr = ((__u32 *) INFO->current_item)
1021 ((struct stat_data *) INFO->current_item)->sd_mode,
1022 ((struct stat_data *) INFO->current_item)->sd_size);
1025 mode = ((struct stat_data *) INFO->current_item)->sd_mode
    [all...]

Completed in 2044 milliseconds