Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c834 # define G_interrupt bb_got_signal macro
837 # define G_interrupt 0 macro
1920 if (G_interrupt) return BC_STATUS_FAILURE; in zbc_num_k()
2087 if (G_interrupt) { in zbc_num_d()
2589 if (G_interrupt) { // ^C was pressed in xc_read_line()
2601 G_interrupt = 0; in xc_read_line()
2639 if (G_interrupt) { in xc_read_line()
4969 if (s || G_interrupt) // error, or ^C: stop parsing in zbc_parse_expr()
6932 if (s || G_interrupt) { in zxc_program_exec()
6979 if (s || G_interrupt) { in zxc_vm_process()