OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chtypes
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
misc.c
34
unsigned char
chtypes
[UCHAR_MAX + 1]; /* type bits for unsigned char */
variable
58
chtypes
[i] &= ~C_IFS;
59
chtypes
[0] |= C_IFS; /* include \0 in C_IFS */
62
chtypes
[(unsigned char)*s++] |= t;
71
chtypes
[c] |= C_ALPHA;
73
chtypes
[c] |= C_ALPHA;
74
chtypes
['_'] |= C_ALPHA;
[
all
...]
sh.h
739
extern unsigned char
chtypes
[];
743
(
chtypes
[(unsigned char)(c)]&(t)) )
[
all
...]
Completed in 17 milliseconds