Searched refs:tmp_pos (Results 1 – 2 of 2) sorted by relevance
/drivers/accessibility/speakup/ |
D | main.c | 548 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local 554 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 564 tmp_pos += 2; in get_word() 568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word() 571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 573 tmp_pos -= 2; in get_word() 577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word() 580 tmp_pos += 2; in get_word() 582 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3275 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local 3281 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()
|