Searched refs:LongShort (Results 1 – 3 of 3) sorted by relevance
319 struct LongShort { struct357 const struct LongShort *findlongopt(const char *opt);358 const struct LongShort *findshortopt(char letter);
73 static const struct LongShort aliases[]= {742 const struct LongShort *aa = a; in findarg()743 const struct LongShort *bb = b; in findarg()747 const struct LongShort *findshortopt(char letter) in findshortopt()749 static const struct LongShort *singles[128 - ' ']; /* ASCII => pointer */ in findshortopt()1013 const struct LongShort *findlongopt(const char *opt) in findlongopt()1015 struct LongShort key; in findlongopt()1048 const struct LongShort *a = NULL; in getparameter()
263 const struct LongShort *a = NULL; in tool_help()
Completed in 10 milliseconds