| /src/usr.bin/m4/ |
| stdd.h | 44 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
|
| /src/usr.bin/ctags/ |
| ctags.h | 50 #define iswhite(arg) (_wht[(unsigned)arg]) /* T if char is white */ macro
|
| C.c | 154 while (c != EOF && iswhite(c)); 310 while (GETC(!=, EOF) && iswhite(c)) 371 while(c != '\n' && iswhite(c)); 376 if (iswhite(c)) 389 if (!iswhite(c)) 431 while (iswhite(c)) 452 if (!iswhite(c))
|
| ctags.c | 297 if (!iswhite(c)) {
|
| /src/external/mit/lua/dist/src/ |
| lgc.h | 89 #define iswhite(x) testbits((x)->marked, WHITEBITS) macro 102 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT)) 178 (isblack(p) && iswhite(o)) ? \ 185 (isblack(p) && iswhite(o)) ? luaC_barrierback_(L,p) : cast_void(0))
|
| lgc.c | 86 #define valiswhite(x) (iscollectable(x) && iswhite(gcvalue(x))) 88 #define keyiswhite(n) (keyiscollectable(n) && iswhite(gckey(n))) 102 #define markobject(g,t) { if (iswhite(t)) reallymarkobject(g, obj2gco(t)); } 194 else return iswhite(o); 213 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o)); 376 if (!iswhite(thread) && thread->openupval != NULL) 386 if (!iswhite(uv)) { /* upvalue already visited? */ 981 if (!(iswhite(curr) || all)) /* not being collected? */ 1084 if (iswhite(curr)) { /* is 'curr' dead? */ 1130 if (iswhite(curr)) { /* is 'curr' dead? * [all...] |
| lfunc.c | 206 if (!iswhite(uv)) { /* neither white nor dead? */
|
| lstring.c | 118 if (iswhite(g->strcache[i][j])) /* will entry be collected? */
|
| lapi.c | 605 lua_assert(iswhite(cl));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| z8kgen.c | 39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro 794 while (*n && !iswhite (*n)) 814 while (*n == ',' || iswhite (*n)) 889 while (*s && !iswhite (*s))
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| z8kgen.c | 39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro 794 while (*n && !iswhite (*n)) 814 while (*n == ',' || iswhite (*n)) 889 while (*s && !iswhite (*s))
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| z8kgen.c | 39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro 794 while (*n && !iswhite (*n)) 814 while (*n == ',' || iswhite (*n)) 889 while (*s && !iswhite (*s))
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| z8kgen.c | 39 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro 794 while (*n && !iswhite (*n)) 814 while (*n == ',' || iswhite (*n)) 889 while (*s && !iswhite (*s))
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| vis.c | 126 #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') macro 181 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) ||
|