Searched refs:TypeName (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dpick.c54 static const char *TypeName[NUMROWTYPE]; variable in typeref:typename:const char * []
102 TypeName[RTfrom] = "From:";
103 TypeName[RTto] = "To:";
104 TypeName[RTcc] = "Cc:";
105 TypeName[RTdate] = "Date:";
106 TypeName[RTsubject] = "Subject:";
107 TypeName[RTsearch] = "Search:";
108 TypeName[RTother] = NULL;
550 if (TypeName[type])
551 AddLabel(row, TypeName[typ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h603 const char* TypeName; // Short description stored in .ini file. Disallowed characters: '[' ']' member in struct:ImGuiSettingsHandler
604 ImGuiID TypeHash; // == ImHashStr(TypeName, 0, 0)
H A Dimgui.cpp3550 ini_handler.TypeName = "Window";
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h603 const char* TypeName; // Short description stored in .ini file. Disallowed characters: '[' ']' member in struct:ImGuiSettingsHandler
604 ImGuiID TypeHash; // == ImHashStr(TypeName, 0, 0)
H A Dimgui.cpp3550 ini_handler.TypeName = "Window";
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);

Completed in 66 milliseconds