Home
last modified time | relevance | path

Searched refs:M_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c101 #define M_SIZE 3 /* ${#var} */ macro
1111 if(type<M_SIZE) in varsub()
1123 type = M_SIZE; in varsub()
1138 type = M_SIZE; in varsub()
1259 else if(type==M_SIZE) in varsub()
1289 if(type==M_VNAME || type==M_SIZE) in varsub()
1378 else if(ap && (isastchar(mode)||type==M_TREE) && !(ap->nelem&ARRAY_SCAN) && type!=M_SIZE) in varsub()
1460 if(sh_isoption(SH_NOUNSET) && !isastchar(mode) && (type==M_VNAME || type==M_SIZE)) in varsub()
/titanic_53/usr/src/uts/common/io/chxge/com/
H A Dregs.h1848 #define M_SIZE 0x3fffff macro
1850 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)
/titanic_53/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h937 #define M_SIZE 0xfffffffU macro
939 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)