Home
last modified time | relevance | path

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

/dports/biology/garlic/garlic-1.6/
H A Dreplace_command.c57 if (runtimeSP->highest_commandI < 0) return -1; in ReplaceCommand_()
65 runtimeSP->old_commandI = runtimeSP->highest_commandI; in ReplaceCommand_()
66 if (runtimeSP->old_commandI > runtimeSP->highest_commandI) in ReplaceCommand_()
H A Dexecute_script.c188 if (runtimeSP->highest_commandI < MAXCOMMSTRINGS - 1) in ExecuteScript_()
190 runtimeSP->highest_commandI++; in ExecuteScript_()
H A Dkey_press.c525 if (runtimeSP->highest_commandI < MAXCOMMSTRINGS - 1) in KeyPress_()
527 runtimeSP->highest_commandI++; in KeyPress_()
H A Dinit_runtime.c119 runtimeSP->highest_commandI = -1; in InitRuntime_()
H A Dtypedefs.h1168 int highest_commandI; member