Searched refs:VOID (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 103 #define VOID(x) (x) macro 108 #define addch(ch) VOID(waddch(stdscr, ch)) 109 #define getch() VOID(wgetch(stdscr)) 110 #define addstr(str) VOID(waddstr(stdscr, str)) 111 #define getstr(str) VOID(wgetstr(stdscr, str)) 112 #define move(y, x) VOID(wmove(stdscr, y, x)) 113 #define clear() VOID(wclear(stdscr)) 114 #define erase() VOID(werase(stdscr)) 115 #define clrtobot() VOID(wclrtobot(stdscr)) 116 #define clrtoeol() VOID(wclrtoeol(stdscr)) [all …]
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | hald_marshal.list | 1 VOID:STRING,BOOLEAN,BOOLEAN 2 VOID:STRING 3 VOID:OBJECT,BOOLEAN 4 VOID:OBJECT,STRING,BOOLEAN,BOOLEAN 5 VOID:OBJECT,STRING 6 VOID:VOID
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefiex.h | 75 typedef VOID *EFI_HANDLE; 76 typedef VOID *EFI_EVENT; 344 VOID *Buffer); 351 VOID *Buffer); 371 VOID *Buffer); 379 VOID *Buffer); 422 VOID *SourceBuffer, 454 VOID *Reserved; 456 VOID *LoadOptions; 457 VOID *ImageBase; [all …]
|
H A D | acefi.h | 77 #define VOID void macro
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astdynamic.c | 95 DllMain(HINSTANCE hinst, DWORD reason, VOID* reserved) in DllMain()
|
/titanic_50/usr/src/cmd/sunpc/other/ |
H A D | dos2unix.c | 78 #define VOID int macro
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 104 %token <stt_val> VOID CHAR SHORT INT LONG 240 : VOID 654 { "void", VOID, TS_VOID }, in lookup_keyword()
|