Searched refs:argument_in_braces (Results 1 – 4 of 4) sorted by relevance
46 int argument_in_braces; member
97 user_command_array[slot]->argument_in_braces = needs_braces_p; in define_user_command()
2038 if (entry->argument_in_braces == BRACE_ARGS) in read_command()2040 else if (entry->argument_in_braces == MAYBE_BRACE_ARGS) in read_command()
2097 return command_table[i].argument_in_braces == BRACE_ARGS; in command_needs_braces()