Home
last modified time | relevance | path

Searched refs:DECR (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/usr.bin/m4/TEST/
H A Dack.m439 define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)',
40 `ack(DECR($1), ack($1,DECR($2)))')')
H A Dhanoi.m445 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
H A Dtest.m443 define(DECR,`eval($1-1)') macro
/freebsd-13.1/contrib/one-true-awk/
H A Dawkgram.y92 %right DECR INCR
374 | DECR var { $$ = op1(PREDECR, $2); }
376 | var DECR { $$ = op1(POSTDECR, $1); }
H A Dlex.c295 input(); yylval.i = DECR; RET(DECR); in yylex()
/freebsd-13.1/usr.bin/bc/
H A Dbc.y170 %nonassoc INCR DECR
633 | DECR named_expression
643 | named_expression DECR
H A Dscan.l160 "--" return DECR;
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_tx_edma.c132 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro
H A Dif_ath_rx_edma.c132 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro