Searched refs:row_prev (Results 1 – 3 of 3) sorted by relevance
4898 config_map_t *row, *row_prev; in wl_ext_parse_config() local4920 row_prev = &config_map[i]; in wl_ext_parse_config()4923 if (row->head < row_prev->head) { in wl_ext_parse_config()4924 strcpy(name, row_prev->name); in wl_ext_parse_config()4925 strcpy(row_prev->name, row->name); in wl_ext_parse_config()4927 pch = row_prev->head; in wl_ext_parse_config()4928 row_prev->head = row->head; in wl_ext_parse_config()4936 row_prev = &config_map[i]; in wl_ext_parse_config()4938 if (row_prev->head) { in wl_ext_parse_config()4939 row_prev->tail = row->head; in wl_ext_parse_config()
5505 config_map_t *row, *row_prev; in wl_ext_parse_config() local5527 row_prev = &config_map[i]; in wl_ext_parse_config()5530 if (row->head < row_prev->head) { in wl_ext_parse_config()5531 strcpy(name, row_prev->name); in wl_ext_parse_config()5532 strcpy(row_prev->name, row->name); in wl_ext_parse_config()5534 pch = row_prev->head; in wl_ext_parse_config()5535 row_prev->head = row->head; in wl_ext_parse_config()5543 row_prev = &config_map[i]; in wl_ext_parse_config()5545 if (row_prev->head) { in wl_ext_parse_config()5546 row_prev->tail = row->head; in wl_ext_parse_config()
2349 config_map_t *row, *row_prev; in wl_ext_parse_config() local2371 row_prev = &config_map[i]; in wl_ext_parse_config()2374 if (row->head < row_prev->head) { in wl_ext_parse_config()2375 strcpy(name, row_prev->name); in wl_ext_parse_config()2376 strcpy(row_prev->name, row->name); in wl_ext_parse_config()2378 pch = row_prev->head; in wl_ext_parse_config()2379 row_prev->head = row->head; in wl_ext_parse_config()2387 row_prev = &config_map[i]; in wl_ext_parse_config()2389 if (row_prev->head) { in wl_ext_parse_config()2390 row_prev->tail = row->head; in wl_ext_parse_config()