Searched refs:IsEmpty (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxstrings.c163 if (!IsEmpty(login_name)
199 if (IsEmpty(login_name)) {
210 if (IsEmpty(login_name)) {
217 if (IsEmpty(login_name)) {
475 if (IsEmpty(source)) {
507 if (IsEmpty(source)) {
H A Dxtermcap.c327 if (!IsEmpty(name)) {
375 if (!IsEmpty(name) && (*p == 0 || *p == ';')) {
506 if (!IsEmpty(name)) {
608 if (IsEmpty(name)) {
H A Dfontutils.c297 if (!IsEmpty(name)) {
311 if (!IsEmpty(name) && !is_derived_font_name(name)) {
366 if (IsEmpty(name)) {
1082 if (!IsEmpty(name)) {
1294 if (!IsEmpty(fnt->fn) && fnt->fs != NULL) {
1632 if (IsEmpty(wideNameRef)) {
2049 if (IsEmpty(dst.name)) { \
2065 if (IsEmpty(dst.name)) { \
2233 if (IsEmpty(myName)) {
3479 if (XftFp(norm) == NULL && !IsEmpty(face_nam
[all...]
H A Dmisc.c745 if (IsEmpty(env)) {
755 if (IsEmpty(env)) {
820 if (!IsEmpty(my_path)
841 if (!IsEmpty(screen->cursor_font_name)) {
975 if (!IsEmpty(name)) {
2474 if (IsEmpty(screen->logfile))
3055 while (!IsEmpty(buf)) {
3697 if (IsEmpty(names)) {
3922 if (success && !IsEmpty(name)) {
4131 if (IsEmpty(bu
[all...]
H A Dprint.c839 if (TScreenOf(xw)->write_error && !IsEmpty(resource.printFileOnXError)) {
H A Dmenu.c816 screen->write_error = !IsEmpty(resource.printFileOnXError);
859 if (IsEmpty(screen->menu_font_names[n][fNorm]))
1155 (IsEmpty(resource.printFileNow)
1178 if (IsEmpty(resource.printFileOnXError)) {
3829 !IsEmpty(CurrentXftFont(term)));
H A DTekproc.c1694 if (IsEmpty(title)) {
1698 if (IsEmpty(icon_name)) {
H A Dmain.c1869 if (IsEmpty(option_val)) {
2652 if (IsEmpty(theme))
2875 } else if (IsEmpty(resource.title) && strcmp(my_class, DEFCLASS)) {
3808 if (!IsEmpty(envPath))
H A Dcharproc.c9645 if (IsEmpty(xw->keyboard.print_translations)) {
9970 while (!IsEmpty(source)) {
10024 if (!IsEmpty(name)) {
11192 if (IsEmpty(CurrentXftFont(wnew))) {
11206 if (IsEmpty(CurrentXftFont(wnew))) {
12768 if (IsEmpty(xw->misc.input_method)) {
14133 if (IsEmpty(s)) {
14697 if (!IsEmpty(resource.omitTranslation)) {
H A Dptyx.h318 #define IsEmpty(s) ((s) == NULL || *(s) == '\0') macro
H A Dbutton.c332 if (IsEmpty(target)) {
1863 if (!IsEmpty(value)) {
5973 if (!IsEmpty(format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dringbuffer.h76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } function in class:RingBuffer
H A Darena.h472 bool IsEmpty() function in class:TArena
H A Dapi.cpp347 SWR_ASSERT(pCurDrawContext->pState->pArena->IsEmpty() == true);
363 SWR_ASSERT(pCurDrawContext->pState->pArena->IsEmpty() == true);
367 SWR_ASSERT(pCurDrawContext->pArena->IsEmpty() == true);
535 while (!pContext->dcRing.IsEmpty())
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-filepath.cc201 if (directory.IsEmpty())
H A Dgtest-internal-inl.h655 if (original_working_dir_.IsEmpty()) {
657 GTEST_CHECK_(!original_working_dir_.IsEmpty())
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-filepath.cc197 if (directory.IsEmpty())
H A Dgtest-internal-inl.h683 if (original_working_dir_.IsEmpty()) {
685 GTEST_CHECK_(!original_working_dir_.IsEmpty())

Completed in 87 milliseconds