Searched refs:rx_printf_fmt (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/generated/ |
H A D | globals.h | 578 regex_t rx_default, rx_last, rx_printf_fmt; member
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 122 regex_t rx_default, rx_last, rx_printf_fmt; 3135 if (rx_find(&TT.rx_printf_fmt, fmt, &offs, &e, 0)) in varprint() 4471 xregcomp(&TT.rx_printf_fmt, printf_fmt_rx, REG_EXTENDED); in run() 4483 regfree(&TT.rx_printf_fmt); in run()
|
Completed in 11 milliseconds