| /dragonfly/contrib/byacc/ |
| HD | mkpar.c | 16 static action *add_reduce(action *actions, int ruleno, int symbol); 17 static action *add_reductions(int stateno, action *actions); 66 action *actions; in parse_actions() local 68 actions = get_shifts(stateno); in parse_actions() 69 actions = add_reductions(stateno, actions); in parse_actions() 70 return (actions); in parse_actions() 76 action *actions, *temp; in get_shifts() local 80 actions = 0; in get_shifts() 95 temp->next = actions; in get_shifts() 101 actions = temp; in get_shifts() [all …]
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | filter_fork_posix.c | 82 posix_spawn_file_actions_t actions; in __archive_create_child() local 112 r = posix_spawn_file_actions_init(&actions); in __archive_create_child() 117 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[1]); in __archive_create_child() 120 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[0]); in __archive_create_child() 124 r = posix_spawn_file_actions_adddup2(&actions, stdin_pipe[0], 0); in __archive_create_child() 128 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[0]); in __archive_create_child() 133 r = posix_spawn_file_actions_adddup2(&actions, stdout_pipe[1], 1); in __archive_create_child() 137 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[1]); in __archive_create_child() 141 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child() 145 posix_spawn_file_actions_destroy(&actions); in __archive_create_child() [all …]
|
| /dragonfly/contrib/gcc-4.7/libobjc/ |
| HD | exception.c | 230 _Unwind_Action actions, in PERSONALITY_FUNCTION() 249 _Unwind_Action actions; in PERSONALITY_FUNCTION() local 254 actions = _UA_SEARCH_PHASE; in PERSONALITY_FUNCTION() 258 actions = _UA_CLEANUP_PHASE; in PERSONALITY_FUNCTION() 261 actions |= _UA_HANDLER_FRAME; in PERSONALITY_FUNCTION() 271 actions |= state & _US_FORCE_UNWIND; in PERSONALITY_FUNCTION() 293 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME) in PERSONALITY_FUNCTION() 421 else if ((actions & _UA_FORCE_UNWIND) || foreign_exception) in PERSONALITY_FUNCTION() 452 if (actions & _UA_SEARCH_PHASE) in PERSONALITY_FUNCTION() 477 if (!(actions & _UA_SEARCH_PHASE)) in PERSONALITY_FUNCTION()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| D | eh_personality.cc | 346 _Unwind_Action actions, in PERSONALITY_FUNCTION() 371 _Unwind_Action actions; in PERSONALITY_FUNCTION() local 376 actions = _UA_SEARCH_PHASE; in PERSONALITY_FUNCTION() 380 actions = _UA_CLEANUP_PHASE; in PERSONALITY_FUNCTION() 384 actions |= _UA_HANDLER_FRAME; in PERSONALITY_FUNCTION() 394 actions |= state & _US_FORCE_UNWIND; in PERSONALITY_FUNCTION() 417 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME) in PERSONALITY_FUNCTION() 536 if (actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() 545 if (actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() 600 && !(actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
| D | eh_personality.cc | 351 _Unwind_Action actions, in PERSONALITY_FUNCTION() 376 _Unwind_Action actions; in PERSONALITY_FUNCTION() local 387 actions = _UA_SEARCH_PHASE; in PERSONALITY_FUNCTION() 391 actions = _UA_CLEANUP_PHASE; in PERSONALITY_FUNCTION() 395 actions |= _UA_HANDLER_FRAME; in PERSONALITY_FUNCTION() 405 actions |= state & _US_FORCE_UNWIND; in PERSONALITY_FUNCTION() 428 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME) in PERSONALITY_FUNCTION() 547 if (actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() 556 if (actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() 611 && !(actions & _UA_FORCE_UNWIND) in PERSONALITY_FUNCTION() [all …]
|
| /dragonfly/usr.sbin/installer/libdfui/ |
| HD | connection.c | 188 const char *actions, const char *fmt, ...) in dfui_be_present_dialog() argument 206 while (actions[end] != '\0') { in dfui_be_present_dialog() 208 while (actions[end] != '|' && actions[end] != '\0') in dfui_be_present_dialog() 213 strncpy(action_name, &actions[start], end - start); in dfui_be_present_dialog() 240 while (actions[end] != '\0') { in dfui_be_present_dialog() 242 while (actions[end] != '|' && actions[end] != '\0') in dfui_be_present_dialog() 248 strncmp(action_name, &actions[start], end - start) == 0) { in dfui_be_present_dialog()
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | unwind-c.c | 116 _Unwind_Action actions, 142 if ((actions & _UA_CLEANUP_PHASE) == 0)
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | unwind-c.c | 122 _Unwind_Action actions, 148 if ((actions & _UA_CLEANUP_PHASE) == 0)
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | tracepoint.h | 162 VEC(char_ptr) *actions;
|
| HD | tracepoint.c | 1620 struct command_line *actions; in encode_actions() local 1637 actions = breakpoint_commands (t); in encode_actions() 1656 default_collect_action->next = actions; in encode_actions() 1658 actions = default_collect_action; in encode_actions() 1660 encode_actions_1 (actions, t, tloc, frame_reg, frame_offset, in encode_actions() 2912 struct command_line *actions, *default_collect_action = NULL; in trace_dump_command() local 2945 actions = breakpoint_commands (&t->base); in trace_dump_command() 2959 default_collect_action->next = actions; in trace_dump_command() 2961 actions = default_collect_action; in trace_dump_command() 2964 trace_dump_actions (actions, 0, stepping_frame, from_tty); in trace_dump_command() [all …]
|
| /dragonfly/contrib/ncurses/include/ |
| HD | curses.tail | 152 #define TRACE_UPDATE 0x0004 /* trace update actions, old & new screens */ 155 #define TRACE_ORDINARY 0x001F /* trace all update actions */
|
| /dragonfly/contrib/lvm2/dist/udev/ |
| HD | 10-dm.rules.in | 42 # recognize this and do our actions in this particular
|
| /dragonfly/sys/dev/disk/dm/dmirror/ |
| HD | dmirror_notes.txt | 122 Ok, now what actions need to be taken to satisfy a read or write? 123 The actions taken will be based on the segment state for the segment
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | istream | 651 * prefix and suffix operations,</em> although only prefix actions 674 * following actions are performed, otherwise the sentry state 678 * The sentry's preparatory actions are:
|
| D | ostream | 287 * without completing its actions.
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | istream | 682 * prefix and suffix operations,</em> although only prefix actions 705 * following actions are performed, otherwise the sentry state 709 * The sentry's preparatory actions are:
|
| D | ostream | 289 * without completing its actions.
|
| /dragonfly/contrib/ee/ |
| HD | ee.i18n.guide | 28 57 - 61 actions assigned to control keys
|
| /dragonfly/games/hunt/ |
| HD | README.protocol | 259 synchronise user actions with server responses if need be.
|
| /dragonfly/contrib/nvi2/cl/ |
| HD | README.signal | 1 There are six (normally) asynchronous actions about which vi cares:
|
| /dragonfly/contrib/gdb-7/readline/doc/ |
| HD | rluser.texi | 1661 First, the actions specified by the compspec are used. 1732 If the previously-applied actions do not generate any matches, and the 1738 matches are added to the results of the other actions. 1830 The @option{-D} option indicates that the remaining options and actions should 1833 The @option{-E} option indicates that the remaining options and actions should 1881 matches are added to the results of the other actions.
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | rcs.c | 8247 int actions; in RCS_copydeltas() local 8261 actions = walklist (rcs->versions, count_delta_actions, NULL); in RCS_copydeltas() 8267 while (actions != 0 || newdtext != NULL) in RCS_copydeltas() 8294 --actions; in RCS_copydeltas() 8303 --actions; in RCS_copydeltas()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-eh.c | 1015 tree actions = lang_hooks.eh_protect_cleanup_actions (); in honor_protect_cleanup_actions() local 1016 if (actions == NULL) in honor_protect_cleanup_actions() 1041 geh_mnt *eh_mnt = gimple_build_eh_must_not_throw (actions); in honor_protect_cleanup_actions()
|
| /dragonfly/contrib/bmake/mk/ |
| HD | README | 240 actions immediately before and after the install target
|
| /dragonfly/share/mk/ |
| HD | bsd.README | 205 actions immediately before and after the install target
|