Home
last modified time | relevance | path

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

/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvlplot.cpp338 O_MOVE = 'm', enumerator
647 emit_byte (meta_portable_output ? (int)O_MOVE : (int)O_FMOVE); in fmove()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvlplot.cpp356 O_MOVE = 'm', enumerator
638 emit_byte(meta_portable_output ? (int) O_MOVE : (int) O_FMOVE); in fmove()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplot.h386 O_MOVE = 'm', enumerator
H A Dplotter.h2420 O_MOVE = 'm', enumerator
/dports/graphics/plotutils/plotutils-2.6/plot/
H A Dplot.c912 case (int)O_MOVE: in read_plot()