Home
last modified time | relevance | path

Searched refs:arg_list (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDstack.c50 tArgList * arg_list; in optionUnstackArg() local
55 arg_list = (tArgList *)od->optCookie; in optionUnstackArg()
61 if (arg_list == NULL) { in optionUnstackArg()
82 for (i = 0, dIdx = 0, ct = arg_list->useCt; --ct >= 0; i++) { in optionUnstackArg()
83 char const * pzSrc = arg_list->apzArgs[ i ]; in optionUnstackArg()
100 arg_list->useCt--; in optionUnstackArg()
113 arg_list->apzArgs[ dIdx ] = pzSrc; in optionUnstackArg()
130 for (i = 0, dIdx = 0, ct = arg_list->useCt; --ct >= 0; i++) { in optionUnstackArg()
131 const char * pzSrc = arg_list->apzArgs[ i ]; in optionUnstackArg()
144 arg_list->useCt--; in optionUnstackArg()
[all …]
HDnested.c91 sort_list(tArgList * arg_list);
642 unload_arg_list(tArgList * arg_list) in unload_arg_list() argument
644 int ct = arg_list->useCt; in unload_arg_list()
645 char const ** pnew_val = arg_list->apzArgs; in unload_arg_list()
654 AGFREE(arg_list); in unload_arg_list()
687 sort_list(tArgList * arg_list) in sort_list() argument
690 int lm = arg_list->useCt; in sort_list()
697 tOptionValue * new_v = C(tOptionValue *, arg_list->apzArgs[ix]); in sort_list()
698 tOptionValue * old_v = C(tOptionValue *, arg_list->apzArgs[iy]); in sort_list()
706 arg_list->apzArgs[iy+1] = VOIDP(old_v); in sort_list()
[all …]
HDconfigfile.c318 tArgList * arg_list; in optionGetValue() local
325 arg_list = oov->v.nestVal; in optionGetValue()
327 if (arg_list->useCt > 0) { in optionGetValue()
328 int ct = arg_list->useCt; in optionGetValue()
329 void ** ovlist = (void **)(arg_list->apzArgs); in optionGetValue()
377 tArgList * arg_list; in optionNextValue() local
385 arg_list = ov_list->v.nestVal; in optionNextValue()
387 int ct = arg_list->useCt; in optionNextValue()
388 void ** o_list = (void **)(arg_list->apzArgs); in optionNextValue()
HDproto.h117 unload_arg_list(tArgList * arg_list);
/NextBSD/usr.bin/rpcgen/
HDrpc_parse.h144 struct arg_list { struct
149 typedef struct arg_list arg_list; argument
154 arg_list args;
/NextBSD/contrib/gdb/gdb/
HDutils.c437 struct continuation_arg *arg_list) in add_continuation() argument
444 continuation_ptr->arg_list = arg_list; in add_continuation()
473 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list); in do_all_continuations()
500 struct continuation_arg *arg_list) in add_intermediate_continuation() argument
507 continuation_ptr->arg_list = arg_list; in add_intermediate_continuation()
536 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list); in do_all_intermediate_continuations()
HDstack.c972 CORE_ADDR arg_list = get_frame_args_address (fi); in frame_info() local
976 if (arg_list == 0) in frame_info()
981 print_address_numeric (arg_list, 1, gdb_stdout); in frame_info()
1006 CORE_ADDR arg_list = get_frame_locals_address (fi); in frame_info() local
1008 if (arg_list == 0) in frame_info()
1013 print_address_numeric (arg_list, 1, gdb_stdout); in frame_info()
HDdefs.h710 struct continuation_arg *arg_list; member
/NextBSD/contrib/groff/src/roff/troff/
HDinput.cpp3569 struct arg_list { struct
3571 arg_list *next; argument
3572 arg_list(const macro &);
3573 ~arg_list();
3576 arg_list::arg_list(const macro &m) : mac(m), next(0) in arg_list() function in arg_list
3580 arg_list::~arg_list() in ~arg_list()
3585 arg_list *args;
3605 arg_list *p = args; in get_arg()
3618 arg_list **p; in add_arg()
3621 *p = new arg_list(m); in add_arg()
[all …]
/NextBSD/sys/sys/mach/
HDrpc.h84 #define MACH_RPC(sig_ptr, sig_size, id, dest, arg_list) \ argument
/NextBSD/contrib/gcc/
HDexpr.c1345 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; in emit_block_move_via_libcall() local
1376 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE); in emit_block_move_via_libcall()
1377 arg_list = tree_cons (NULL_TREE, src_tree, arg_list); in emit_block_move_via_libcall()
1378 arg_list = tree_cons (NULL_TREE, dst_tree, arg_list); in emit_block_move_via_libcall()
1383 call_expr, arg_list, NULL_TREE); in emit_block_move_via_libcall()
2557 tree call_expr, arg_list, fn, object_tree, size_tree; in clear_storage_via_libcall() local
2580 arg_list = tree_cons (NULL_TREE, size_tree, NULL_TREE); in clear_storage_via_libcall()
2581 arg_list = tree_cons (NULL_TREE, integer_zero_node, arg_list); in clear_storage_via_libcall()
2582 arg_list = tree_cons (NULL_TREE, object_tree, arg_list); in clear_storage_via_libcall()
2587 call_expr, arg_list, NULL_TREE); in clear_storage_via_libcall()
/NextBSD/contrib/groff/
HDChangeLog.1155206 * troff/input.c (~token_node, ~string_iterator, ~arg_list,