OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARITH_INCR
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
arith_tokens.h
101
#define
ARITH_INCR
39
arith_token.c
225
token =
ARITH_INCR
;
arithmetic.c
227
if (op ==
ARITH_INCR
|| op == ARITH_DECR) {
233
result + (op ==
ARITH_INCR
? 1 : -1));
250
case
ARITH_INCR
:
259
result += (token ==
ARITH_INCR
? 1 : -1));
Completed in 12 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025