Searched refs:S_OP (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 42 0, S_REG, S_REG, S_COM, S_REG, S_REG, S_OP, S_REG, 43 S_OP, S_OP, S_REG, S_REG, S_REG, S_REG, S_NAME, S_REG, 45 S_REG, S_REG, S_REG, S_OP, S_OP, S_REG, S_OP, S_REG, 59 S_NAME, S_NAME, S_NAME, S_BRACE,S_OP, S_BRACE,S_TILDE,S_REG,
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 34 #define S_OP 13 /* operator character */ macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 503 case S_OP: in sh_lex() 530 if(state[n]==S_OP || n=='#') in sh_lex() 999 if((n=sh_lexstates[ST_BEGIN][c])==0 || n==S_OP || n==S_NLTOK) in sh_lex()
|
/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | regs.h | 452 #define S_OP 0 macro 453 #define V_OP(x) ((x) << S_OP)
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_regs.h | 17551 #define S_OP 0 macro 17552 #define V_OP(x) ((x) << S_OP)
|