Searched refs:whys (Results 1 – 1 of 1) sorted by relevance
850 char *whos = "ogua", *hows = "=+-", *whats = "xwrstX", *whys = "ogu", in string_to_mode() local891 if (!dowhat && *str && (s = strchr(whys, *str))) { in string_to_mode()892 dowhat = (mode>>(3*(s-whys)))&7; in string_to_mode()