Searched refs:ce (Results 1 - 10 of 10) sorted by relevance

/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
H A Dmm2twiki.sh63 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
874 .AS|.H|.HU|.SH|.SS|.ce|.CE)
879 if ((ce))
880 then ce=0
946 .ce) case $# in
H A Dmm2html.sh140 integer labels=0 mark=4 reference=1 ident=0 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
1496 .AS|.H|.HU|.SH|.SS|.ce|.CE)
1501 if ((ce))
1502 then ce=0
1581 .ce) case $# in
1592 then ce=1
H A Dmm2bb.sh64 integer labels=0 reference=1 ce=0 nf=0 augment=0 tbl_ns=0 tbl_no=1 tbl_fd=1
962 .AS|.H|.HU|.SH|.SS|.ce|.CE)
967 if ((ce))
968 then ce=0
1041 .ce) case $# in
H A Dtroff2html.c4500 ".ce", troff_ce, TAG_BREAK, 0,0,0,0,
4696 nr(".ce", 0, 0, 1);
/ast/src/cmd/ksh93/tests/
H A Dtypes.sh539 typeset -T z_t=( typeset -a ce )
541 x1.ce[3][4]=45
545 got=$(typeset +p "c.x2[9].ce")
546 exp='typeset -a c.x2[9].ce'
547 [[ $got == "$exp" ]] || err_exit "typeset +p 'c.x2[9].ce' failed -- expected '$exp', got '$got'"
/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/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)

Completed in 45 milliseconds