Searched refs:set (Results 176 - 200 of 1536) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h44 void set(int i);
H A Dtoken.cpp86 void token_info::set(token_type t, const char *sk, const char *oc) function in class:token_info
172 token_table[n].ti.set(typ, sk, oc);
377 default_token_info.set(TOKEN_OTHER);
H A Dtoken.h38 void set(token_type, const char *sk = 0, const char *oc = 0);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp1204 warning(WARN_COLOR, "%1 in %2 definition set to 0", col, scheme);
1209 warning(WARN_RANGE, "%1 cannot be negative: set to 0", col);
2514 seen_last_page_ejector = 1; // should be set already
3002 void set(unsigned char, int);
3050 void char_list::set(unsigned char c, int offset) function in class:char_list
3224 void macro::set(unsigned char c, int offset) function in class:macro
3228 p->cl.set(c, offset);
4562 m->set(POP_GROFFCOMP_MODE, m->len - 1);
4618 "start index of substring out of range, set to 0");
4623 "end index of substring out of range, set t
[all...]
H A Dmtsm.cpp57 void int_value::set(int v) function in class:int_value
71 set(v);
124 void units_value::set(hunits v) function in class:units_value
158 void string_value::set(string v) function in class:string_value
231 int_values[t].set(v);
236 units_values[t].set(v);
241 bool_values[t].set(1);
246 string_values[t].set(v);
290 string_values[MTSM_TA].set(s);
298 newer->int_values[t].set(olde
[all...]
H A Dmtsm.h36 void set(int);
52 void set(hunits);
62 void set(string);
H A Dnode.cpp1622 // To avoid looping, set fp to 0 before calling fatal().
3154 : node(p, 0, 0), n(nn), set(0), was_escape_colon(0), col(c)
3159 : node(p, s, pop), n(nn), set(0), was_escape_colon(0), col(c)
3165 : node(p, st, pop), n(nn), set(s), was_escape_colon(flag), col(c)
3177 return new space_node(n, set, was_escape_colon, col, state, div_nest_level);
3192 return set ? 0 : 1;
3212 if (!set) {
3224 set = 1;
3234 set = 1;
3336 return set
[all...]
H A Dnode.h172 char set; member in class:space_node
H A Drequest.h65 void set(unsigned char, int);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c159 static int set; local
160 if (!set) {
161 set = 1;
175 static int set; local
176 if (!set) {
177 set = 1;
187 static int set; local
188 if (!set) {
189 set = 1;
428 /* Use failure() message if set
[all...]
/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.c225 sigset_t set; local
227 sigemptyset(&set);
228 sigaddset(&set, SIGNAL);
230 if(sigprocmask(SIG_BLOCK, &set, &bset))
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c965 /* Functions for set operation. */
969 re_node_set_alloc (re_node_set *set, int size)
971 set->alloc = size;
972 set->nelem = 0;
973 set->elems = re_malloc (int, size);
974 if (BE (set->elems == NULL, 0))
981 re_node_set_init_1 (re_node_set *set, int elem)
983 set->alloc = 1;
984 set->nelem = 1;
985 set
967 re_node_set_alloc(re_node_set *set, int size) argument
979 re_node_set_init_1(re_node_set *set, int elem) argument
995 re_node_set_init_2(re_node_set *set, int elem1, int elem2) argument
1277 re_node_set_insert(re_node_set *set, int elem) argument
1334 re_node_set_insert_last(re_node_set *set, int elem) argument
1372 re_node_set_contains(const re_node_set *set, int elem) argument
1394 re_node_set_remove_at(re_node_set *set, int idx) argument
[all...]
H A Dregex_internal.h134 /* An integer used to represent a set of bits. It must be unsigned,
137 /* All bits set in a bitset_word_t. */
147 #define bitset_set(set,i) \
148 (set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS)
149 #define bitset_clear(set,i) \
150 (set[i / BITSET_WORD_BITS] &= ~((bitset_word_t) 1 << i % BITSET_WORD_BITS))
151 #define bitset_contain(set,i) \
152 (set[i / BITSET_WORD_BITS] & ((bitset_word_t) 1 << i % BITSET_WORD_BITS))
153 #define bitset_empty(set) memset (set, '\
693 bitset_not(bitset_t set) argument
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dsignals.c120 sigset_t set; local
163 sigemptyset (&set);
164 sigprocmask (SIG_BLOCK, (sigset_t *)NULL, &set);
165 sigdelset (&set, sig);
184 sigprocmask (SIG_SETMASK, &set, (sigset_t *)NULL);
209 disposition set by the calling application. We need this state
264 /* If rl_set_signals is called twice in a row, don't set the old handler to
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dmultiset.h61 #include <set>
H A Dset.h61 #include <set>
63 using std::set;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_set.h86 * The private tree data is declared exactly the same way for set and
93 class set class
118 _Rep_type _M_t; // red-black tree representing set
128 // DR 103. set::iterator is required to be modifiable,
140 set() function in class:set
150 set(const _Compare& __comp, function in class:set
155 * @brief Builds a %set from a range.
159 * Create a %set consisting of copies of the elements from [first,last).
164 set(_InputIterator __first, _InputIterator __last) function in class:set
169 * @brief Builds a %set fro
180 set(_InputIterator __first, _InputIterator __last, function in class:set
193 set(const set& __x) function in class:set
521 operator ==(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
538 operator <(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
545 operator !=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
552 operator >(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
559 operator <=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
566 operator >=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dset.h1 // Debugging set implementation -*- C++ -*-
31 /** @file debug/set.h
48 class set class in namespace:std::__debug
49 : public _GLIBCXX_STD::set<_Key,_Compare,_Allocator>,
50 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base;
53 typedef __gnu_debug::_Safe_sequence<set> _Safe_base;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
78 explicit set(cons function in class:std::__debug::set
83 set(_InputIterator __first, _InputIterator __last, function in class:std::__debug::set
89 set(const set<_Key,_Compare,_Allocator>& __x) argument
92 set(const _Base& __x) : _Base(__x), _Safe_base() { } function in class:std::__debug::set
97 operator =(const set<_Key,_Compare,_Allocator>& __x) argument
290 operator ==(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
296 operator !=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
302 operator <(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
308 operator <=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
314 operator >=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
320 operator >(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp122 std::set<
H A Dov_tree_map_.hpp48 #include <set>
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h59 #include <set>
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h77 #include <set>
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h735 /// All bits set to zero.
739 /// Initial bits bitwise-copied from a single word (others set to zero).
852 * These versions of single-bit set, reset, flip, and test are
898 set() function in class:bitset
909 * @throw std::out_of_range If @a pos is bigger the size of the %set.
912 set(size_t __position, bool __val = true) function in class:bitset
915 __throw_out_of_range(__N("bitset::set"));
932 * @throw std::out_of_range If @a pos is bigger the size of the %set.
934 * Same as writing @c set(pos,false).
958 * @throw std::out_of_range If @a pos is bigger the size of the %set
1301 set(size_t, bool) function in class:bitset
[all...]
H A Dstd_set.h0 // <set> -*- C++ -*-
56 /** @file include/set
70 # include <debug/set>
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dbind_repeat.h37 # error Internal error: _GLIBCXX_BIND_REPEAT_HEADER must be set

Completed in 498 milliseconds

1234567891011>>