| /mirbsd/src/usr.bin/yacc/ |
| D | mkpar.c | 89 action *actions; in parse_actions() local 91 actions = get_shifts(stateno); in parse_actions() 92 actions = add_reductions(stateno, actions); in parse_actions() 93 return (actions); in parse_actions() 100 action *actions, *temp; in get_shifts() local 106 actions = 0; in get_shifts() 118 temp->next = actions; in get_shifts() 124 actions = temp; in get_shifts() 128 return (actions); in get_shifts() 132 add_reductions(int stateno, action *actions) in add_reductions() argument [all …]
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYExtern.c | 244 char **actions = 0; in lookup_external() local 265 actions[num_choices] = cmdbuf; in lookup_external() 276 actions = typecallocn(char *, length + 1); in lookup_external() 279 if (actions == 0 || choices == 0) in lookup_external() 282 actions[num_choices] = 0; in lookup_external() 311 cmdbuf = actions[pass]; in lookup_external() 313 FREE(actions[pass]); in lookup_external() 319 if (actions) { in lookup_external() 320 for (pass = 0; actions[pass] != 0; ++pass) { in lookup_external() 321 if (actions[pass] != cmdbuf) in lookup_external() [all …]
|
| D | HTML.c | 110 const HTStreamClass *actions; member 7892 (*me->actions->_free) (me->target); in CacheThru_free() 7917 (*me->actions->_abort) (me->target, e); in CacheThru_abort() 7935 (*me->actions->put_character) (me->target, c_in); in CacheThru_put_character() 7952 (*me->actions->put_string) (me->target, str); in CacheThru_put_string() 7969 (*me->actions->put_block) (me->target, str, l); in CacheThru_write() 8022 stream->actions = target->isa; in CacheThru_new()
|
| /mirbsd/src/etc/ |
| D | rc.local | 5 # site-specific startup actions, daemons, and other things which 6 # can be done AFTER your system goes into securemode. For actions 10 # site-specific startup actions, daemons which can be run 11 # Add your local startup actions to this file
|
| D | rc.securelevel | 5 # site-specific startup actions, daemons, and other things which 6 # can be done BEFORE your system goes into securemode. For actions 21 # Place local actions here.
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | tracepoint.c | 533 if (t->actions) in tracepoints_info() 536 for (action = t->actions; action; action = action->next) in tracepoints_info() 598 if (t->actions) in tracepoint_operation() 878 t->actions = next = temp; in read_actions() 903 if (t->actions->next == NULL) in read_actions() 1052 for (line = t->actions; line; line = next) in free_actions() 1059 t->actions = NULL; in free_actions() 1532 for (action = t->actions; action; action = action->next) in encode_actions() 1774 if (t->actions) in trace_start_command() 1781 if (t->actions) in trace_start_command() [all …]
|
| D | tracepoint.h | 71 struct action_line *actions; member
|
| D | proc-events.c | 1755 proc_prettyprint_actionset (struct sigaction *actions, int verbose) in proc_prettyprint_actionset() argument
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | SGML.c | 89 #define PUTS(str) ((*context->actions->put_string)(context->target, str)) 90 #define PUTC(ch) ((*context->actions->put_character)(context->target, (char) ch)) 92 (putc_func_t*)(context->actions->put_character), code)) 182 const HTStructuredClass *actions; /* target class */ member 337 (*context->actions->start_element) (context->target, in HTMLSRC_apply_markup() 344 (*context->actions->end_element) (context->target, in HTMLSRC_apply_markup() 875 (*context->actions->put_block) (context->target, in handle_marked() 1041 (*context->actions->end_element) (context->target, in do_close_stacked() 1173 status = (*context->actions->end_element) (context->target, in end_element() 1178 (*context->actions->start_element) (context->target, in end_element() [all …]
|
| D | UCAux.h | 66 putc_func_t *actions,
|
| /mirbsd/src/sbin/ifconfig/ |
| D | ifconfig.c | 210 int actions; /* Actions performed */ variable 505 actions |= p->c_action; in main() 1320 if ((actions & (A_MEDIA|A_MEDIAOPT)) == 0) { in init_current_media() 1345 if ((actions & (A_MEDIA|A_MEDIAOPT)) == 0) { in process_media_commands() 1372 if (actions & A_MEDIA) in setmedia() 1376 if (actions & A_MEDIAOPT) in setmedia() 1403 if (actions & A_MEDIAOPTSET) in setmediaopt() 1407 if (actions & A_MEDIAINST) in setmediaopt() 1422 if (actions & A_MEDIAOPTCLR) in unsetmediaopt() 1426 if (actions & A_MEDIA) in unsetmediaopt() [all …]
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.tail | 138 #define TRACE_UPDATE 0x0004 /* trace update actions, old & new screens */ 141 #define TRACE_ORDINARY 0x001F /* trace all update actions */
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldebug.pod | 242 List (default all) actions, breakpoints and watch expressions 329 3. do any actions associated with that line 346 Delete all installed actions. 403 List out all pre-prompt Perl command actions. 414 Delete all pre-prompt Perl command actions. 425 List out post-prompt Perl command actions. 438 Delete all post-prompt Perl command actions. 530 actions, debugger options, and the Perl command-line 940 marked by C<b> and those with actions by C<a>. The line that's
|
| D | perldebtut.pod | 162 Debugger controls: L List break/watch/actions 167 = [a val] Define/list an alias A ln|* Delete a/all actions
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-xtensa.c | 5381 proposed_action *actions; member 5398 if (c->actions) in free_ebb_constraint() 5399 free (c->actions); in free_ebb_constraint() 5626 new_actions[i] = c->actions[i]; in ebb_propose_action() 5627 if (c->actions) in ebb_propose_action() 5628 free (c->actions); in ebb_propose_action() 5629 c->actions = new_actions; in ebb_propose_action() 5633 act = &c->actions[c->action_count]; in ebb_propose_action() 6661 action = &ebb_table->actions[i]; in compute_ebb_actions() 6724 action = &ebb_table->actions[i]; in compute_ebb_actions() [all …]
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | input | 62 actions. 154 actions.
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | gettext.m4 | 233 dnl Mark actions used to generate GNU NLS library. 243 dnl Mark actions to use GNU gettext tools.
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | gettext.m4 | 233 dnl Mark actions used to generate GNU NLS library. 243 dnl Mark actions to use GNU gettext tools.
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | gettext.m4 | 234 dnl Mark actions used to generate GNU NLS library. 245 dnl Mark actions to use GNU gettext tools.
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | openbsd-localhost.mc | 59 dnl The access database allows for certain actions to be taken
|
| D | openbsd-proto.mc | 58 dnl The access database allows for certain actions to be taken
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.pod | 53 actions, whereas new awk does not.
|
| /mirbsd/src/usr.bin/vi/cl/ |
| D | README.signal | 5 There are six (normally) asynchronous actions about which vi cares:
|
| /mirbsd/src/usr.bin/lex/ |
| D | flex.skl | 531 do_action: /* This label is used only to access EOF actions. */ 537 %% actions go here
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | conf.c | 883 if (lk->actions[__NSW_NOTFOUND] == __NSW_RETURN) 885 if (lk->actions[__NSW_TRYAGAIN] == __NSW_RETURN) 887 if (lk->actions[__NSW_UNAVAIL] == __NSW_RETURN)
|