Searched refs:CX_OR (Results 1 – 10 of 10) sorted by relevance
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/ |
H A D | util.c | 401 case CX_OR: in condexpr_create() 433 case CX_OR: in condexpr_destroy()
|
H A D | defs.h | 377 CX_OR, enumerator
|
H A D | files.c | 571 case CX_OR: in expr_eval()
|
H A D | gram.y | 1297 cx = condexpr_create(CX_OR); in mk_cx_or()
|
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/ |
H A D | cx.h | 108 #define CX_OR ((11<<CX_ATTR)) macro 131 #define CX_OROR (CX_OR|CX_X2)
|
H A D | cxopen.c | 831 CXC(CX_OR, CX_number_t, CX_number_t, op_or_N, 0) 2297 table.opcode['|'] = CX_OR; in initialize() 2338 table.precedence[CX_OR] = 7; in initialize()
|
/dports/shells/ksh93/ast-93u/src/lib/libdss/ |
H A D | cx.h | 108 #define CX_OR ((11<<CX_ATTR)) macro 131 #define CX_OROR (CX_OR|CX_X2)
|
H A D | cxopen.c | 831 CXC(CX_OR, CX_number_t, CX_number_t, op_or_N, 0) 2297 table.opcode['|'] = CX_OR; in initialize() 2338 table.precedence[CX_OR] = 7; in initialize()
|
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/ |
H A D | cx.h | 115 #define CX_OR ((11<<CX_ATTR)) macro 138 #define CX_OROR (CX_OR|CX_X2)
|
H A D | cxopen.c | 911 CXC(CX_OR, CX_number_t, CX_number_t, op_or_N, 0) 2492 table.opcode['|'] = CX_OR; in initialize() 2535 table.precedence[CX_OR] = 7; in initialize()
|