Searched refs:exits (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dparse.h90 BcVec exits; member in struct:BcParse
/freebsd-13-stable/contrib/bc/src/
H A Dparse.c162 bc_vec_popAll(&p->exits);
182 bc_vec_free(&p->exits);
206 bc_vec_init(&p->exits, sizeof(BcInstPtr), NULL);
H A Dbc_parse.c101 BcInstPtr *ip = bc_vec_top(&p->exits);
109 bc_vec_pop(&p->exits);
131 bc_vec_push(&p->exits, &ip);
758 if (BC_ERR(!p->exits.len)) bc_parse_err(p, BC_ERR_PARSE_TOKEN);
760 i = p->exits.len - 1;
761 ip = bc_vec_item(&p->exits, i);
763 while (!ip->func && i < p->exits.len) ip = bc_vec_item(&p->exits, i--);
764 assert(ip != NULL && (i < p->exits.len || ip->func));
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Drecursive.mk5 # is fatal and exits immediately.
H A Dvar-recursive.mk8 # Since make exits immediately when it detects a recursive expression,
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S741 ## Always called right before return... jumps to cleanup and exits

Completed in 175 milliseconds