Searched defs:ec (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libvgraph/ |
H A D | grbranching.c | 109 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 D | regcomp.c | 1032 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 D | troff2html.h | 194 int ec; /* escape character */ member in struct:State_s 197 int eo; /* ec disabled */
|
Completed in 28 milliseconds