Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dragonfly/contrib/cvs-1.12/contrib/
HDlog_accum.in161 push(@files, grep(/^${FILE_PREFIX}.*\.${id}\.${cvs_user}$/, readdir(DIR)));
232 push(@text, $_);
245 push(@text, sprintf(" %-10s %s", $leader, $_));
259 push(@text, $leader.$_);
551 push(@files, $arg);
625 push(@text, $header);
626 push(@text, "");
627 push(@text, " ".$files[0]." - New directory");
639 push (@branch_lines, split);
649 push (@changed_files, split) if ($state == $STATE_CHANGED);
[all …]
HDlog.in210 push @command, '-v';
212 push @command, $file;
/dragonfly/contrib/libpcap/
HDdiag-control.h61 __pragma(warning(push)) \
77 __pragma(warning(push)) \
98 __pragma(warning(push)) \
110 __pragma(warning(push)) \
120 __pragma(warning(push)) \
135 PCAP_DO_PRAGMA(clang diagnostic push) \
149 PCAP_DO_PRAGMA(clang diagnostic push) \
159 PCAP_DO_PRAGMA(clang diagnostic push) \
170 PCAP_DO_PRAGMA(GCC diagnostic push) \
187 PCAP_DO_PRAGMA(GCC diagnostic push) \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_compiler.tcc111 _M_stack.push(_StateSeqT(*_M_nfa, in _M_disjunction()
128 _M_stack.push(__re); in _M_alternative()
131 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_dummy())); in _M_alternative()
155 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_begin())); in _M_assertion()
157 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_end())); in _M_assertion()
160 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa-> in _M_assertion()
171 _M_stack.push( in _M_assertion()
202 _M_stack.push(__r); in _M_quantifier()
210 _M_stack.push(__e); in _M_quantifier()
222 _M_stack.push(__r); in _M_quantifier()
[all …]
Dregex_automaton.tcc199 __stack.push(_M_start); in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
216 __stack.push(__dup._M_next); in _M_clone()
/dragonfly/stand/boot/pc32/boot2/
HDboot1.S118 xread: push %ss // Address
125 push %cx // block
126 push %ax // number
127 push %es // Address of
128 push %bx // transfer buffer
131 push %ax // transfer
132 push $0x10 // Size of packet
300 push %cs // Read from
355 push %dx
378 push %dx // Save
[all …]
/dragonfly/usr.bin/dsynth/
HDprogress.js188 trow.push(format_entry (data[n].entry, data[n].origin));
189 trow.push(data[n].elapsed);
190 trow.push('[' + data[n].ID + ']');
191 trow.push(format_result (data[n].result));
192 trow.push(portsmon (data[n].origin));
193 trow.push(information (data[n].result, data[n].origin, data[n].info));
194 trow.push(skip_info (data[n].result, data[n].info));
195 trow.push(data[n].duration);
196 history [k].push (trow);
/dragonfly/contrib/gcc-8.0/gcc/
HDtimevar.h113 void push (timevar_id_t tv);
213 g_timer->push (tv); in timevar_push()
233 m_timer->push (m_tv); in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
/dragonfly/stand/boot/pc32/btx/btx/
HDbtx.S945 push $13 # output a carriage
1001 intr20: push $0x8 # Int 0x20: IRQ0
1003 push $0x9 # Int 0x21: IRQ1
1005 push $0xa # Int 0x22: IRQ2
1007 push $0xb # Int 0x23: IRQ3
1009 push $0xc # Int 0x24: IRQ4
1011 push $0xd # Int 0x25: IRQ5
1013 push $0xe # Int 0x26: IRQ6
1015 push $0xf # Int 0x27: IRQ7
1017 push $0x70 # Int 0x28: IRQ8
[all …]
/dragonfly/bin/pax/
HDbuf_subs.c877 int push = 0; in buf_flush() local
908 push = bufcnt - blksz; in buf_flush()
925 if (push > 0) { in buf_flush()
930 memcpy(buf, bufend, push); in buf_flush()
931 bufpt = buf + push; in buf_flush()
932 if (push >= blksz) { in buf_flush()
933 push -= blksz; in buf_flush()
973 push = bufcnt - blksz; in buf_flush()
/dragonfly/lib/libc/stdlib/
HDradixsort.c120 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i macro
136 push(a, n, i); in r_sort_a()
168 push(a, n, i+1); in r_sort_a()
196 push(ak, *cp, i+1); in r_sort_a()
234 push(a, n, i); in r_sort_b()
276 push(ak, c, i+1); in r_sort_b()
/dragonfly/bin/sh/
HDinput.c360 setinputfile(const char *fname, int push) in setinputfile() argument
379 setinputfd(fd, push); in setinputfile()
390 setinputfd(int fd, int push) in setinputfd() argument
395 if (push) { in setinputfd()
414 setinputstring(const char *string, int push) in setinputstring() argument
417 if (push) in setinputstring()
/dragonfly/stand/boot/pc32/libi386/
HDpxetramp.s26 push %dx # seg:data
27 push %ax # off:data
28 push %bx # int16 func
/dragonfly/stand/boot/pc32/cdboot/
HDcdboot.S427 1: push %ax
475 twiddle: push %ax # Save
476 push %bx # Save
536 mov $(MEM_ARG_SIZE/4),%ecx # Number of words to push
539 push %eax # Push it onto the stack
544 push %eax # Emulate a near call
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
Dinsert_fn_imps.hpp44 push(const_reference r_val) in push() function in PB_DS_CLASS_C_DEC
68 m_rc.push(p_nd); in push()
153 m_rc.push(p_res); in make_0_exposed()
Drc.hpp82 push(entry);
151 push(entry p_nd) in push() function in __gnu_pbds::detail::rc
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
Dinsert_fn_imps.hpp44 push(const_reference r_val) in push() function in PB_DS_CLASS_C_DEC
68 m_rc.push(p_nd); in push()
153 m_rc.push(p_res); in make_0_exposed()
Drc.hpp82 push(entry);
151 push(entry p_nd) in push() function in __gnu_pbds::detail::rc
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex_compiler.h762 _M_stack.push(_StateSeq(__alt1, __alt2)); in _GLIBCXX_VISIBILITY()
780 _M_stack.push(__re); in _GLIBCXX_VISIBILITY()
841 _M_stack.push(__r); in _GLIBCXX_VISIBILITY()
861 _M_stack.push(__r); in _GLIBCXX_VISIBILITY()
894 _M_stack.push(__r); in _GLIBCXX_VISIBILITY()
914 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY()
921 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY()
929 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY()
955 _M_stack.push(__r); in _GLIBCXX_VISIBILITY()
973 _M_stack.push(_StateSeq(_M_state_store, in _GLIBCXX_VISIBILITY()
Dregex_grep_matcher.tcc96 __s.push(__u); in __add_visited_state()
127 __stack.push(__i); in _M_e_closure()
137 __stack.push(*__i); in _M_e_closure()
Dstl_queue.h211 push(const value_type& __x) in _GLIBCXX_VISIBILITY()
216 push(value_type&& __x) in _GLIBCXX_VISIBILITY()
490 push(const value_type& __x) in _GLIBCXX_VISIBILITY()
498 push(value_type&& __x) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/wpa_supplicant/src/common/
HDeapol_common.h15 #pragma pack(push, 1)
61 #pragma pack(push, 1)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
Dmultiseq_selection.h281 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i));
293 __pq.push(
307 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i));
318 __pq.push(std::make_pair(
525 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i));
537 __pq.push(
550 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i));
561 __pq.push(std::make_pair(
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
Dmultiseq_selection.h281 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i));
293 __pq.push(
307 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i));
318 __pq.push(std::make_pair(
525 __pq.push(std::make_pair(__S(__i)[__b[__i]], __i));
537 __pq.push(
550 __pq.push(std::make_pair(__S(__i)[__a[__i] - 1], __i));
561 __pq.push(std::make_pair(
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-pragma.c141 enum { set, push, pop } action; in handle_pragma_pack() enumerator
171 action = push; in handle_pragma_pack()
184 else if (token == CPP_NUMBER && action == push && align == -1) in handle_pragma_pack()
221 if (action == push) in handle_pragma_pack()
233 case push: push_alignment (align, id); break; in handle_pragma_pack()
670 enum { bad, push, pop } action = bad; in handle_pragma_visibility() enumerator
677 action = push; in handle_pragma_visibility()

12345678910>>...12