Searched refs:ec (Results 1 - 7 of 7) 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/cmd/ksh93/tests/
H A Dcase.sh82 x=$($SHELL -ec 'case a in a) echo 1; false; echo 2 ;& b) echo 3;; esac')
/ast/src/cmd/html/
H A Dtroff2html.h194 int ec; /* escape character */ member in struct:State_s
197 int eo; /* ec disabled */
H A Dtroff2html.c869 if (c == state.ec)
896 if (c == state.ec)
1664 if (c == state.ec)
1884 if (c == state.ec)
1933 if (d == state.ec)
2053 sfputc(op, state.ec);
2147 if (c == state.ec)
2417 if (t > s && *t == '{' && *(t - 1) == state.ec)
2699 state.ec = state.eo = (ap->argc >= 1) ? ap->argv[1][0] : DEFAULT_ec;
2706 if (state.ec)
[all...]
H A Dmm2html.sh2411 .ec) : ignore $op
/ast/src/cmd/bzip/
H A Dbzip2.c577 void cleanUpAndFail ( Int32 ec )
599 exit ( ec );
/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;

Completed in 36 milliseconds