Lines Matching defs:command_switch
96 struct command_switch struct
98 int c; /* The switch character. */
101 {
108 } type;
110 char *value_ptr; /* Pointer to the value-holding variable. */
112 unsigned int env:1; /* Can come from MAKEFLAGS. */
113 unsigned int toenv:1; /* Should be put in MAKEFLAGS. */
114 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
116 char *noarg_value; /* Pointer to value used if no argument is given. */
117 char *default_value;/* Pointer to default value. */
119 char *long_name; /* Long option name. */