Home
last modified time | relevance | path

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

/dports/mail/dspam/dspam-3.10.2/m4/
H A Dsqlite3_drv.m4223 int hmajor, hminor, hpatchlevel;
236 hmajor = atoi(y);
243 hmajor, hminor, hpatchlevel
251 if (major == hmajor
H A Dsqlite_drv.m4223 int hmajor, hminor, hpatchlevel;
236 hmajor = atoi(y);
243 hmajor, hminor, hpatchlevel
251 if (major == hmajor
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGabeditContoursPlot.h299 void gabedit_contoursplot_set_ticks (GabeditContoursPlot *contoursplot, gint hmajor, gint hminor, g…
300 void gabedit_contoursplot_set_ticks_hmajor (GabeditContoursPlot *contoursplot, gint hmajor);
305 void gabedit_contoursplot_get_ticks (GabeditContoursPlot *contoursplot, gint *hmajor, gint *hminor,…
H A DGabeditXYPlot.h252 void gabedit_xyplot_set_ticks (GabeditXYPlot *xyplot, gint hmajor, gint hminor, gint vmajor, gint v…
253 void gabedit_xyplot_set_ticks_hmajor (GabeditXYPlot *xyplot, gint hmajor);
258 void gabedit_xyplot_get_ticks (GabeditXYPlot *xyplot, gint *hmajor, gint *hminor, gint *vmajor, gin…
H A DUtilsVASP.c508 …n(gchar* title, GList* X, GList** lists, gint nEnergies, gchar* xlabel, gchar* ylabel, gint hmajor) in createUtilsBandsVASPWin() argument
522 if(hmajor>=0) gabedit_xyplot_set_ticks_hmajor (GABEDIT_XYPLOT(xyplot), hmajor); in createUtilsBandsVASPWin()
526 …PWin(gchar* title, GList* X, GList** lists, gint nLists, gchar* xlabel, gchar* ylabel, gint hmajor) in createUtilsDOSVASPWin() argument
541 if(hmajor>=0) gabedit_xyplot_set_ticks_hmajor (GABEDIT_XYPLOT(xyplot), hmajor); in createUtilsDOSVASPWin()
H A DGabeditContoursPlot.c9847 void gabedit_contoursplot_set_ticks (GabeditContoursPlot *contoursplot, gint hmajor, gint hminor, g… in gabedit_contoursplot_set_ticks() argument
9854 contoursplot->hmajor_ticks=hmajor; in gabedit_contoursplot_set_ticks()
9865 void gabedit_contoursplot_set_ticks_hmajor (GabeditContoursPlot *contoursplot, gint hmajor) in gabedit_contoursplot_set_ticks_hmajor() argument
9872 contoursplot->hmajor_ticks=hmajor; in gabedit_contoursplot_set_ticks_hmajor()
9935 void gabedit_contoursplot_get_ticks (GabeditContoursPlot *contoursplot, gint *hmajor, gint *hminor,… in gabedit_contoursplot_get_ticks() argument
9940 if (hmajor!=NULL) in gabedit_contoursplot_get_ticks()
9941 *hmajor=contoursplot->hmajor_ticks; in gabedit_contoursplot_get_ticks()
H A DGabeditXYPlot.c9475 void gabedit_xyplot_set_ticks (GabeditXYPlot *xyplot, gint hmajor, gint hminor, gint vmajor, gint v… in gabedit_xyplot_set_ticks() argument
9482 xyplot->hmajor_ticks=hmajor; in gabedit_xyplot_set_ticks()
9493 void gabedit_xyplot_set_ticks_hmajor (GabeditXYPlot *xyplot, gint hmajor) in gabedit_xyplot_set_ticks_hmajor() argument
9500 xyplot->hmajor_ticks=hmajor; in gabedit_xyplot_set_ticks_hmajor()
9563 void gabedit_xyplot_get_ticks (GabeditXYPlot *xyplot, gint *hmajor, gint *hminor, gint *vmajor, gin… in gabedit_xyplot_get_ticks() argument
9568 if (hmajor!=NULL) in gabedit_xyplot_get_ticks()
9569 *hmajor=xyplot->hmajor_ticks; in gabedit_xyplot_get_ticks()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplot.h892 gboolean hmajor,
897 gboolean *hmajor,
H A Dgtkplot.c6041 gboolean hmajor, gboolean hminor) in gtk_plot_grids_set_visible() argument
6045 plot->left->show_major_grid = hmajor; in gtk_plot_grids_set_visible()
6064 gboolean *hmajor, gboolean *hminor) in gtk_plot_grids_visible() argument
6068 *hmajor = plot->left->show_major_grid; in gtk_plot_grids_visible()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplot.h821 gboolean hmajor,
826 gboolean *hmajor,
H A Dgtkplot.c4550 gboolean hmajor, gboolean hminor) in gtk_plot_grids_set_visible() argument
4554 plot->left->show_major_grid = hmajor; in gtk_plot_grids_set_visible()
4564 gboolean *hmajor, gboolean *hminor) in gtk_plot_grids_visible() argument
4568 *hmajor = plot->left->show_major_grid; in gtk_plot_grids_visible()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplot.h902 gboolean hmajor,
907 gboolean *hmajor,
H A Dgtkplot.c6015 gboolean hmajor, gboolean hminor) in gtk_plot_grids_set_visible() argument
6019 plot->left->show_major_grid = hmajor; in gtk_plot_grids_set_visible()
6038 gboolean *hmajor, gboolean *hminor) in gtk_plot_grids_visible() argument
6042 *hmajor = plot->left->show_major_grid; in gtk_plot_grids_visible()