Lines Matching refs:Args
93 * \param args comma separated list of effective subarguments to decode.
103 int all, int *flags, char *args)
105 if (args)
107 args = strtok (args, ",");
108 while (args)
110 int no = strncmp (args, "no-", 3) == 0 ? 3 : 0;
111 int value = XARGMATCH (option, args + no, keys, values);
126 args = strtok (NULL, ",");
136 * \param Args the effective sub arguments to decode.
143 #define FLAGS_ARGMATCH(FlagName, Args) \
145 FlagName ## _all, &FlagName ## _flag, Args)
297 ^ -S, --long[=ARGS] (whitespace)