Home
last modified time | relevance | path

Searched refs:ARG_NOGLOB (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h126 #define ARG_NOGLOB 0x400 /* no file name expansion */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c1212 sh_debug(shp,trace,(char*)0,(char*)0,av,ARG_NOGLOB); in sh_redirect()
H A Dmacro.c216 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); in sh_macexpand()
H A Dxec.c430 out_string(iop, cp,' ',n?0: (flags&(ARG_RAW|ARG_NOGLOB))||*argv); in sh_debug()