Home
last modified time | relevance | path

Searched defs:gettext (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/tools/kconfig/
Dlkc.h14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function
/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Ddialog.h32 # define gettext(Msgid) ((const char *) (Msgid)) macro