Lines Matching defs:spec
243 * spec in OPTS, require an additional argv word as an option
288 char *vpos, *tpos, spec[20];
329 * At this point argv[i] is an old-style spec. The
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);