OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iswhite
(Results
1 - 4
of
4
) 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
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)) {
Completed in 13 milliseconds
Indexes created Sat Nov 08 12:09:53 GMT 2025