Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
Dc_sh.c518 s = (gettrap(*wp, false) == NULL) ? *wp++ : NULL; /* get command */
524 p = gettrap(*wp++, true);
Dproto.h231 Trap * gettrap ARGS((const char *, int));
Dtrap.c93 gettrap(name, igncase) in gettrap() function
Dc_ksh.c1188 if (!(t = gettrap(p + 1, true))) {
1202 if (!(t = gettrap(builtin_opt.optarg, true))) {
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-crx.c943 gettrap (const char *s) in gettrap() function
1012 gettrap (operands) : get_cinv_parameters (operands); in parse_insn()
Dtc-cr16.c1460 gettrap (char *s) in gettrap() function
1502 insn->arg[0].constant = gettrap (operands); in parse_insn()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20101297 * config/tc-crx.c (gettrap): Constify arg.
DChangeLog-20041279 * config/tc-crx.c (gettrap): Exception vector can be case
DChangeLog-20201540 (get_opflags, get_number_of_operands, parse_operand, gettrap),