Searched refs:flag2 (Results 1 – 1 of 1) sorted by relevance
36 char flag1[2], flag2[2]; in h_compare_opt() local41 flag2[1] = '\0'; in h_compare_opt()44 *flag2 = opt2->flag_short < 0x100 ? opt2->flag_short : '\0'; in h_compare_opt()47 str2 = *flag2 ? flag2 : opt2->flag; in h_compare_opt()
Completed in 8 milliseconds