Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c1262 go->info &= ~(GI_MINUS|GI_PLUS); in ksh_getopt()
1263 go->info |= flag == '-' ? GI_MINUS : GI_PLUS; in ksh_getopt()
Dsh.h1544 #define GI_MINUS BIT(0) /* an option started with -... */ macro