Home
last modified time | relevance | path

Searched refs:posc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/soltools/support/
H A Dsimstr.cxx268 int posc = pos_first(c); in get_first_token() local
269 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() local
279 if (posc != NO_POS) in get_last_token()
280 return get_back(len-posc-1); in get_last_token()

Completed in 19 milliseconds