i3
GENERATED_config_call.h
Go to the documentation of this file.
1 static void GENERATED_call(const int call_identifier, struct ConfigResultIR *result) {
2  switch (call_identifier) {
3  case 0:
4  result->next_state = INITIAL;
5 #ifndef TEST_PARSER
6  cfg_force_display_urgency_hint(&current_match, result, get_long("duration_ms"));
7 #else
8  fprintf(stderr, "cfg_force_display_urgency_hint(%ld)\n", get_long("duration_ms"));
9 #endif
10  break;
11  case 1:
12  result->next_state = INITIAL;
13 #ifndef TEST_PARSER
14  cfg_floating_minimum_size(&current_match, result, get_long("width"), get_long("height"));
15 #else
16  fprintf(stderr, "cfg_floating_minimum_size(%ld, %ld)\n", get_long("width"), get_long("height"));
17 #endif
18  break;
19  case 2:
20  result->next_state = INITIAL;
21 #ifndef TEST_PARSER
22  cfg_floating_maximum_size(&current_match, result, get_long("width"), get_long("height"));
23 #else
24  fprintf(stderr, "cfg_floating_maximum_size(%ld, %ld)\n", get_long("width"), get_long("height"));
25 #endif
26  break;
27  case 3:
28  result->next_state = BAR;
29 #ifndef TEST_PARSER
30  cfg_bar_strip_workspace_numbers(&current_match, result, get_string("value"));
31 #else
32  fprintf(stderr, "cfg_bar_strip_workspace_numbers(%s)\n", get_string("value"));
33 #endif
34  break;
35  case 4:
36  result->next_state = BAR;
37 #ifndef TEST_PARSER
38  cfg_bar_binding_mode_indicator(&current_match, result, get_string("value"));
39 #else
40  fprintf(stderr, "cfg_bar_binding_mode_indicator(%s)\n", get_string("value"));
41 #endif
42  break;
43  case 5:
44  result->next_state = INITIAL;
45 #ifndef TEST_PARSER
46  cfg_workspace_back_and_forth(&current_match, result, get_string("value"));
47 #else
48  fprintf(stderr, "cfg_workspace_back_and_forth(%s)\n", get_string("value"));
49 #endif
50  break;
51  case 6:
52  result->next_state = INITIAL;
53 #ifndef TEST_PARSER
54  cfg_popup_during_fullscreen(&current_match, result, get_string("value"));
55 #else
56  fprintf(stderr, "cfg_popup_during_fullscreen(%s)\n", get_string("value"));
57 #endif
58  break;
59  case 7:
60  result->next_state = INITIAL;
61 #ifndef TEST_PARSER
62  cfg_popup_during_fullscreen(&current_match, result, get_string("value"));
63 #else
64  fprintf(stderr, "cfg_popup_during_fullscreen(%s)\n", get_string("value"));
65 #endif
66  break;
67  case 8:
68  result->next_state = INITIAL;
69 #ifndef TEST_PARSER
70  cfg_popup_during_fullscreen(&current_match, result, get_string("value"));
71 #else
72  fprintf(stderr, "cfg_popup_during_fullscreen(%s)\n", get_string("value"));
73 #endif
74  break;
75  case 9:
76  result->next_state = BAR;
77 #ifndef TEST_PARSER
78  cfg_bar_workspace_buttons(&current_match, result, get_string("value"));
79 #else
80  fprintf(stderr, "cfg_bar_workspace_buttons(%s)\n", get_string("value"));
81 #endif
82  break;
83  case 10:
84  result->next_state = INITIAL;
85 #ifndef TEST_PARSER
86  cfg_new_window(&current_match, result, get_string("windowtype"), get_string("border"), get_long("width"));
87 #else
88  fprintf(stderr, "cfg_new_window(%s, %s, %ld)\n", get_string("windowtype"), get_string("border"), get_long("width"));
89 #endif
90  break;
91  case 11:
92  result->next_state = INITIAL;
93 #ifndef TEST_PARSER
94  cfg_workspace(&current_match, result, get_string("workspace"), get_string("output"));
95 #else
96  fprintf(stderr, "cfg_workspace(%s, %s)\n", get_string("workspace"), get_string("output"));
97 #endif
98  break;
99  case 12:
100  result->next_state = INITIAL;
101 #ifndef TEST_PARSER
102  cfg_force_focus_wrapping(&current_match, result, get_string("value"));
103 #else
104  fprintf(stderr, "cfg_force_focus_wrapping(%s)\n", get_string("value"));
105 #endif
106  break;
107  case 13:
108  result->next_state = BAR;
109 #ifndef TEST_PARSER
110  cfg_bar_separator_symbol(&current_match, result, get_string("separator"));
111 #else
112  fprintf(stderr, "cfg_bar_separator_symbol(%s)\n", get_string("separator"));
113 #endif
114  break;
115  case 14:
116  result->next_state = INITIAL;
117 #ifndef TEST_PARSER
118  cfg_focus_follows_mouse(&current_match, result, get_string("value"));
119 #else
120  fprintf(stderr, "cfg_focus_follows_mouse(%s)\n", get_string("value"));
121 #endif
122  break;
123  case 15:
124  result->next_state = INITIAL;
125 #ifndef TEST_PARSER
126  cfg_default_orientation(&current_match, result, get_string("orientation"));
127 #else
128  fprintf(stderr, "cfg_default_orientation(%s)\n", get_string("orientation"));
129 #endif
130  break;
131  case 16:
132  result->next_state = INITIAL;
133 #ifndef TEST_PARSER
134  cfg_default_orientation(&current_match, result, get_string("orientation"));
135 #else
136  fprintf(stderr, "cfg_default_orientation(%s)\n", get_string("orientation"));
137 #endif
138  break;
139  case 17:
140  result->next_state = INITIAL;
141 #ifndef TEST_PARSER
142  cfg_default_orientation(&current_match, result, get_string("orientation"));
143 #else
144  fprintf(stderr, "cfg_default_orientation(%s)\n", get_string("orientation"));
145 #endif
146  break;
147  case 18:
148  result->next_state = INITIAL;
149 #ifndef TEST_PARSER
150  cfg_for_window(&current_match, result, get_string("command"));
151 #else
152  fprintf(stderr, "cfg_for_window(%s)\n", get_string("command"));
153 #endif
154  break;
155  case 19:
156  result->next_state = BAR;
157 #ifndef TEST_PARSER
158  cfg_bar_wheel_down_cmd(&current_match, result, get_string("command"));
159 #else
160  fprintf(stderr, "cfg_bar_wheel_down_cmd(%s)\n", get_string("command"));
161 #endif
162  break;
163  case 20:
164  result->next_state = BAR;
165 #ifndef TEST_PARSER
166  cfg_bar_status_command(&current_match, result, get_string("command"));
167 #else
168  fprintf(stderr, "cfg_bar_status_command(%s)\n", get_string("command"));
169 #endif
170  break;
171  case 21:
172  result->next_state = INITIAL;
173 #ifndef TEST_PARSER
174  cfg_new_window(&current_match, result, get_string("windowtype"), get_string("border"), 2);
175 #else
176  fprintf(stderr, "cfg_new_window(%s, %s, %d)\n", get_string("windowtype"), get_string("border"), 2);
177 #endif
178  break;
179  case 22:
180  result->next_state = INITIAL;
181 #ifndef TEST_PARSER
182  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
183 #else
184  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
185 #endif
186  break;
187  case 23:
188  result->next_state = INITIAL;
189 #ifndef TEST_PARSER
190  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
191 #else
192  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
193 #endif
194  break;
195  case 24:
196  result->next_state = INITIAL;
197 #ifndef TEST_PARSER
198  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
199 #else
200  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
201 #endif
202  break;
203  case 25:
204  result->next_state = INITIAL;
205 #ifndef TEST_PARSER
206  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
207 #else
208  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
209 #endif
210  break;
211  case 26:
212  result->next_state = INITIAL;
213 #ifndef TEST_PARSER
214  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
215 #else
216  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
217 #endif
218  break;
219  case 27:
220  result->next_state = INITIAL;
221 #ifndef TEST_PARSER
222  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
223 #else
224  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
225 #endif
226  break;
227  case 28:
228  result->next_state = INITIAL;
229 #ifndef TEST_PARSER
230  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
231 #else
232  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
233 #endif
234  break;
235  case 29:
236  result->next_state = INITIAL;
237 #ifndef TEST_PARSER
238  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
239 #else
240  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
241 #endif
242  break;
243  case 30:
244  result->next_state = INITIAL;
245 #ifndef TEST_PARSER
246  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
247 #else
248  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
249 #endif
250  break;
251  case 31:
252  result->next_state = INITIAL;
253 #ifndef TEST_PARSER
254  cfg_hide_edge_borders(&current_match, result, get_string("hide_borders"));
255 #else
256  fprintf(stderr, "cfg_hide_edge_borders(%s)\n", get_string("hide_borders"));
257 #endif
258  break;
259  case 32:
260  result->next_state = INITIAL;
261 #ifndef TEST_PARSER
262  cfg_floating_modifier(&current_match, result, get_string("modifiers"));
263 #else
264  fprintf(stderr, "cfg_floating_modifier(%s)\n", get_string("modifiers"));
265 #endif
266  break;
267  case 33:
268  result->next_state = BAR_COLORS;
269 #ifndef TEST_PARSER
270  cfg_bar_color_single(&current_match, result, get_string("colorclass"), get_string("color"));
271 #else
272  fprintf(stderr, "cfg_bar_color_single(%s, %s)\n", get_string("colorclass"), get_string("color"));
273 #endif
274  break;
275  case 34:
276  result->next_state = BAR;
277 #ifndef TEST_PARSER
278  cfg_bar_hidden_state(&current_match, result, get_string("hidden_state"));
279 #else
280  fprintf(stderr, "cfg_bar_hidden_state(%s)\n", get_string("hidden_state"));
281 #endif
282  break;
283  case 35:
284  result->next_state = BAR;
285 #ifndef TEST_PARSER
286  cfg_bar_hidden_state(&current_match, result, get_string("hidden_state"));
287 #else
288  fprintf(stderr, "cfg_bar_hidden_state(%s)\n", get_string("hidden_state"));
289 #endif
290  break;
291  case 36:
292  result->next_state = MODE;
293 #ifndef TEST_PARSER
294  cfg_mode_binding(&current_match, result, get_string("bindtype"), get_string("modifiers"), get_string("key"), get_string("release"), get_string("whole_window"), get_string("command"));
295 #else
296  fprintf(stderr, "cfg_mode_binding(%s, %s, %s, %s, %s, %s)\n", get_string("bindtype"), get_string("modifiers"), get_string("key"), get_string("release"), get_string("whole_window"), get_string("command"));
297 #endif
298  break;
299  case 37:
300  result->next_state = INITIAL;
301 #ifndef TEST_PARSER
302  cfg_workspace_layout(&current_match, result, get_string("layout"));
303 #else
304  fprintf(stderr, "cfg_workspace_layout(%s)\n", get_string("layout"));
305 #endif
306  break;
307  case 38:
308  result->next_state = INITIAL;
309 #ifndef TEST_PARSER
310  cfg_workspace_layout(&current_match, result, get_string("layout"));
311 #else
312  fprintf(stderr, "cfg_workspace_layout(%s)\n", get_string("layout"));
313 #endif
314  break;
315  case 39:
316  result->next_state = INITIAL;
317 #ifndef TEST_PARSER
318  cfg_workspace_layout(&current_match, result, get_string("layout"));
319 #else
320  fprintf(stderr, "cfg_workspace_layout(%s)\n", get_string("layout"));
321 #endif
322  break;
323  case 40:
324  result->next_state = INITIAL;
325 #ifndef TEST_PARSER
326  cfg_workspace_layout(&current_match, result, get_string("layout"));
327 #else
328  fprintf(stderr, "cfg_workspace_layout(%s)\n", get_string("layout"));
329 #endif
330  break;
331  case 41:
332  result->next_state = BAR;
333 #ifndef TEST_PARSER
334  cfg_bar_wheel_up_cmd(&current_match, result, get_string("command"));
335 #else
336  fprintf(stderr, "cfg_bar_wheel_up_cmd(%s)\n", get_string("command"));
337 #endif
338  break;
339  case 42:
340  result->next_state = INITIAL;
341 #ifndef TEST_PARSER
342  cfg_assign(&current_match, result, get_string("workspace"));
343 #else
344  fprintf(stderr, "cfg_assign(%s)\n", get_string("workspace"));
345 #endif
346  break;
347  case 43:
348  result->next_state = BAR;
349 #ifndef TEST_PARSER
350  cfg_bar_tray_output(&current_match, result, get_string("output"));
351 #else
352  fprintf(stderr, "cfg_bar_tray_output(%s)\n", get_string("output"));
353 #endif
354  break;
355  case 44:
356  result->next_state = BAR;
357 #ifndef TEST_PARSER
358  cfg_bar_socket_path(&current_match, result, get_string("path"));
359 #else
360  fprintf(stderr, "cfg_bar_socket_path(%s)\n", get_string("path"));
361 #endif
362  break;
363  case 45:
364  result->next_state = BAR_COLORS;
365 #ifndef TEST_PARSER
366  cfg_bar_color(&current_match, result, get_string("colorclass"), get_string("border"), get_string("background"), NULL);
367 #else
368  fprintf(stderr, "cfg_bar_color(%s, %s, %s, NULL)\n", get_string("colorclass"), get_string("border"), get_string("background"));
369 #endif
370  break;
371  case 46:
372  result->next_state = BAR_COLORS;
373 #ifndef TEST_PARSER
374  cfg_bar_color(&current_match, result, get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"));
375 #else
376  fprintf(stderr, "cfg_bar_color(%s, %s, %s, %s)\n", get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"));
377 #endif
378  break;
379  case 47:
380  result->next_state = BAR;
381 #ifndef TEST_PARSER
382  cfg_bar_i3bar_command(&current_match, result, get_string("command"));
383 #else
384  fprintf(stderr, "cfg_bar_i3bar_command(%s)\n", get_string("command"));
385 #endif
386  break;
387  case 48:
388  result->next_state = INITIAL;
389 #ifndef TEST_PARSER
390  cfg_color(&current_match, result, get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"), get_string("indicator"));
391 #else
392  fprintf(stderr, "cfg_color(%s, %s, %s, %s, %s)\n", get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"), get_string("indicator"));
393 #endif
394  break;
395  case 49:
396  result->next_state = INITIAL;
397 #ifndef TEST_PARSER
398  cfg_color(&current_match, result, get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"), NULL);
399 #else
400  fprintf(stderr, "cfg_color(%s, %s, %s, %s, NULL)\n", get_string("colorclass"), get_string("border"), get_string("background"), get_string("text"));
401 #endif
402  break;
403  case 50:
404  result->next_state = INITIAL;
405 #ifndef TEST_PARSER
406  cfg_force_xinerama(&current_match, result, get_string("value"));
407 #else
408  fprintf(stderr, "cfg_force_xinerama(%s)\n", get_string("value"));
409 #endif
410  break;
411  case 51:
412  result->next_state = CRITERIA;
413 #ifndef TEST_PARSER
414  cfg_criteria_add(&current_match, result, get_string("ctype"), get_string("cvalue"));
415 #else
416  fprintf(stderr, "cfg_criteria_add(%s, %s)\n", get_string("ctype"), get_string("cvalue"));
417  cfg_criteria_add(&current_match, result, get_string("ctype"), get_string("cvalue"));
418 #endif
419  break;
420  case 52:
421  result->next_state = INITIAL;
422 #ifndef TEST_PARSER
423  cfg_restart_state(&current_match, result, get_string("path"));
424 #else
425  fprintf(stderr, "cfg_restart_state(%s)\n", get_string("path"));
426 #endif
427  break;
428  case 53:
429  result->next_state = INITIAL;
430 #ifndef TEST_PARSER
431  cfg_mouse_warping(&current_match, result, get_string("value"));
432 #else
433  fprintf(stderr, "cfg_mouse_warping(%s)\n", get_string("value"));
434 #endif
435  break;
436  case 54:
437  result->next_state = INITIAL;
438 #ifndef TEST_PARSER
439  cfg_mouse_warping(&current_match, result, get_string("value"));
440 #else
441  fprintf(stderr, "cfg_mouse_warping(%s)\n", get_string("value"));
442 #endif
443  break;
444  case 55:
445  result->next_state = BAR;
446 #ifndef TEST_PARSER
447  cfg_bar_modifier(&current_match, result, get_string("modifier"));
448 #else
449  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
450 #endif
451  break;
452  case 56:
453  result->next_state = BAR;
454 #ifndef TEST_PARSER
455  cfg_bar_modifier(&current_match, result, get_string("modifier"));
456 #else
457  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
458 #endif
459  break;
460  case 57:
461  result->next_state = BAR;
462 #ifndef TEST_PARSER
463  cfg_bar_modifier(&current_match, result, get_string("modifier"));
464 #else
465  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
466 #endif
467  break;
468  case 58:
469  result->next_state = BAR;
470 #ifndef TEST_PARSER
471  cfg_bar_modifier(&current_match, result, get_string("modifier"));
472 #else
473  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
474 #endif
475  break;
476  case 59:
477  result->next_state = BAR;
478 #ifndef TEST_PARSER
479  cfg_bar_modifier(&current_match, result, get_string("modifier"));
480 #else
481  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
482 #endif
483  break;
484  case 60:
485  result->next_state = BAR;
486 #ifndef TEST_PARSER
487  cfg_bar_modifier(&current_match, result, get_string("modifier"));
488 #else
489  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
490 #endif
491  break;
492  case 61:
493  result->next_state = BAR;
494 #ifndef TEST_PARSER
495  cfg_bar_modifier(&current_match, result, get_string("modifier"));
496 #else
497  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
498 #endif
499  break;
500  case 62:
501  result->next_state = BAR;
502 #ifndef TEST_PARSER
503  cfg_bar_modifier(&current_match, result, get_string("modifier"));
504 #else
505  fprintf(stderr, "cfg_bar_modifier(%s)\n", get_string("modifier"));
506 #endif
507  break;
508  case 63:
509  result->next_state = INITIAL;
510 #ifndef TEST_PARSER
511  cfg_fake_outputs(&current_match, result, get_string("outputs"));
512 #else
513  fprintf(stderr, "cfg_fake_outputs(%s)\n", get_string("outputs"));
514 #endif
515  break;
516  case 64:
517  result->next_state = INITIAL;
518 #ifndef TEST_PARSER
519  cfg_color_single(&current_match, result, get_string("colorclass"), get_string("color"));
520 #else
521  fprintf(stderr, "cfg_color_single(%s, %s)\n", get_string("colorclass"), get_string("color"));
522 #endif
523  break;
524  case 65:
525  result->next_state = BAR;
526 #ifndef TEST_PARSER
527  cfg_bar_position(&current_match, result, get_string("position"));
528 #else
529  fprintf(stderr, "cfg_bar_position(%s)\n", get_string("position"));
530 #endif
531  break;
532  case 66:
533  result->next_state = BAR;
534 #ifndef TEST_PARSER
535  cfg_bar_position(&current_match, result, get_string("position"));
536 #else
537  fprintf(stderr, "cfg_bar_position(%s)\n", get_string("position"));
538 #endif
539  break;
540  case 67:
541  result->next_state = INITIAL;
542 #ifndef TEST_PARSER
543  cfg_binding(&current_match, result, get_string("bindtype"), get_string("modifiers"), get_string("key"), get_string("release"), get_string("whole_window"), get_string("command"));
544 #else
545  fprintf(stderr, "cfg_binding(%s, %s, %s, %s, %s, %s)\n", get_string("bindtype"), get_string("modifiers"), get_string("key"), get_string("release"), get_string("whole_window"), get_string("command"));
546 #endif
547  break;
548  case 68:
549  result->next_state = BAR;
550 #ifndef TEST_PARSER
551  cfg_bar_verbose(&current_match, result, get_string("value"));
552 #else
553  fprintf(stderr, "cfg_bar_verbose(%s)\n", get_string("value"));
554 #endif
555  break;
556  case 69:
557  result->next_state = INITIAL;
558 #ifndef TEST_PARSER
559  cfg_ipc_socket(&current_match, result, get_string("path"));
560 #else
561  fprintf(stderr, "cfg_ipc_socket(%s)\n", get_string("path"));
562 #endif
563  break;
564  case 70:
565  result->next_state = INITIAL;
566 #ifndef TEST_PARSER
567  cfg_new_window(&current_match, result, get_string("windowtype"), get_string("border"), -1);
568 #else
569  fprintf(stderr, "cfg_new_window(%s, %s, %d)\n", get_string("windowtype"), get_string("border"), -1);
570 #endif
571  break;
572  case 71:
573  result->next_state = INITIAL;
574 #ifndef TEST_PARSER
575  cfg_new_window(&current_match, result, get_string("windowtype"), get_string("border"), -1);
576 #else
577  fprintf(stderr, "cfg_new_window(%s, %s, %d)\n", get_string("windowtype"), get_string("border"), -1);
578 #endif
579  break;
580  case 72:
581  result->next_state = CRITERIA;
582 #ifndef TEST_PARSER
583  cfg_criteria_init(&current_match, result, 21);
584 #else
585  fprintf(stderr, "cfg_criteria_init(%d)\n", 21);
586  cfg_criteria_init(&current_match, result, 21);
587 #endif
588  break;
589  case 73:
590  result->next_state = BAR;
591 #ifndef TEST_PARSER
592  cfg_bar_output(&current_match, result, get_string("output"));
593 #else
594  fprintf(stderr, "cfg_bar_output(%s)\n", get_string("output"));
595 #endif
596  break;
597  case 74:
598  result->next_state = INITIAL;
599 #ifndef TEST_PARSER
600  cfg_criteria_pop_state(&current_match, result);
601 #else
602  fprintf(stderr, "cfg_criteria_pop_state()\n");
603  cfg_criteria_pop_state(&current_match, result);
604 #endif
605  break;
606  case 75:
607  result->next_state = BAR;
608 #ifndef TEST_PARSER
609  cfg_bar_font(&current_match, result, get_string("font"));
610 #else
611  fprintf(stderr, "cfg_bar_font(%s)\n", get_string("font"));
612 #endif
613  break;
614  case 76:
615  result->next_state = MODEBRACE;
616 #ifndef TEST_PARSER
617  cfg_enter_mode(&current_match, result, get_string("modename"));
618 #else
619  fprintf(stderr, "cfg_enter_mode(%s)\n", get_string("modename"));
620 #endif
621  break;
622  case 77:
623  result->next_state = BAR;
624 #ifndef TEST_PARSER
625  cfg_bar_mode(&current_match, result, get_string("mode"));
626 #else
627  fprintf(stderr, "cfg_bar_mode(%s)\n", get_string("mode"));
628 #endif
629  break;
630  case 78:
631  result->next_state = BAR;
632 #ifndef TEST_PARSER
633  cfg_bar_mode(&current_match, result, get_string("mode"));
634 #else
635  fprintf(stderr, "cfg_bar_mode(%s)\n", get_string("mode"));
636 #endif
637  break;
638  case 79:
639  result->next_state = BAR;
640 #ifndef TEST_PARSER
641  cfg_bar_mode(&current_match, result, get_string("mode"));
642 #else
643  fprintf(stderr, "cfg_bar_mode(%s)\n", get_string("mode"));
644 #endif
645  break;
646  case 80:
647  result->next_state = BAR;
648 #ifndef TEST_PARSER
649  cfg_bar_id(&current_match, result, get_string("bar_id"));
650 #else
651  fprintf(stderr, "cfg_bar_id(%s)\n", get_string("bar_id"));
652 #endif
653  break;
654  case 81:
655  result->next_state = CRITERIA;
656 #ifndef TEST_PARSER
657  cfg_criteria_init(&current_match, result, 36);
658 #else
659  fprintf(stderr, "cfg_criteria_init(%d)\n", 36);
660  cfg_criteria_init(&current_match, result, 36);
661 #endif
662  break;
663  case 82:
664  result->next_state = INITIAL;
665 #ifndef TEST_PARSER
666  cfg_exec(&current_match, result, get_string("exectype"), get_string("no_startup_id"), get_string("command"));
667 #else
668  fprintf(stderr, "cfg_exec(%s, %s, %s)\n", get_string("exectype"), get_string("no_startup_id"), get_string("command"));
669 #endif
670  break;
671  case 83:
672  result->next_state = INITIAL;
673 #ifndef TEST_PARSER
674  cfg_font(&current_match, result, get_string("font"));
675 #else
676  fprintf(stderr, "cfg_font(%s)\n", get_string("font"));
677 #endif
678  break;
679  case 84:
680  result->next_state = INITIAL;
681 #ifndef TEST_PARSER
682  cfg_bar_finish(&current_match, result);
683 #else
684  fprintf(stderr, "cfg_bar_finish()\n");
685 #endif
686  break;
687  default:
688  printf("BUG in the parser. state = %d\n", call_identifier);
689  assert(false);
690  }
691 }
static void GENERATED_call(const int call_identifier, struct ConfigResultIR *result)
static Match current_match
static char * get_string(const char *identifier)
static long get_long(const char *identifier)