Searched refs:current_item (Results 1 – 13 of 13) sorted by relevance
498 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key()577 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in search_stat()631 memcpy (buf, INFO->current_item + offset, to_read); in reiserfs_read()644 __u32 blocknr = __le32_to_cpu(((__u32 *) INFO->current_item) in reiserfs_read()708 stat_data_v1(INFO->current_ih) ? sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()709 sd_v2_mode((struct stat_data *) (INFO->current_item)), in reiserfs_dir()710 stat_data_v1(INFO->current_ih) ? sd_v1_size((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()711 sd_v2_size((struct stat_data *) INFO->current_item) in reiserfs_dir()716 sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()717 sd_v2_mode((struct stat_data *) INFO->current_item); in reiserfs_dir()[all …]
424 char *current_item; member
290 static void handle_f1(int *key, struct menu *current_item);291 static void handle_f2(int *key, struct menu *current_item);292 static void handle_f3(int *key, struct menu *current_item);293 static void handle_f4(int *key, struct menu *current_item);294 static void handle_f5(int *key, struct menu *current_item);295 static void handle_f6(int *key, struct menu *current_item);296 static void handle_f7(int *key, struct menu *current_item);297 static void handle_f8(int *key, struct menu *current_item);298 static void handle_f9(int *key, struct menu *current_item);388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument[all …]
340 res = item_index(current_item(menu)); in btn_dialog()
339 res = item_index(current_item(menu)); in btn_dialog()
493 cJSON *current_item = list; in sort_list() local503 …ile ((current_item != NULL) && (current_item->next != NULL) && (compare_strings((unsigned char*)cu… in sort_list()506 current_item = current_item->next; in sort_list()508 if ((current_item == NULL) || (current_item->next == NULL)) in sort_list()515 current_item = list; in sort_list()516 while (current_item != NULL) in sort_list()520 current_item = current_item->next; in sort_list()522 if (current_item != NULL) in sort_list()524 current_item = current_item->next; in sort_list()
1449 cJSON *current_item = NULL; in parse_array() local1494 current_item = head = new_item; in parse_array()1499 current_item->next = new_item; in parse_array()1500 new_item->prev = current_item; in parse_array()1501 current_item = new_item; in parse_array()1507 if (!parse_value(current_item, input_buffer)) in parse_array()1524 head->prev = current_item; in parse_array()1609 cJSON *current_item = NULL; in parse_object() local1652 current_item = head = new_item; in parse_object()1657 current_item->next = new_item; in parse_object()[all …]
1440 cJSON *current_item = NULL; in parse_array() local1485 current_item = head = new_item; in parse_array()1490 current_item->next = new_item; in parse_array()1491 new_item->prev = current_item; in parse_array()1492 current_item = new_item; in parse_array()1498 if (!parse_value(current_item, input_buffer)) in parse_array()1515 head->prev = current_item; in parse_array()1600 cJSON *current_item = NULL; in parse_object() local1643 current_item = head = new_item; in parse_object()1648 current_item->next = new_item; in parse_object()[all …]
1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey 2# 3# --- ...
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...