Searched refs:is_empty (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/groff/src/include/
H A Dsymbol.h40 int is_empty() const;
76 inline int symbol::is_empty() const function in class:symbol
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh1060 if obj _APROPOS_PROG is_empty
1064 if obj _APROPOS_SECTIONS is_empty
1066 if obj _OPT_SECTIONS is_empty
1112 if obj _APROPOS_PROG is_empty
1238 if is_empty "$1"
1242 if is_empty "$2"
1530 # is_empty (<string>)
1537 is_empty() function
1539 func_check is_empty '=' 1 "$@";
1661 if is_empty "
[all...]
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && local
501 if (is_empty)
504 return is_empty;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dtype_traits_fwd.h122 struct is_empty;
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp598 const bool is_empty = file_empty(path); local
599 if (!oc.negated && !is_empty) {
603 } else if (oc.negated && is_empty) {
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp977 int is_empty (void);
1134 * is_empty - returns TRUE if the list has no elements.
1137 int list::is_empty (void) function in class:list
1221 if (is_empty())
1572 if (! headers.is_empty()) {
1580 if (multiple_files && (! header_filename.is_empty())) {
1598 if (multiple_files && (! header_filename.is_empty()))
2369 if (! page_contents->glyphs.is_empty()) {
2385 removed_from_head = ((!page_contents->glyphs.is_empty()) &&
2395 removed_from_head = ((!page_contents->glyphs.is_empty())
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h268 int is_empty();
H A Dinput.cpp978 if (!(s.is_null() || s.is_empty()))
986 if (!(s.is_null() || s.is_empty())) {
1010 if (!(s.is_null() || s.is_empty()))
1018 if (!(s.is_null() || s.is_empty()))
1029 if (!(s.is_null() || s.is_empty()))
1174 if (nm.is_empty())
1189 if (nm.is_empty())
1920 if (!(s.is_null() || s.is_empty()))
1927 if (!(s.is_null() || s.is_empty())) {
1985 if (*p || s.is_empty())
2644 int int_stack::is_empty() function in class:int_stack
[all...]
H A Denv.cpp483 if (nm == symbol("P") || nm.is_empty()) {
526 if (fam.is_null() || fam.is_empty()) {
2377 int environment::is_empty() function in class:environment
H A Ddiv.cpp574 ? curenv->is_empty()
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c258 bool is_empty = true; local
266 is_empty = REG_RD(p_hwfn, bar_addr) == 0;
274 return is_empty;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c179 svn_boolean_t is_empty;
183 SVN_ERR(svn_io_dir_empty(&is_empty, path, pool));
185 if (is_empty)
178 svn_boolean_t is_empty; local
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp314 bool is_empty(void) { // true if none stored function in class:StringBuf
851 if (!buf.is_empty()) {
/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c763 int is_empty = qempty(cl->q_); local
806 if (is_empty) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp751 static bool is_empty(const BasicBlock *B) { function
810 while (is_empty(DomB)) {
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c10009 u32 is_empty = TRUE; local
10041 is_empty = FALSE;
10050 if (!is_empty) {

Completed in 379 milliseconds