Home | History | Annotate | Download | only in info

Lines Matching full:twice

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