bin/test/test.c
118
{"=", STREQ, BINOP},
bin/test/test.c
119
{"!=", STRNE, BINOP},
bin/test/test.c
120
{"<", STRLT, BINOP},
bin/test/test.c
121
{">", STRGT, BINOP},
bin/test/test.c
122
{"-eq", INTEQ, BINOP},
bin/test/test.c
123
{"-ne", INTNE, BINOP},
bin/test/test.c
124
{"-ge", INTGE, BINOP},
bin/test/test.c
125
{"-gt", INTGT, BINOP},
bin/test/test.c
126
{"-le", INTLE, BINOP},
bin/test/test.c
127
{"-lt", INTLT, BINOP},
bin/test/test.c
128
{"-nt", FILNT, BINOP},
bin/test/test.c
129
{"-ot", FILOT, BINOP},
bin/test/test.c
130
{"-ef", FILEQ, BINOP},
bin/test/test.c
187
t_wp_op && t_wp_op->op_type == BINOP) {
bin/test/test.c
196
t_wp_op && t_wp_op->op_type == BINOP) {
bin/test/test.c
271
if(t_lex_type(t_wp[1]) == BINOP) {
bin/test/test.c
273
if (t_wp_op && t_wp_op->op_type == BINOP)