Searched defs:getstr (Results 1 – 10 of 10) sorted by relevance
11 getstr() function
215 int getstr(char *str) in getstr() function
55 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr() function
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } in UNDEF() argument249 #define getstr UNDEF(getstr) macro
1188 #define getstr(str) wgetstr(stdscr,str) macro
379 #define getstr(ts) ((ts)->contents) macro
1019 #define getstr(str) wgetstr(stdscr,str) macro