Searched defs:xc (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dsed1.c76 #define xc Tc macro
670 pc,qc,rc,sc,tc,xx,xx,wc,xc,yc,xx,Lc,xx,Rc,xx,xx /* p-y{} */
/ast/src/lib/libast/regex/
H A Dregcomp.c1430 Cchr_t* xc; local
1635 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc;
1642 strcpy((char*)ce->beg, (char*)xc->key);
1652 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))

Completed in 26 milliseconds