Searched refs:map_list (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/libs/libxutil/
H A DDviChar.c16 struct map_list { struct
17 struct map_list *next;
21 static struct map_list *world;
32 struct map_list *m;
45 struct map_list *m;
53 m = (struct map_list *) xmalloc (sizeof *m);
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-map.py57 map_list = stringprep.get_maplist() variable
91 for t in map_list.iterkeys():
131 symbols = stringprep.symbols(map_list, tables)
/macosx-10.9.5/bash-92/bash-3.2/
H A Dcommand.h222 WORD_LIST *map_list; /* The things to map over. This is never NULL. */ member in struct:for_com
245 WORD_LIST *map_list; /* The things to map over. This is never NULL. */ member in struct:select_com
H A Dcopy_cmd.c170 new_for->map_list = copy_word_list (com->map_list);
H A Ddispose_cmd.c60 dispose_words (c->map_list);
H A Dprint_cmd.c454 command_print_word_list (for_command->map_list, " ");
463 xtrace_print_word_list (for_command->map_list, 0);
508 command_print_word_list (select_command->map_list, " ");
517 xtrace_print_word_list (select_command->map_list, 0);
H A Dexecute_cmd.c1648 list = releaser = expand_words_no_vars (for_command->map_list);
2126 list = releaser = expand_words_no_vars (select_command->map_list);

Completed in 95 milliseconds