Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c212 #define TC_UOPPRE2 (1 << 10) /* unary prefix operator + - ! */ macro
252 if (n & TC_UOPPRE2 ) debug_printf_parse(" UOPPRE2" ); in debug_parse_print_tc()
277 #define TS_UOPPRE (TC_UOPPRE1 | TC_UOPPRE2)