Searched refs:NOTCASE (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/scripts/ |
D | mkdep.c | 321 #define NOTCASE(c,label) if (current != c) goto label macro 374 NOTCASE('\\', slash_slash); in state_machine() 382 NOTCASE('*', __start); in state_machine() 386 NOTCASE('*', slash_star_dot_star); in state_machine() 388 NOTCASE('/', __slash_star_dot_star); in state_machine() 395 NOTCASE('\\', squote); in state_machine() 403 NOTCASE('\\', dquote); in state_machine() 419 GETNEXT NOTCASE('n', __start); in state_machine() 420 GETNEXT NOTCASE('c', __start); in state_machine() 421 GETNEXT NOTCASE('l', __start); in state_machine() [all …]
|