OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXP_FULL
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
expand.h
51
#define
EXP_FULL
0x1 /* perform word splitting & file globbing */
expand.c
128
* placing the resulting list of arguments in arglist. If
EXP_FULL
is true,
153
if (flag &
EXP_FULL
) {
178
* If
EXP_FULL
is set, output CTLESC characters to allow for further processing.
186
int quotes = flag & (
EXP_FULL
| EXP_CASE); /* do CTLESC */
205
if ((flag &
EXP_FULL
) != 0)
263
int quotes = flag & (
EXP_FULL
| EXP_CASE);
352
int quotes = flag & (
EXP_FULL
| EXP_CASE);
422
int quotes = flag & (
EXP_FULL
| EXP_CASE);
618
int quotes = flag & (
EXP_FULL
| EXP_CASE);
834
if (flag & (
EXP_FULL
| EXP_CASE) && subtype != VSLENGTH) {
[
all
...]
eval.c
360
expandarg(argp, &arglist,
EXP_FULL
| EXP_TILDE);
471
expandarg(redir->ndup.vname, &fn,
EXP_FULL
| EXP_TILDE);
724
expandarg(argp, &arglist,
EXP_FULL
| EXP_TILDE);
Completed in 70 milliseconds