Home | History | Annotate | Download | only in info

Lines Matching full:twice

789 Thus, it is possible for a directory to occur twice in the final search
835 If a header file happens to be included twice, the compiler will process
836 its contents twice. This is very likely to cause an error, e.g. when
837 the compiler sees the same structure definition twice. Even if it does
854 contents of the file, and the compiler will not see it twice.
1446 It would be cleaner not to have to give each command name twice,
2163 #define twice(x) (2*(x))
2165 call_with_1 (twice)
2166 ==> twice(1)
2315 in the program, but the expression `foo (z)' has been substituted twice