Searched refs:g_no_argument (Results 1 – 4 of 4) sorted by relevance
161 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
1026 option_to_insert = CommandInterpreter::g_no_argument; in ParseAlias()1041 if ((option_to_insert != CommandInterpreter::g_no_argument) && in ParseAlias()
109 const char *CommandInterpreter::g_no_argument = "<no-argument>"; member in CommandInterpreter2224 if (value == g_no_argument) in BuildAliasCommandArgs()
247 static const char *g_no_argument; variable