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

/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh929 def() function
934 [[ $(def) == def ]] || err_exit '.sh.fun.set not capturing name()'
/ast/src/cmd/dsslib/ip_t/
H A Ditlie.h53 int def; local
70 def = 1;
73 def = 1;
75 def = sep == type->format.details;
110 if (def && formats && formats[k] && formats[k]->map && !cxnum2str(cx, formats[k], (Cxinteger_t)ap[i], &s))
/ast/src/lib/libexpr/
H A Dexlib.h135 int def; /* default label hit */ member in struct:Switch_s
/ast/src/lib/libpz/
H A Dpzsplit.c305 Deflate_t def; local
327 memset(&def, 0, sizeof(def));
328 def.pz = pz;
329 if (!(state.buf = sfstropen()) || !(def.xp = sfstropen()))
331 if (!(def.ids = dtopen(&iddisc, Dtoset)) || !(def.sqs = dtopen(&sqdisc, Dtoset)))
333 def.seq = 0;
339 if (pzheadwrite(def.pz, op))
374 if (flush(&def, inde
[all...]
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c431 Summary_t* def; local
465 def = 0;
476 if (def)
478 sum->type = def->type;
479 sum->format = def->format;
480 sum->op = def->op;
481 sum->set = def->set;
485 def = sum;
/ast/src/lib/libdss/
H A Dcx.h376 Cxvalue_t* def; /* default value */ member in struct:Cxconstraint_s

Completed in 70 milliseconds