Searched refs:def (Results 1 - 25 of 28) sorted by relevance

12

/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/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/libpp/
H A DMakefile48 C $(ID) :PROBE: pp.probe pp.def pp.key ppsym probe.ini
135 r $(*:N=*def.h)
149 r $(*:N=*def.h)
163 r $(*:N=*def.h)
/ast/src/lib/libtk/library/
H A Dcomdlg.tcl51 set def($cmdsw) [lindex $spec 3]
67 set data($cmdsw) $def($cmdsw)
/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/cmd/dsslib/validate/
H A Dvalidate.c240 if (constraint->def)
241 number(expr->op, "default", constraint->def->number, &field->variable->format);
247 else if (cxisstring(field->variable->type) && constraint->def)
248 sfprintf(expr->op, " default=\"%-.*s\"", constraint->def->string.size, constraint->def->string.data);
370 if (state->setf && constraint && constraint->def)
373 o.value = *constraint->def;
/ast/src/lib/libexpr/
H A Dexlib.h135 int def; /* default label hit */ member in struct:Switch_s
H A Dexparse.y365 sw->def = 0;
399 if (sw->def)
401 sw->def = 0;
437 expr.swstate->def = 1;
H A DOexparse.c1214 sw->def = 0;
1247 if (sw->def)
1249 sw->def = 0;
1283 expr.swstate->def = 1;
/ast/src/cmd/ksh93/tests/
H A Dappend.sh32 x+=def ;} 2> /dev/null
34 then err_exit 'abc+def != abcdef'
H A Darrays.sh211 foovar2=def
568 arr2[1]=def
569 [[ ${arr2[1]} == def ]] || err_exit 'declaration "typeset array[6]" causes arrays causes wrong side effects'
588 typeset -a foo=(abc=1 def=2)
589 [[ ${foo[1]} == def=2 ]] || err_exit "index array with elements containing = not working"
H A Dcomvar.sh284 typeset -C foo=(bar=def)
285 [[ $foo == $'(\n\tbar=def\n)' ]] || err_exit 'typeset -C not working when initialized'
321 x=( float x=0 y=1; z=([foo]=abc [bar]=def))
679 zz.[2]=def
680 exp='typeset -C zz=([2]=def;foo=abc)'
685 exp='typeset -C zz=([2]=def;typeset -i [3]=123;foo=abc)'
H A Dfunctions.sh929 def() function
934 [[ $(def) == def ]] || err_exit '.sh.fun.set not capturing name()'
H A Dtypes.sh40 typeset -A aa=([one]=abc [two]=def)
41 typeset -a ia=(abc def)
86 x=( typeset -a arr=([2]=abc [4]=(x=1 y=def));zz=abc)
H A Dattributes.sh34 r=readonly u=Uppercase l=Lowercase i=22 i8=10 L=abc L5=def uL5=abcdef xi=20
35 x=export t=tagged H=hostname LZ5=026 RZ5=026 Z5=123 lR5=ABcdef R5=def n=l
72 if [[ $L5 != "def " ]]
81 if [[ $R5 != " def" ]]
H A Dsubstring.sh165 x=[123]def
166 if [[ "${x//\[@(*)\]/\{\1\}}" != {123}def ]]
274 a='\[abc @(*) def\]'
275 b='[abc 123 def]'
H A Dvariables.sh49 set abc def
50 if [[ $_ != def ]]
54 #set abc def
H A Dsubshell.sh81 foo=( qqq=abc rrr=def)
/ast/src/cmd/INIT/
H A Diffe.sh264 # -1 inverted sense if ! def
291 case $def in
917 [+def \aname\a?Equivalent to \bcmd,dat,hdr,key,lib,mth,sys,typ\b
1122 --def|--defi|--defin|--define)
1766 def=
1838 '=') def=$1
1843 '-'|'?')def=-
1846 *) def=
1863 case $def in
1864 '') def
[all...]
H A Dpackage.mk177 R += $(F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F)
850 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1458 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
/ast/src/cmd/mam/
H A Dshmam.awk1444 function dflags(l, i,k,j, arr, def)
1451 def = $k
1452 gsub(/^-D/, "", def)
1453 gsub(/\=.*/,"",def)
1459 #print "a define: " def ": " defval
1460 if (def in shcc) {
1467 _Dli = _Dli " " "("def")"
1472 if (var[i] == def )
1477 var[iVAR] = def
/ast/src/cmd/3d/features/
H A Dsyscall.sh460 def=
835 then def=1
842 else def=1
893 *) case $def:$SYS_HEADER in
/ast/src/cmd/msgcc/
H A Dmsgcc.sh22 # NOTE: all variable names match __*__ to avoid clash with msgcpp def vars
267 def) __a1__=${__line__%% *}
/ast/lib/package/
H A Dpackage.mk177 R += $(F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F)
850 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1458 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
/ast/src/lib/libdss/
H A Ddsstags.c739 if (!(con->def = newof(0, Cxvalue_t, 1, 0)))
745 con->def->number = n;

Completed in 1247 milliseconds

12