OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iswhite
(Results
1 - 8
of
8
) sorted by relevancy
/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
/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) ||
/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/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))
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026