Home
last modified time | relevance | path

Searched refs:emode (Results 1 – 15 of 15) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c78 int emode; member
163 node.emode = ep->emode; in arith_exec()
170 arith_error(e_recursive,ep->expr,ep->emode); in arith_exec()
184 arith_error(e_incompatible,ep->expr,ep->emode); in arith_exec()
239 arith_error(node.value,ptr,ep->emode); in arith_exec()
310 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
323 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
758 lvalue.emode = vp->emode; in expr()
812 …onst char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) in arith_compile() argument
818 cur.emode = emode; in arith_compile()
[all …]
H A Darith.c95 …if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv… in scope()
182 if((lvalue->emode&ARITH_COMP) && dot) in arith()
195 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
322 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
327 lvalue->emode |= 010; in arith()
345 errormsg(SH_DICT,ERROR_exit((lvalue->emode&3)!=0),lvalue->value,*ptr); in arith()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c79 int emode; member
169 node.emode = ep->emode; in arith_exec()
178 arith_error(e_recursive,ep->expr,ep->emode); in arith_exec()
192 arith_error(e_incompatible,ep->expr,ep->emode); in arith_exec()
236 node.emode |= ARITH_ASSIGNOP; in arith_exec()
251 if(node.emode&ARITH_ASSIGNOP) in arith_exec()
255 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
258 arith_error(node.value,ptr,ep->emode); in arith_exec()
351 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
907 arith_compile(Shell_t * shp,const char * string,char ** last,Sfdouble_t (* fun)(const char **,struct lval *,int,Sfdouble_t),int emode) arith_compile() argument
961 strval(Shell_t * shp,const char * s,char ** end,Sfdouble_t (* conv)(const char **,struct lval *,int,Sfdouble_t),int emode) strval() argument
[all...]
H A Darith.c104 if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((sdict && (mp=nv_search(cp,sdict,flags&~NV_ADD))) || (mp=nv_search(cp,root,flags&~(NV_ADD))) || (nsdict && (mp=nv_search(cp,nsdict,flags&~(NV_ADD|HASH_NOSCOPE)))) )) in scope()
290 if(lvalue->emode&ARITH_COMP) in arith()
296 if((lvalue->emode&ARITH_COMP) && dot) in arith()
309 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
469 if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isattr(np,NV_INTEGER)) in arith()
474 lvalue->emode |= 010; in arith()
482 if((lvalue->emode&ARITH_ASSIGNOP) && nv_isarray(np)) in arith()
494 if(lvalue->emode&ARITH_COMP) in arith()
497 errormsg(SH_DICT,ERROR_exit((lvalue->emode&3)!=0),lvalue->value,*ptr); in arith()
/titanic_51/usr/src/uts/common/io/
H A Di8237A.c557 uchar_t mode = 0, emode = 0; in d37A_set_mode() local
561 emode = emode; in d37A_set_mode()
611 emode = chnl & 3; in d37A_set_mode()
616 /* emode |= EISA_DMA_8; */ in d37A_set_mode()
619 emode |= EISA_DMA_16; in d37A_set_mode()
622 emode |= EISA_DMA_32; in d37A_set_mode()
625 emode |= EISA_DMA_16B; in d37A_set_mode()
634 /* emode |= EISA_DMA_8; */ in d37A_set_mode()
640 emode | in d37A_set_mode()
[all...]
/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h78 short emode; member
97 short emode; member
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h82 short emode; member
103 short emode; member
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dshtinyurl.sh89 typeset emode="$1"
93 if [[ "${emode}" == "chunked" ]] ; then
H A Dshnote.sh121 typeset emode="$1"
125 if [[ "${emode}" == "chunked" ]] ; then
H A Drssread.sh117 typeset emode="$1"
121 if [[ "${emode}" == "chunked" ]] ; then
H A Dcrawlsrccomments.sh693 typeset emode="$1"
697 if [[ "${emode}" == "chunked" ]] ; then
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Dshtinyurl.sh89 typeset emode="$1"
93 if [[ "${emode}" == "chunked" ]] ; then
H A Dshnote.sh121 typeset emode="$1"
125 if [[ "${emode}" == "chunked" ]] ; then
H A Drssread.sh117 typeset emode="$1"
121 if [[ "${emode}" == "chunked" ]] ; then
H A Dcrawlsrccomments.sh693 typeset emode="$1"
697 if [[ "${emode}" == "chunked" ]] ; then