-
Notifications
You must be signed in to change notification settings - Fork 13
/
ncurses.stub.php
170 lines (168 loc) · 8.7 KB
/
ncurses.stub.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?php
/** @generate-function-entries **/
function ncurses_addch(int $ch): int { }
function ncurses_waddch(resource $window, int $ch): int { }
function ncurses_color_set(int $pair): int { }
function ncurses_delwin(resource $window): bool { }
function ncurses_end(): int { }
function ncurses_getch(): int { }
function ncurses_has_colors(): bool { }
function ncurses_init(): int { }
function ncurses_init_pair(int $pair, int $fg, int $bg): int { }
function ncurses_move(int $y, int $x): int { }
function ncurses_newpad(int $rows, int $cols): resource { }
function ncurses_prefresh(resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol): int { }
function ncurses_pnoutrefresh(resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol): int { }
function ncurses_newwin(int $rows, int $cols, int $y, int $x): int { }
function ncurses_refresh(int $ch): int { }
function ncurses_start_color(): int { }
function ncurses_standout(): int { }
function ncurses_standend(): int { }
function ncurses_baudrate(): int { }
function ncurses_beep(): int { }
function ncurses_can_change_color(): bool { }
function ncurses_cbreak(): bool { }
function ncurses_clear(): bool { }
function ncurses_clrtobot(): bool { }
function ncurses_clrtoeol(): bool { }
function ncurses_reset_prog_mode(): int { }
function ncurses_reset_shell_mode(): int { }
function ncurses_def_prog_mode(): int { }
function ncurses_def_shell_mode(): int { }
function ncurses_delch(): int { }
function ncurses_deleteln(): int { }
function ncurses_doupdate(): int { }
function ncurses_echo(): int { }
function ncurses_erase(): int { }
function ncurses_erasechar(): string { }
function ncurses_flash(): int { }
function ncurses_flushinp(): int { }
function ncurses_has_ic(): int { }
function ncurses_has_il(): int { }
function ncurses_inch(): string { }
function ncurses_insertln(): int { }
function ncurses_isendwin(): int { }
function ncurses_killchar(): string { }
function ncurses_nl(): int { }
function ncurses_nocbreak(): int { }
function ncurses_noecho(): int { }
function ncurses_nonl(): int { }
function ncurses_noraw(): bool { }
function ncurses_raw(): int { }
function ncurses_meta(resource $window, bool $_8bit): int { }
function ncurses_werase(resource $window): int { }
function ncurses_resetty(): int { }
function ncurses_savetty(): int { }
function ncurses_termattrs(): int { }
function ncurses_use_default_colors(): int { }
function ncurses_slk_attr(): int { }
function ncurses_slk_clear(): int { }
function ncurses_slk_noutrefresh(): int { }
function ncurses_slk_refresh(): int { }
function ncurses_slk_restore(): int { }
function ncurses_slk_touch(): int { }
function ncurses_slk_set(int $labelnr, string $label, int $format): bool { }
function ncurses_attroff(int $attributes): int { }
function ncurses_attron(int $attributes): int { }
function ncurses_attrset(int $attributes): int { }
function ncurses_bkgd(int $attrchar): int { }
function ncurses_wbkgd(resource $handle, int $attrchar): int { }
function ncurses_curs_set(int $visibility): int { }
function ncurses_delay_output(int $milliseconds): int { }
function ncurses_echochar(int $character): int { }
function ncurses_halfdelay(int $tenth): int { }
function ncurses_has_key(int $keycode): int { }
function ncurses_insch(int $character): int { }
function ncurses_insdelln(int $count): int { }
function ncurses_mouseinterval(int $milliseconds): int { }
function ncurses_napms(int $milliseconds): int { }
function ncurses_scrl(int $count): int { }
function ncurses_slk_attroff(int $intarg): int { }
function ncurses_slk_attron(int $intarg): int { }
function ncurses_slk_attrset(int $intarg): int { }
function ncurses_slk_color(int $intarg): int { }
function ncurses_slk_init(int $intarg): int { }
function ncurses_typeahead(int $fd): int { }
function ncurses_ungetch(int $keycode): int { }
function ncurses_vidattr(int $intarg): int { }
function ncurses_use_extended_names(bool $flag): int { }
function ncurses_bkgdset(int $attrchar): void { }
function ncurses_wbkgdset(resource $handle, int $attrchar): void { }
function ncurses_filter(): void { }
function ncurses_noqiflush(): int { }
function ncurses_qiflush(): void { }
function ncurses_timeout(int $millisec): void { }
function ncurses_use_env(int $flag): void { }
function ncurses_addstr(string $text): int { }
function ncurses_putp(string $text): int { }
function ncurses_scr_dump(string $filename): int { }
function ncurses_scr_init(string $filename): int { }
function ncurses_scr_restore(string $filename): int { }
function ncurses_scr_set(string $filename): int { }
function ncurses_mvaddch(int $y, int $x, int $c): int { }
function ncurses_mvaddchnstr(int $y, int $x, string $s, int $n): int { }
function ncurses_addchnstr(string $s, int $n): int { }
function ncurses_mvaddchstr(int $y, int $x, string $s): int { }
function ncurses_addchstr(string $s): int { }
function ncurses_mvaddnstr(int $y, int $x, string $s, int $n): int { }
function ncurses_addnstr(string $s, int $n): int { }
function ncurses_mvaddstr(int $y, int $x, string $s): int { }
function ncurses_mvdelch(int $y, int $x): int { }
function ncurses_mvgetch(int $y, int $x): int { }
function ncurses_mvinch(int $y, int $x): int { }
function ncurses_insstr(string $text): int { }
function ncurses_instr(string &$buffer): int { }
function ncurses_mvhline(int $y, int $x, int $attrchar, int $n): int { }
function ncurses_mvvline(int $y, int $x, int $attrchar, int $n): int { }
function ncurses_mvcur(int $old_y,int $old_x, int $new_y, int $new_x): int { }
function ncurses_init_color(int $color, int $r, int $g, int $b): int { }
function ncurses_color_content(int $color, int &$r, int &$g, int &$b): int { }
function ncurses_pair_content(int $pair, int &$f, int &$b): int { }
function ncurses_border(int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner): int { }
function ncurses_wborder(resource $window, int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner): int { }
function ncurses_assume_default_colors(int $fg, int $bg): int { }
function ncurses_define_key(string $definition, int $keycode): int { }
function ncurses_hline(int $charattr, int $n): int { }
function ncurses_vline(int $charattr, int $n): int { }
function ncurses_whline(resource $window, int $charattr, int $n): int { }
function ncurses_wvline(resource $window, int $charattr, int $n): int { }
function ncurses_keyok(int $keycode, int $enable): int { }
function ncurses_mvwaddstr(resource $window, int $y, int $x, string $text): int { }
function ncurses_wrefresh(resource $window): int { }
function ncurses_wscrl(resource $window, int $count): int { }
function ncurses_wsetscrreg(resource $window, int $top, int $bot): int { }
function ncurses_scrollok(resource $window, bool $bf): int { }
function ncurses_termname(): string { }
function ncurses_longname(): string { }
function ncurses_mousemask(int $newmask, int &$oldmask): int { }
function ncurses_getmouse(array &$mevent): bool { }
function ncurses_ungetmouse(array $mevent): int { }
function ncurses_mouse_trafo(int &$y, int &$x, bool $toscreen): bool { }
function ncurses_wmouse_trafo(resource $window, int &$y, int &$x, bool $toscreen): bool { }
function ncurses_getyx(resource $window, int &$y, int &$x): void { }
function ncurses_getmaxyx(resource $window, int &$y, int &$x): void { }
function ncurses_wmove(resource $window, int $y, int $x): int { }
function ncurses_keypad(resource $window, bool $bf): int { }
function ncurses_wcolor_set(resource $window, int $color_pair): int { }
function ncurses_wclear(resource $window): int { }
function ncurses_wnoutrefresh(resource $window): int { }
function ncurses_waddstr(resource $window, string $str, int $n = ""): int { }
function ncurses_wgetch(resource $window): int { }
function ncurses_wattroff(resource $window, int $attrs): int { }
function ncurses_wattron(resource $window, int $attrs): int { }
function ncurses_wattrset(resource $window, int $attrs): int { }
function ncurses_wstandend(resource $window): int { }
function ncurses_wstandout(resource $window): int { }
function ncurses_new_panel(resource $window): resource { }
function ncurses_del_panel(resource $panel): bool { }
function ncurses_hide_panel(resource $panel): int { }
function ncurses_show_panel(resource $panel): int { }
function ncurses_top_panel(resource $panel): int { }
function ncurses_bottom_panel(resource $panel): int { }
function ncurses_move_panel(resource $panel, int $startx, int $starty): int { }
function ncurses_replace_panel(resource $panel, resource $window): int { }
function ncurses_panel_above(resource $panel): resource { }
function ncurses_panel_below(resource $panel): resource { }
function ncurses_panel_window(resource $panel): resource { }
function ncurses_update_panels(): void { }
?>