Searched refs:ASL_QUERY_OP_SUBSTRING (Results 1 – 3 of 3) sorted by relevance
1639 else if (o[i] == MOD_SUBSTRING) op |= ASL_QUERY_OP_SUBSTRING; in optype()1695 if (op & ASL_QUERY_OP_SUBSTRING) in optype()1698 op &= ~ASL_QUERY_OP_SUBSTRING; in optype()1716 if (op & ASL_QUERY_OP_SUBSTRING) in optype()1719 op &= ~ASL_QUERY_OP_SUBSTRING; in optype()
100 #define ASL_QUERY_OP_SUBSTRING 0x0060 macro
2046 if (o[i] == 'S') op |= ASL_QUERY_OP_SUBSTRING; in _asl_msg_op_from_string()