OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CWORD
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
syntax.c
8
#if
CWORD
!= 0
9
#error initialisation assumes '
CWORD
' is zero
syntax.h
39
#define
CWORD
0 /* character is nothing special */
50
#define CCTL 11 /* like
CWORD
, except it must be escaped */
parser.c
977
case
CWORD
:
[
all
...]
Completed in 108 milliseconds