Searched refs:emode (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 78 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 D | arith.c | 95 …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_41/usr/src/uts/common/io/ |
H A D | i8237A.c | 557 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() 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() 640 emode |= EISA_DMA_16; in d37A_set_mode() 644 emode |= (dmaereqp->der_cycles & 3) << 4; in d37A_set_mode() 645 outb(chan_addr[chnl].emode_reg, emode); in d37A_set_mode() 648 chnl, chan_addr[chnl].emode_reg, emode)); in d37A_set_mode()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 78 short emode; member 97 short emode; member
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shtinyurl.sh | 89 typeset emode="$1" 93 if [[ "${emode}" == "chunked" ]] ; then
|
H A D | shnote.sh | 121 typeset emode="$1" 125 if [[ "${emode}" == "chunked" ]] ; then
|
H A D | rssread.sh | 117 typeset emode="$1" 121 if [[ "${emode}" == "chunked" ]] ; then
|
H A D | crawlsrccomments.sh | 693 typeset emode="$1" 697 if [[ "${emode}" == "chunked" ]] ; then
|