Home
last modified time | relevance | path

Searched refs:C4_EndState (Results 1 – 2 of 2) sorted by relevance

/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dc4.h112 } C4_EndState; typedef
190 C4_EndState *end_state;
H A Dc4.c124 static C4_EndState* C4_EndState_create(C4_State *state, C4_Scope scope, in C4_EndState_create()
126 register C4_EndState *end_state = g_new(C4_EndState, 1); in C4_EndState_create()
138 static void C4_EndState_destroy(C4_EndState *end_state){ in C4_EndState_destroy()