Searched refs:isoptstring (Results 1 – 1 of 1) sorted by relevance
145 #define isoptstring(s) less_is_more ? (((s)[0] == '-') && (s)[1] != '\0') : \ macro147 while (argc > 0 && (isoptstring(*argv) || isoptpending()))155 #undef isoptstring