Searched refs:comp (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libcmd/
H A Dcomm.c69 register int n1, n2, n, comp; local
77 if((comp=memcmp(cp1,cp2,n-1))==0 && (comp=n1-n2)==0)
95 else if(comp > 0)
/ast/src/cmd/INIT/
H A Dmamprobe.sh175 comp=$1
177 case $comp in
180 path=$path/$comp
/ast/src/cmd/ksh93/tests/
H A Dreadcsv.sh42 CLEC,XXXX,AAAA,RB,ABC,comp," 0.2 "," 0.4 "," 0.6 "," 0.8 "
/ast/src/cmd/jcl/
H A Dcpy2dss.c41 "[C:comp?Convert COMP-\afrom\a to COMP-\ato\a.]:[from::to]"
115 int comp; member in struct:Cpyfield_s
169 int comp[10]; member in struct:State_s
367 f->comp = 1;
370 f->comp = (int)strtol(s, &e, 10);
371 if (*e || f->comp <= 0 || f->comp > 9)
378 f->comp = state.comp[f->comp];
[all...]
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwvote.c203 ssize_t comp; local
213 if((comp = vcw->cmpsz) <= 0)
214 comp = fr->dtsz;
227 if(fr->srcf && (fr->dtsz == 0 || (comp/(double)fr->dtsz) < SEQSEARCH) &&
/ast/src/cmd/kshlib/dss/
H A Ddss.c1474 void *comp; local
1476 if(comp=bp->data)
1480 (*mp->freef)(tp->cx, comp, &Dssdisc); local
1528 comp = (*mp->compf)(tp->cx, tp->type, tptr, valp, &Dssdisc);
1529 if(!comp)
1532 bp->data = comp;
1537 n = (*mp->execf)(tp->cx, comp, tptr, valp, &Dssdisc);
1539 (*mp->freef)(tp->cx, comp, &Dssdisc); local
/ast/src/cmd/3d/
H A DMakefile92 -last :lib: comp dir hash misc path port string tm
/ast/src/lib/libast/
H A DMakefile17 .SOURCE : aso cdt comp dir disc hash man misc obsolete path port preroot \
20 .SOURCE.h : include comp std cdt vmalloc

Completed in 35 milliseconds