Searched refs:g_no_argument (Results 1 – 4 of 4) sorted by relevance
162 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
1034 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()1049 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
112 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter2240 if (value == g_no_argument) in BuildAliasCommandArgs()
261 static const char *g_no_argument; variable