Home
last modified time | relevance | path

Searched refs:argument_in_braces (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/texinfo/makeinfo/
HDcmds.h46 int argument_in_braces; member
HDindex.c97 user_command_array[slot]->argument_in_braces = needs_braces_p; in define_user_command()
HDmakeinfo.c2038 if (entry->argument_in_braces == BRACE_ARGS) in read_command()
2040 else if (entry->argument_in_braces == MAYBE_BRACE_ARGS) in read_command()
HDinsertion.c2097 return command_table[i].argument_in_braces == BRACE_ARGS; in command_needs_braces()