Searched refs:g_no_argument (Results 1 – 4 of 4) sorted by relevance
161 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
1069 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()1084 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
117 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter2393 if (value == g_no_argument) in BuildAliasCommandArgs()
265 static const char *g_no_argument; variable