Home
last modified time | relevance | path

Searched refs:ARG_EXP (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h118 #define ARG_EXP 0x8 /* string needs file expansion */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c296 if(flag&ARG_EXP) in sh_lex()
773 wordflags |=(ARG_MAC|ARG_EXP); in sh_lex()
1156 wordflags |= ARG_EXP; in sh_lex()
1197 wordflags |= ARG_EXP; in sh_lex()
1204 wordflags |= ARG_EXP; in sh_lex()
1216 wordflags |= ARG_EXP; in sh_lex()
1282 c = (wordflags&ARG_EXP); in sh_lex()
1305 c &= ~ARG_EXP; in sh_lex()
1306 if((c&ARG_EXP) && (c&ARG_QUOTED)) in sh_lex()
1323 if(c==0 || (c&(ARG_MAC|ARG_EXP)) || (lp->lexd.warn && !lp->lexd.docword)) in sh_lex()
H A Dargs.c839 if(*argp->argval==0 && (argp->argflag&ARG_EXP)) in arg_expand()
862 ap->argflag &= ~ARG_EXP; in arg_expand()
H A Dtrestore.c202 if(!(ap->argflag&(ARG_MAC|ARG_EXP))) in r_arg()
H A Dxec.c427 if((flags&ARG_EXP) && argv[1]==0) in sh_debug()
1855 s = sh_macpat(shp,rex,OPTIMIZE|ARG_EXP); in sh_exec()
2141 right = sh_macpat(shp,&(t->lst.lstrit->arg),((n==TEST_PEQ||n==TEST_PNE)?ARG_EXP:0)|OPTIMIZE); in sh_exec()
2175 pattern=ARG_EXP; in sh_exec()
H A Dmacro.c224 mp->pattern = ((flag&ARG_EXP)!=0); in sh_macexpand()
2313 argp->argflag |= ARG_RAW|ARG_EXP; in endfield()
H A Dparse.c1271 argp->argflag = (ARG_EXP|mode); in process_sub()
1867 if(lexp->arg->argflag&(ARG_EXP|ARG_MAC)) in test_primary()
H A Dio.c1006 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP); in sh_redirect()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dcompletion.c239 ap->argflag = (ARG_MAC|ARG_EXP); in ed_expand()