OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vstype
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
parser.h
52
#define
VSTYPE
0x0f /* type of variable substitution */
56
/* values of
VSTYPE
field */
jobs.c
1401
static char
vstype
[16][4] = { "", "}", "-", "+", "?", "=",
local
1414
if ((subtype &
VSTYPE
) == VSLENGTH)
1456
str =
vstype
[subtype &
VSTYPE
];
show.c
195
switch (subtype &
VSTYPE
) {
expand.c
621
subtype = varflags &
VSTYPE
;
764
if ((*p++ &
VSTYPE
) != VSNORMAL)
Completed in 156 milliseconds