Searched refs:long1 (Results 1 – 1 of 1) sorted by relevance
838 const char *long1 = hol_entry_first_long (entry1); in hol_entry_cmp() local841 (odoc (entry1->opt) ? long1 != NULL && canon_doc_option (&long1) : 0); in hol_entry_cmp()856 unsigned char first1 = short1 ? short1 : long1 != NULL ? *long1 : 0; in hol_entry_cmp()880 cmp = (long1 != NULL) - (long2 != NULL); in hol_entry_cmp()884 if (long1 != NULL) in hol_entry_cmp()886 cmp = __strcasecmp (long1, long2); in hol_entry_cmp()
Completed in 7 milliseconds