Lines Matching defs:flag
42 static char *flag;
836 flag = NULL;
840 * Parse the next flag (and value if specified), return 0 if done, -1 on
841 * error, otherwise the flag's retval.
871 flag = p - 1;
873 /* If we have --flag=foo, snip it off */
970 /* Return the flag value. */
981 /* Return the most recent flag parameter. */
987 /* Return the most recent flag (option name including the preceding '-'). */
990 return flag;
1089 /* Build up the "-flag [param]" part. */