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