HomeSort by relevance Sort by last modified time
    Searched defs:getstr (Results 1 - 8 of 8) sorted by null

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 44 #define getstr(n) errstr[n] macro
49 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
ncurses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
ncurses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]

Completed in 263 milliseconds