Lines Matching refs:cmds
121 if (file->cmds == default_file->cmds) in set_file_variables()
269 chop_commands (struct commands *cmds) in chop_commands() argument
278 if (!cmds || cmds->command_lines != 0) in chop_commands()
288 p = cmds->commands; in chop_commands()
328 cmds->ncommand_lines = nlines; in chop_commands()
329 cmds->command_lines = lines; in chop_commands()
331 cmds->any_recurse = 0; in chop_commands()
332 cmds->lines_flags = (char *) xmalloc (nlines); in chop_commands()
358 cmds->lines_flags[idx] = flags; in chop_commands()
359 cmds->any_recurse |= flags & COMMANDS_RECURSE; in chop_commands()
375 for (p = file->cmds->commands; *p != '\0'; ++p) in execute_file_commands()
595 print_commands (struct commands *cmds) in print_commands() argument
601 if (cmds->fileinfo.filenm == 0) in print_commands()
605 cmds->fileinfo.filenm, cmds->fileinfo.lineno); in print_commands()
607 s = cmds->commands; in print_commands()