Searched refs:map_table (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c95 err_sparse_mapit(int old, const struct error_sparse_map *map_table, int mapcnt) argument
101 struct error_sparse_map entry = map_table[i];
126 if (system <= err_max_system && sys_p->map_table)
127 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
154 else if (sys_p->map_table)
155 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
161 if (sub_p->map_table)
162 code = err_sparse_mapit(code, sub_p->map_table, sub_p->map_count);
H A Derrorlib.h97 const struct error_sparse_map *map_table; member in struct:error_subsystem
106 const struct error_sparse_map *map_table; member in struct:error_system
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_vms.c97 } map_table[MAX_MAPPED]; variable in typeref:struct:__anon13154
160 map_table[no_mapped].base = retadr[0];
161 map_table[no_mapped].top = retadr[1];
162 map_table[no_mapped].channel = channel;
181 if (map_table[i].base == (char *) base) {
184 inadr[1] = map_table[i].top;
186 sys$dassgn(map_table[i].channel);
189 map_table[j-1] = map_table[j];
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A DNTMakefile44 $(OBJ)\map_table.obj \
59 $(INCDIR)\map_table.h \
66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py
/macosx-10.10/vim-55/src/
H A Dgetchar.c3163 mapblock_T **map_table; local
3173 map_table = maphash;
3192 map_table = curbuf->b_maphash;
3382 if (map_table == curbuf->b_maphash && haskey && hasarg && maptype != 1)
3419 if (map_table != curbuf->b_maphash && !hasarg && maptype != 1)
3479 mpp = &(map_table[hash]);
3490 showmap(mp, map_table != maphash);
3528 showmap(mp, map_table != maphash);
3582 mp->m_next = map_table[new_hash];
3583 map_table[new_has
[all...]

Completed in 79 milliseconds