Home
last modified time | relevance | path

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

/freebsd/share/examples/printing/
H A Dmake-ps-header56 $page_width ($user) stringwidth pop sub 2 div $page_height 200 sub moveto
65 200 y moveto show /y y 18 sub def
71 270 y moveto show /y y 18 sub def
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c202 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto() function
216 moveto(L, L->top - 1, idx); in lua_replace()
226 moveto(L, fr, toidx); in lua_copy()