Lines Matching defs:flag
42 static char *flag;
841 flag = NULL;
845 * Parse the next flag (and value if specified), return 0 if done, -1 on
846 * error, otherwise the flag's retval.
876 flag = p - 1;
878 /* If we have --flag=foo, snip it off */
975 /* Return the flag value. */
986 /* Return the most recent flag parameter. */
992 /* Return the most recent flag (option name including the preceding '-'). */
995 return flag;
1094 /* Build up the "-flag [param]" part. */