|
navit
0.5.3-trunk
|
#include <search.h>
Data Fields | |
| void * | parent |
| struct item unique | item |
| int | selected |
| struct pcoord * | c |
| char * | town_name |
| char * | district_name |
| char * | postal |
| char * | postal_mask |
| char * | county_name |
| struct attr ** | attrs |
Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
| struct attr** search_list_common::attrs |
| struct pcoord* search_list_common::c |
| char* search_list_common::county_name |
| char* search_list_common::district_name |
| struct item unique search_list_common::item |
| void* search_list_common::parent |
Referenced by search_list_get_result().
| char* search_list_common::postal |
| char* search_list_common::postal_mask |
| int search_list_common::selected |
Referenced by search_list_get_result(), and search_list_select().
| char* search_list_common::town_name |