Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c2846 #define XC(n) ((n) >> 8) macro
2918 debug_printf_eval("switch(0x%x)\n", XC(opinfo & OPCLSMASK)); in evaluate()
2919 switch (XC(opinfo & OPCLSMASK)) { in evaluate()
2924 case XC( OC_TEST ): in evaluate()
2942 case XC( OC_EXEC ): in evaluate()
2947 case XC( OC_BR ): in evaluate()
2953 case XC( OC_WALKINIT ): in evaluate()
2959 case XC( OC_WALKNEXT ): in evaluate()
2964 case XC( OC_PRINT ): in evaluate()
2966 case XC( OC_PRINTF ): in evaluate()
[all …]