Home
last modified time | relevance | path

Searched refs:fdo (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Deval.c239 int fdo; in expand() local
274 fdo = 0; in expand()
1071 if (fdo & DOBRACE) in expand()
1075 fdo | (f & DOMARKDIRS)); in expand()
1076 else if (fdo & DOGLOB) in expand()
1078 else if ((f & DOPAT) || !(fdo & DOMAGIC)) in expand()
1083 fdo = 0; in expand()
1119 fdo |= DOMAGIC; in expand()
1121 fdo |= f & DOGLOB; in expand()
1128 fdo | in expand()
2012 alt_expand(XPtrV *wp, char *start, char *exp_start, char *end, int fdo) alt_expand() argument
[all...]

Completed in 2 milliseconds