Searched refs:Enum_Loc (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Ddhry_2.c29 Enumeration Enum_Loc; local
31 Enum_Loc = Enum_Par_Val;
32 if (Enum_Loc == Ident_3) {
H A Ddhry_1.c86 Enumeration Enum_Loc; local
95 Enum_Loc = Ident_1;
97 } while (Enum_Loc != Ident_1); /* true */
132 Enumeration Enum_Loc; local
186 Enum_Loc = Ident_2;
203 if (Enum_Loc == Func_1(Ch_Index, 'C')) {
205 Proc_6(Ident_1, &Enum_Loc);
276 dhry_assert_int_eq(Enum_Loc, 1);

Completed in 86 milliseconds