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

/ast/src/lib/libvgraph/
H A Dgrbranching.c109 Gredge_t *e, *ec, *ep, *en, *path, *emin; local
118 /* compute heaviest weight ec and move it to front */
119 for(ep = en = NIL(Gredge_t*), ec = e = n->iedge; e; en = e, e = e->inext )
122 if((BREDGE(e)->wadj = BREDGE(e)->wght) > BREDGE(ec)->wadj )
123 { ec = e; ep = en; }
126 { ep->inext = ec->inext; ec->inext = n->iedge; n->iedge = ec; }
146 if(!(ec = nc->iedge) ) /* this path cannot be a cycle */
149 { ec
[all...]
/ast/src/lib/libast/regex/
H A Dregcomp.c1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1105 c = ec;
/ast/src/cmd/html/
H A Dtroff2html.h194 int ec; /* escape character */ member in struct:State_s
197 int eo; /* ec disabled */

Completed in 28 milliseconds