Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dmain.c324 #define isoptstring(s) less_is_more ? (((s)[0] == '-') && (s)[1] != '\0') : \ in main() macro
332 else if (!end_opts && (isoptstring(argv[i]) || isoptpending())) in main()
341 #undef isoptstring in main()