Searched refs:O_SPACE (Results 1 – 6 of 6) sorted by relevance
/dports/devel/glib20/glib-2.70.4/gobject/ |
H A D | gobject-query.c | 36 # define O_SPACE "\\as" 43 # define O_SPACE " " macro 70 sibling ? O_BRANCH : (type != root ? O_LLEAF : O_SPACE), in show_nodes() 87 new_indent = g_strconcat (indent, O_SPACE, indent_inc, NULL); in show_nodes() 153 indent_inc = g_new (gchar, n * strlen (O_SPACE) + 1); in main() 158 strcpy (indent_inc, O_SPACE); in main() 203 indent_inc = g_new (gchar, strlen (O_SPACE) + 1); in main() 205 strcpy (indent_inc, O_SPACE); in main()
|
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/ |
H A D | drvlplot.cpp | 343 O_SPACE = 's' enumerator 665 emit_byte (meta_portable_output ? (int)O_SPACE : (int)O_FSPACE); in fspace()
|
/dports/graphics/pstoedit/pstoedit-3.70/src/ |
H A D | drvlplot.cpp | 361 O_SPACE = 's' enumerator 654 emit_byte(meta_portable_output ? (int) O_SPACE : (int) O_FSPACE); in fspace()
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plot.h | 388 O_SPACE = 's', enumerator
|
H A D | plotter.h | 2422 O_SPACE = 's', enumerator
|
/dports/graphics/plotutils/plotutils-2.6/plot/ |
H A D | plot.c | 1017 case (int)O_SPACE: in read_plot()
|