Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dgenpref.cc254 else if (is_short_switch(*arg, "n")) { in main()
257 else if (is_short_switch(*arg, "p")) { in main()
260 else if (is_short_switch(*arg, "s")) { in main()
263 else if (is_short_switch(*arg, "t")) { in main()
H A Dmisc.cc355 bool is_short_switch(const char *arg, const char *name) in is_short_switch() function
367 return is_short_switch(arg, short_name) || is_long_switch(arg, long_name); in is_switch()
H A Dbase.h246 bool is_short_switch(const char *arg, const char *name);
H A Dicehelp.cc2533 else if (is_short_switch(*arg, "B")) in main()
2535 else if (is_short_switch(*arg, "g")) in main()
2541 else if (is_short_switch(*arg, "s")) in main()