Lines Matching full:lose
292 conversion. (GCC may lose track of the current line number if a2482 #define bar(x) lose(x)2483 #define lose(x) (1 + (x))2487 `lose(a,b)', and you get an error because `lose' requires a single2494 #define bar(x) lose((x))