Searched refs:old_config_style (Results 1 – 5 of 5) sorted by relevance
621 if ((old_config_style && (ch == '\n')) || in is_EOC()622 (!old_config_style && (ch == ';'))) in is_EOC()724 if ('=' == ch && old_config_style) in yylex()811 if (T_Server == token && !old_config_style) in yylex()
121 extern int old_config_style;
1727 old_config_style = 1;1737 : T_Simulate { old_config_style = 0; }
216 int old_config_style = 1; /* A boolean flag, which when set, variable
121 if(old_config_style){ in test_EOC()