Home | History | Annotate | Download | only in sort

Lines Matching defs:spec

243  * spec in OPTS, require an additional argv word as an option
278 * Replace historic +SPEC arguments with appropriate -kSPEC.
280 * The form can be either a single +SPEC or a pair +SPEC -SPEC.
281 * The following -SPEC is not recognized unless it follows
288 char *vpos, *tpos, spec[20];
329 * At this point argv[i] is an old-style spec. The
331 * tells us if it's a +SPEC or -SPEC.
334 /* parse spec */
359 /* make the new style spec */
360 (void)snprintf(spec, sizeof(spec), "%d.%d%s", col, indent,
365 asprintf(&vpos, "-k%s", spec);
369 * Append the spec to the one from the
373 asprintf(&vpos, "%s,%s", argv[i-1], spec);