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