Searched refs:xl (Results 1 – 2 of 2) sorted by relevance
1845 struct seg {int y, xl, xr, dy;}; member1851 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}1854 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
7652 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar() local7654 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl, in find_firstassertedchar()
Completed in 28 milliseconds