Searched defs:ssdisc (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/sortlib/sync/
H A Dsync.c280 checkmark(Ss_t* ss, char** v, Ssdisc_t* ssdisc) argument
366 if (ssdisc->errorf)
367 (*ssdisc->errorf)(NiL, ssdisc, 2, "out of space");
389 Ssdisc_t* ssdisc; local
391 if (!(ssdisc = newof(0, Ssdisc_t, 1, 0)))
397 ssinit(ssdisc, key->keydisc->errorf);
398 ssdisc->code = key->code;
413 if ((ssdisc->code = ccmapid(opt_info.arg)) < 0)
415 if (ssdisc
[all...]

Completed in 27 milliseconds