Searched refs:current_mns (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | nfa.c | 596 if ( ++lastnfa >= current_mns ) 598 if ( (current_mns += MNS_INCREMENT) >= MAXIMUM_MNS ) 601 current_mns ); 605 firstst = reallocate_integer_array( firstst, current_mns ); 606 lastst = reallocate_integer_array( lastst, current_mns ); 607 finalst = reallocate_integer_array( finalst, current_mns ); 608 transchar = reallocate_integer_array( transchar, current_mns ); 609 trans1 = reallocate_integer_array( trans1, current_mns ); 610 trans2 = reallocate_integer_array( trans2, current_mns ); 611 accptnum = reallocate_integer_array( accptnum, current_mns ); [all …]
|
D | main.c | 73 int current_mns, current_max_rules; variable 482 lastnfa, current_mns ); 1059 current_mns = INITIAL_MNS; in set_up_initial_allocations() 1060 firstst = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1061 lastst = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1062 finalst = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1063 transchar = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1064 trans1 = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1065 trans2 = allocate_integer_array( current_mns ); in set_up_initial_allocations() 1066 accptnum = allocate_integer_array( current_mns ); in set_up_initial_allocations() [all …]
|
D | flexdef.h | 488 extern int current_mns, current_max_rules;
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 279 X+ #define current_mns c__mns
|