Home
last modified time | relevance | path

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

/examples/test/
A Ddhry_1.c67 Enumeration Enum_Loc; in dhry_test() local
131 Enum_Loc = Ident_2; in dhry_test()
149 if (Enum_Loc == Func_1 (Ch_Index, 'C')) in dhry_test()
152 Proc_6 (Ident_1, &Enum_Loc); in dhry_test()
219 printf ("Enum_Loc: %d\n", Enum_Loc); in dhry_test()
285 Enumeration Enum_Loc; local
294 Enum_Loc = Ident_1;
296 while (Enum_Loc != Ident_1); /* true */
A Ddhry_2.c183 Enumeration Enum_Loc; local
185 Enum_Loc = Enum_Par_Val;
186 if (Enum_Loc == Ident_3)

Completed in 3 milliseconds