| /src/usr.bin/expand/ |
| expand.c | 54 size_t nstops; variable 99 if (nstops == 0) { 106 if (nstops == 1) { 114 for (n = 0; n < nstops; n++) 117 if (n == nstops) { 155 nstops = 0; 162 if (nstops > 0 && (size_t)i <= tabstops[nstops-1]) 164 if (nstops == sizeof(tabstops) / sizeof(tabstops[0]) - 1) 166 tabstops[nstops++] = i [all...] |
| /src/usr.bin/tabs/ |
| tabs.c | 52 #define NSTOPS 20 87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local 150 last = nstops = 0; 152 nstops = -1; 157 if (nstops >= NSTOPS) 159 "too many tab stops (max %d)", NSTOPS); 166 if (nstops == 0) 173 last = stops[nstops++] = n [all...] |
| /src/usr.bin/unexpand/ |
| unexpand.c | 60 static size_t nstops; variable 100 if (nstops >= maxstops) { 104 if (nstops && tabstops[nstops - 1] >= (size_t)i) 108 tab, tabstops[nstops - 1]); 109 tabstops[nstops++] = i; 135 const size_t dstop = (nstops == 0) ? DSTOP : tabstops[0]; 140 limit = nstops <= 1 ? UINT_MAX : tabstops[nstops - 1] - 1; 147 if (nstops <= 1) [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| picturestr.h | 81 int nstops; member in struct:_PictGradient 87 int nstops; member in struct:_PictLinearGradient 101 int nstops; member in struct:_PictRadialGradient 109 int nstops; member in struct:_PictConicalGradient 529 int nStops, 538 int nStops, 545 int nStops,
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| picturestr.h | 86 int nstops; member in struct:_PictGradient 96 int nstops; member in struct:_PictLinearGradient 114 int nstops; member in struct:_PictRadialGradient 130 int nstops; member in struct:_PictConicalGradient 648 int nStops, 659 int nStops, 668 int nStops,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_render.h | 324 int nstops; member in struct:sna_render::__anon7514::sna_gradient_cache
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_render.h | 316 int nstops; member in struct:sna_render::__anon8369::sna_gradient_cache
|