Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 76) sorted by relevance

1234

/dragonfly/contrib/byacc/
HDmkpar.c16 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/
HDfilter_fork_posix.c82 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/
HDexception.c230 _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++/
Deh_personality.cc346 _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++/
Deh_personality.cc351 _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/
HDconnection.c188 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/
HDunwind-c.c116 _Unwind_Action actions,
142 if ((actions & _UA_CLEANUP_PHASE) == 0)
/dragonfly/contrib/gcc-8.0/libgcc/
HDunwind-c.c122 _Unwind_Action actions,
148 if ((actions & _UA_CLEANUP_PHASE) == 0)
/dragonfly/contrib/gdb-7/gdb/
HDtracepoint.h162 VEC(char_ptr) *actions;
HDtracepoint.c1620 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/
HDcurses.tail152 #define TRACE_UPDATE 0x0004 /* trace update actions, old & new screens */
155 #define TRACE_ORDINARY 0x001F /* trace all update actions */
/dragonfly/contrib/lvm2/dist/udev/
HD10-dm.rules.in42 # recognize this and do our actions in this particular
/dragonfly/sys/dev/disk/dm/dmirror/
HDdmirror_notes.txt122 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/
Distream651 * 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:
Dostream287 * without completing its actions.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Distream682 * 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:
Dostream289 * without completing its actions.
/dragonfly/contrib/ee/
HDee.i18n.guide28 57 - 61 actions assigned to control keys
/dragonfly/games/hunt/
HDREADME.protocol259 synchronise user actions with server responses if need be.
/dragonfly/contrib/nvi2/cl/
HDREADME.signal1 There are six (normally) asynchronous actions about which vi cares:
/dragonfly/contrib/gdb-7/readline/doc/
HDrluser.texi1661 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/
HDrcs.c8247 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/
HDtree-eh.c1015 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/
HDREADME240 actions immediately before and after the install target
/dragonfly/share/mk/
HDbsd.README205 actions immediately before and after the install target

1234