Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Doptions.c77 #define OPTIONS_OLDSPEC 0x1 /* else new-style spec */ macro
183 if ((flags & OPTIONS_OLDSPEC) != OPTIONS_OLDSPEC) { in parse_field_spec()
192 if ((flags & OPTIONS_OLDSPEC) != OPTIONS_OLDSPEC && in parse_field_spec()
271 p = parse_field_spec(nF, arg + 1, OPTIONS_OLDSPEC | OPTIONS_STARTSPEC, in parse_old_field_spec()
287 OPTIONS_OLDSPEC, strlen(arg) - 1); in parse_old_field_spec()