Home
last modified time | relevance | path

Searched refs:short_option (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c124 #define short_option(c) ((c) <= CHAR_MAX) macro
2263 if (short_option (switches[i].c)) in init_switches()
2276 if (short_option (switches[i].c)) in init_switches()
2280 if (short_option (switches[i].c)) in init_switches()
2695 if (!short_option (cs->c)) \ in define_makeflags()
2794 if (short_option (flags->cs->c)) in define_makeflags()
2816 *p++ = !short_option (flags->cs->c) ? '=' : ' '; in define_makeflags()
2824 else if (!short_option (flags->cs->c)) in define_makeflags()