| postmap.c | 389 DICT **dicts; /* map handles */ member in struct:__anon58 613 DICT **dicts = state->dicts; local 622 if (dicts[n] == 0) 623 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ? 626 if ((value = dict_get(dicts[n], keybuf)) != 0) { 629 dicts[n]->type, dicts[n]->name, keybuf); 631 dicts[n]->type, dicts[n]->name) 683 DICT **dicts; local 852 DICT **dicts; local [all...] |