Home
last modified time | relevance | path

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

/dports/math/calc/calc-2.14.0.14/
H A Dvalue.h520 E_FUNC STRING *stringshift(STRING *, long);
H A Dstr.c668 stringshift(STRING *s1, long n) in stringshift() function
H A Dvalue.c1762 vres->v_str = stringshift(v1->v_str, n); in shiftvalue()