Searched refs:posc (Results 1 – 1 of 1) sorted by relevance
268 int posc = pos_first(c); in get_first_token() local269 if (posc != NO_POS) in get_first_token()270 return get_front(posc); in get_first_token()278 int posc = pos_last(c); in get_last_token() local279 if (posc != NO_POS) in get_last_token()280 return get_back(len-posc-1); in get_last_token()
Completed in 19 milliseconds