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