Home
last modified time | relevance | path

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

/dragonfly/games/adventure/
H A Dinit.c178 keys = vocab(DECR('k', 'e', 'y', 's', '\0'), 1, 0); in linkdata()
179 lamp = vocab(DECR('l', 'a', 'm', 'p', '\0'), 1, 0); in linkdata()
180 grate = vocab(DECR('g', 'r', 'a', 't', 'e'), 1, 0); in linkdata()
181 cage = vocab(DECR('c', 'a', 'g', 'e', '\0'), 1, 0); in linkdata()
182 rod = vocab(DECR('r', 'o', 'd', '\0', '\0'), 1, 0); in linkdata()
184 steps = vocab(DECR('s', 't', 'e', 'p', 's'), 1, 0); in linkdata()
185 bird = vocab(DECR('b', 'i', 'r', 'd', '\0'), 1, 0); in linkdata()
186 door = vocab(DECR('d', 'o', 'o', 'r', '\0'), 1, 0); in linkdata()
188 snake = vocab(DECR('s', 'n', 'a', 'k', 'e'), 1, 0); in linkdata()
191 clam = vocab(DECR('c', 'l', 'a', 'm', '\0'), 1, 0); in linkdata()
[all …]
H A Dwizard.c73 strcpy(magic, DECR('d', 'w', 'a', 'r', 'f')); in poof()
H A Dhdr.h159 #define DECR(a,b,c,d,e) decr(a+'+',b+'-',c+'#',d+'&',e+'%') macro
/dragonfly/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
/dragonfly/contrib/awk/
H A Dawkgram.y92 %right DECR INCR
376 | DECR var { $$ = op1(PREDECR, $2); }
378 | var DECR { $$ = op1(POSTDECR, $1); }
H A Dlex.c286 input(); yylval.i = DECR; RET(DECR); in yylex()
/dragonfly/usr.bin/bc/
H A Dbc.y152 %nonassoc INCR DECR
615 | DECR named_expression
625 | named_expression DECR
H A Dscan.l157 "--" return DECR;
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_edma.c136 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro
H A Dif_ath_rx_edma.c136 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro