Home
last modified time | relevance | path

Searched refs:TK_LOR (Results 1 – 10 of 10) sorted by relevance

/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/archivers/star/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/editors/ved/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/devel/smake/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Dstrexpr.c102 #define TK_LOR 19 /* || */ macro
130 #define TK_ISBINARYOP ((t) >= TK_ADD && (t) <= TK_LOR)
178 { "||", 2, TK_LOR, PR_LOR, },
409 if ((tok == TK_LOR) && v != 0)
426 if ((tok == TK_LOR) && v != 0)
452 if ((tok == TK_LOR) && v != 0)
529 case TK_LOR: ep->val = v || ep->val;
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dparse.y124 %token TK_LAND TK_LOR TK_BAND TK_BOR TK_JOIN TK_DIFF
142 %left TK_LOR
850 expr TK_LOR expr {