Home
last modified time | relevance | path

Searched refs:UPLUS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/m4/
HDparser.y41 %right UMINUS UPLUS '!' '~'
80 | '+' expr %prec UPLUS { $$ = $2; }
/NextBSD/usr.bin/xlint/lint1/
HDop.h70 UPLUS, enumerator
HDtree.c113 { UPLUS, { 0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1, in initmtab()
1167 case UPLUS: in typeok()
2747 case UPLUS: in fold()
2941 case UPLUS: in foldflt()
3616 case UPLUS: in chkmisc()
4030 case UPLUS: in precconf()
HDcgram.y1644 $$ = build($1 == PLUS ? UPLUS : UMINUS, $2, NULL);