Lines Matching refs:start
258 int start = len-anz; in get_back() local
261 memcpy(ret.sz, sz+start, anz); in get_back()
478 int start = 0; in strip() local
481 while ( start < len in strip()
482 ? sz[start] == ' ' in strip()
483 || sz[start] == '\t' in strip()
485 start++; in strip()
489 while (start < len && sz[start] == c) in strip()
490 start++; in strip()
496 while ( ende >= start in strip()
504 while (ende >= start && sz[ende] == c) in strip()
507 *this = get(start,ende-start+1); in strip()