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

/ast/src/cmd/re/
H A Dsed1.c37 unsigned char *succi(unsigned char*);
105 succi(unsigned char *p) function
264 for(p=script->s; p<script->w; p=succi(p)) {
355 for(p=script->s; p<script->w; p=succi(p)) {
620 for(s=script->s; s<script->w; s = succi(s)) {

Completed in 8 milliseconds