Home
last modified time | relevance | path

Searched refs:mtics (Results 1 – 7 of 7) sorted by relevance

/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_axis.c30 char *tics, *mtics, *axisline, *stubdetails, *axislabeldet, *griddet, *labelurl, *labelinfo; local
66 mtics = "none"; griddet = "none"; stubs = ""; stubround = ""; stubomit = "";
194 if( strncmp( lineval, "no", 2 )==0 ) { mtics = "none"; minorticinc = 0.0; }
195 else mtics = lineval;
358 if( minorticinc > 0.0 && strncmp( mtics, "no", 2 ) == 0 ) mtics = "yes";
405 if( isrc == INCREMENTAL && strncmp( mtics, "no", 2 )!= 0 ) {
436 linedet( "minortics", mtics, 0.5 );
/dports/math/ploticus/pl240src/src/
H A Dproc_axis.c30 char *tics, *mtics, *axisline, *stubdetails, *axislabeldet, *griddet, *labelurl, *labelinfo; local
66 mtics = "none"; griddet = "none"; stubs = ""; stubround = ""; stubomit = "";
194 if( strncmp( lineval, "no", 2 )==0 ) { mtics = "none"; minorticinc = 0.0; }
195 else mtics = lineval;
358 if( minorticinc > 0.0 && strncmp( mtics, "no", 2 ) == 0 ) mtics = "yes";
405 if( isrc == INCREMENTAL && strncmp( mtics, "no", 2 )!= 0 ) {
436 linedet( "minortics", mtics, 0.5 );
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.h87 char mtics,frame; // attack is 1 for gun, 2 for knife, 3 for machine guns, member
H A Drt_playr.c1530 pstate->attackcount = WEAPONS[pstate->weapon].attackinfo[0].mtics; in Cmd_Fire()
1537 pstate->attackcount = FREE.attackinfo[0].mtics; in Cmd_Fire()
1587 pstate->attackcount = DOGSCRATCH.attackinfo[0].mtics; in Cmd_Use()
4590 pstate->attackcount = cur->mtics; in T_Attack()
4668 pstate->attackcount = cur->mtics; in T_BatBlast()
4724 locplayerstate->attackcount = cur->mtics; in T_Free()
5768 pstate->attackcount = cur->mtics; in T_DogUse()
5832 pstate->attackcount = cur->mtics; in T_DogLick()
/dports/math/octave/octave-6.4.0/scripts/plot/util/private/
H A D__gnuplot_draw_axes__.m2249 function do_tics_1 (ticmode, tics, mtics, labelmode, labels, color, ax,
2315 if (strcmp (mtics, "on"))
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/
H A DChangeLog2613 * src/save.c: Convert save tic/mtics routine to use axis pointers.
3834 "set mtics base" (i.e. unit intervals 1-9 for log10).
/dports/math/octave/octave-6.4.0/
H A DChangeLog30797 Set mtics at the end to avoid code duplication.