Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3018 #define CRP 10 /* a right paren in arithmetic */ macro
3040 SIT_ITEM(CSPCL , CWORD , CWORD, CRP ), /* 7, ) */
12529 case CRP: /* ')' in arithmetic */ in readtoken1()