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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c78 int emode; member in struct:vars
163 node.emode = ep->emode;
170 arith_error(e_recursive,ep->expr,ep->emode);
184 arith_error(e_incompatible,ep->expr,ep->emode);
239 arith_error(node.value,ptr,ep->emode);
310 arith_error(e_divzero,ep->expr,ep->emode);
323 arith_error(e_divzero,ep->expr,ep->emode);
758 lvalue.emode = vp->emode;
812 arith_compile(const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
860 strval(const char *s,char **end,Sfdouble_t(*conv)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
[all...]
H A Darith.c95 if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv_search(cp,sdict,flags)))))
182 if((lvalue->emode&ARITH_COMP) && dot)
195 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree;
322 if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isattr(np,NV_INTEGER))
327 lvalue->emode |= 010;
345 errormsg(SH_DICT,ERROR_exit((lvalue->emode&3)!=0),lvalue->value,*ptr);
/illumos-gate/usr/src/uts/common/io/
H A Di8237A.c557 uchar_t mode = 0, emode = 0; local
561 emode = emode;
611 emode = chnl & 3;
616 /* emode |= EISA_DMA_8; */
619 emode |= EISA_DMA_16;
622 emode |= EISA_DMA_32;
625 emode |= EISA_DMA_16B;
634 /* emode |= EISA_DMA_8; */
640 emode |
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h78 short emode; member in struct:lval
97 short emode; member in struct:_arith_
/illumos-gate/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 Dshtwitter.sh143 typeset emode="$1"
147 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

Completed in 87 milliseconds