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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c68 struct load_command ***the_commands,
72 if (*the_commands == NULL) {
74 *the_commands = malloc(sizeof(*the_commands));
77 *the_commands = realloc(*the_commands,
79 sizeof(**the_commands)));
87 struct load_command ***the_commands,
93 grow(the_commands, the_commands_len);
94 tmp = &(*the_commands)[*the_commands_le
67 grow( struct load_command ***the_commands, unsigned *the_commands_len ) argument
85 save_command( struct load_command *command, struct load_command ***the_commands, unsigned *the_commands_len ) argument
112 read_macho( int fd, struct mach_header *the_header, struct load_command ***the_commands, unsigned *the_commands_len ) argument
248 struct load_command **the_commands = NULL; local
[all...]

Completed in 111 milliseconds