HomeSort by: relevance | last modified time | path
    Searched defs:spans (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/join/
join.c 106 static int spans = 1; /* span multiple delimiters (-t) */ variable
200 spans = 0;
376 if (spans && *fieldp == '\0')
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 664 static unsigned spans[4]; member in class:__anon13560::bytes_out
769 out.spans[2]++;
782 out.spans[x]++;
803 unsigned bytes_out::spans[4]; member in class:bytes_out
1625 spans[3]++;
3209 /* Spans of the line maps that are occupied by this TU. I.e. not
3226 vec<span> *spans;
3230 /* Do not preallocate spans, as that causes
3232 : spans (nullptr)
3237 delete spans;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 693 static unsigned spans[4]; member in class:bytes_out
699 unsigned bytes_out::spans[4]; member in class:bytes_out
734 spans[2]++;
769 spans[x]++;
1589 spans[3]++;
3168 /* Spans of the line maps that are occupied by this TU. I.e. not
3185 vec<span> *spans;
3189 /* Do not preallocate spans, as that causes
3191 : spans (nullptr)
3196 delete spans;
    [all...]

Completed in 173 milliseconds