Searched defs:ce (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpz/
H A Dpzpart.c703 int* ce; local
883 ce = hv = cv + (pp->row + 1) * 2;
920 if (cp >= ce)
944 if (cp >= ce)
954 if (cp >= ce)
/ast/src/cmd/re/
H A Dsed2.c493 ce(Text *script, unsigned char *pc, Text *data) function
541 vv,ae,be,ce,de,vv,vv,ge,he,ie,vv,vv,le,vv,ne,vv, /* a-n */
/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
1091 mbxfrm(ce->beg, key, COLL_KEY_MAX);
1147 mbxfrm(ce->end, key, COLL_KEY_MAX);
1156 ce->typ = bt == et ? bt : COLL_range;
1159 ce->typ = COLL_char;
1160 ce++;
1165 return ce;
1431 Celt_t* ce; local
1475 ce = (Celt_t*)e->re.data;
1477 e->re.collate.elements = ce;
1757 Celt_t* ce; local
[all...]
H A Dregnexec.c582 collelt(register Celt_t* ce, char* key, int c, int x) argument
587 for (;; ce++)
589 switch (ce->typ)
592 if (!x && (*ce->fun)(c))
596 if (!strcmp((char*)ce->beg, (char*)elt))
600 if (strcmp((char*)ce->beg, (char*)elt) <= ce->min && strcmp((char*)elt, (char*)ce->end) <= ce->max)
604 if (strcmp((char*)ce
618 collic(register Celt_t* ce, char* key, register char* nxt, int c, int x) argument
[all...]
/ast/src/cmd/html/
H A Dtroff2html.h142 int ce; /* center state */ member in struct:Env_s

Completed in 18 milliseconds