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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dcopy_cmd.c234 WHILE_COM *new_while; local
236 new_while = (WHILE_COM *)xmalloc (sizeof (WHILE_COM));
237 new_while->flags = com->flags;
238 new_while->test = copy_command (com->test);
239 new_while->action = copy_command (com->action);
240 return (new_while);

Completed in 103 milliseconds