-
Notifications
You must be signed in to change notification settings - Fork 0
/
call-graph.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 3 columns, instead of 2 in line 1.
429 lines (429 loc) · 11.9 KB
/
call-graph.csv
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
Caller,Target,Params
,auto_resize_col
,scroll
add_fixnum,,"Fixnum a, Fixnum b"
auto_resize_col,,"TableUI *tui, unsigned col"
auto_resize_col,clamp
auto_resize_col,get_col_max_width
auto_resize_col,redraw_rows
auto_resize_col,resize_col
calc_max_col,,"Table *table"
calc_max_col,clear_cells
calc_max_col,col_count
calc_max_col,delete_cells
calc_max_col,max
calc_max_col,max_col_count
calc_max_col,memmove
calc_max_col,min
calc_max_col,row_count
calc_visible_fields,,"TableUI *tui"
calc_visible_fields,get_cell_x
cancel_edit,,"TableUI *tui"
cancel_edit,SetFocus
cancel_edit,ShowWindow
cell_has_text,,"Table *table, unsigned row, unsigned col, char *text"
cell_has_text,strstr
cell_has_text,try_cell
clamp,,"unsigned a, unsigned b, unsigned c"
clamp,min
clear_anchor,,"TableUI *tui"
clear_anchor,redraw_rows
clear_and_open,,"TableUI *tui, TCHAR *fn"
clear_and_open,delete_table
clear_and_open,MessageBox
clear_and_open,open_csv
clear_and_open,redraw_rows
clear_and_open,reset_col_sizes
clear_cells,,"Table *table, unsigned row, unsigned col, unsigned n"
clear_cells,col_count
clear_cells,free
clear_cells,min
clear_file,,"TableUI *tui"
clear_file,delete_table
clear_file,redraw_rows
clear_file,reset_col_sizes
clear_rows,,"Table *table, unsigned row, unsigned n"
clear_rows,clear_cells
clear_selected_cells,,"TableUI *tui"
clear_selected_cells,clear_cells
clear_selected_cells,redraw_rows
clear_selected_rows,,"TableUI *tui"
clear_selected_rows,clear_rows
clear_selected_rows,redraw_rows
col_count,,"Table *table, unsigned row"
col_count,row_count
command,,"TableUI *tui, int cmd"
command,auto_resize_col
command,cancel_edit
command,clear_anchor
command,clear_and_open
command,clear_file
command,clear_selected_cells
command,clear_selected_rows
command,comment
command,copy_to_clipboard
command,delete_selected_cells
command,delete_selected_rows
command,end_edit
command,find_cell_text_col
command,find_cell_text_row
command,insert_cells
command,insert_datetime
command,insert_rows
command,jump_cursor
command,max_col_count
command,move_cursor
command,redraw_rows
command,row_count
command,save_csv
command,scroll
command,set_anchor
command,start_edit
copy_to_clipboard,,"TableUI *tui"
copy_to_clipboard,CloseClipboard
copy_to_clipboard,EmptyClipboard
copy_to_clipboard,fclose
copy_to_clipboard,fopen
copy_to_clipboard,fread
copy_to_clipboard,ftell
copy_to_clipboard,GlobalAlloc
copy_to_clipboard,GlobalLock
copy_to_clipboard,GlobalUnlock
copy_to_clipboard,OpenClipboard
copy_to_clipboard,rewind
copy_to_clipboard,SetClipboardData
copy_to_clipboard,tempnam
copy_to_clipboard,unlink
copy_to_clipboard,write_csv_cells
delete_rows,,"Table *table, unsigned row, unsigned n"
delete_rows,calc_max_col
delete_rows,clear_rows
delete_rows,col_count
delete_rows,max_col_count
delete_rows,memmove
delete_rows,min
delete_rows,row_count
delete_selected_cells,,"TableUI *tui"
delete_selected_cells,delete_cells
delete_selected_cells,redraw_rows
delete_selected_rows,,"TableUI *tui"
delete_selected_rows,delete_rows
delete_selected_rows,redraw_rows
delete_table,,"Table *table"
delete_table,delete_rows
div_fixnum,,"Fixnum a, Fixnum b"
div_fixnum,labs
div_fixnum,spell_fixnum
div_fixnum,sprintf
DrawLine,,"HDC dc, int x, int y, int x2, int y2"
DrawLine,LineTo
DrawLine,MoveToEx
EditProc,,"HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam, UINT_PTR id, DWORD_PTR data"
EditProc,command
EditProc,DefSubclassProc
EditProc,IsCtrlDown
end_edit,,"TableUI *tui"
end_edit,cancel_edit
end_edit,GetWindowTextLength
end_edit,is_editing
end_edit,redraw_rows
end_edit,set_cell
enter_mouse_mode,,"TableUI *tui, unsigned mode, unsigned x, unsigned y"
enter_mouse_mode,exit_mouse_mode
enter_mouse_mode,SetCapture
enter_mouse_mode,SetCursor
enter_mouse_mode,SetTimer
exit_mouse_mode,,"TableUI *tui"
exit_mouse_mode,KillTimer
exit_mouse_mode,ReleaseCapture
exit_mouse_mode,SetCursor
find_cell_text_col,,"TableUI *tui, unsigned row, unsigned col, char *text"
find_cell_text_col,cell_has_text
find_cell_text_col,jump_cursor
find_cell_text_col,max_col_count
find_cell_text_col,row_count
find_cell_text_row,,"TableUI *tui, unsigned row, unsigned col, char *text"
find_cell_text_row,cell_has_text
find_cell_text_row,col_count
find_cell_text_row,jump_cursor
find_cell_text_row,row_count
force_cell,,"Table *table, unsigned row, unsigned col"
force_cell,col_count
force_cell,insert_cells
force_cell,insert_rows
force_cell,row_count
get_cell,,"Table *table, unsigned row, unsigned col"
get_cell,force_cell
get_cell,try_cell
get_cell_rect,,"TableUI *tui, unsigned row, unsigned col"
get_cell_rect,get_cell_x
get_cell_rect,SetRect
get_cell_under,,"TableUI *tui, unsigned x, unsigned y, unsigned *rowp, unsigned *colp, unsigned *is_resizep"
get_cell_x,,"TableUI *tui, unsigned col"
get_cell_y,,"TableUI *tui, unsigned row"
get_col_max_width,,"TableUI *tui, unsigned col"
get_col_max_width,max
get_col_max_width,row_count
get_tui,,"HWND hwnd"
get_tui,GetProp
init_ui_display,,"TableUI *tui"
init_ui_display,CreateCompatibleDC
init_ui_display,CreateFont
init_ui_display,exit_mouse_mode
init_ui_display,GetDC
init_ui_display,IsCtrlDown
init_ui_display,IsShiftDown
init_ui_display,ReleaseDC
init_ui_display,reset_col_sizes
init_ui_display,SelectBitmap
init_ui_display,SetLayeredWindowAttributes
init_ui_input,,"TableUI *tui"
init_ui_input,CreateWindowEx
init_ui_input,GetModuleHandle
init_ui_input,LoadCursor
init_ui_input,REALLOC
init_ui_input,SetWindowFont
init_ui_input,SetWindowSubclass
insert_cells,,"Table *table, unsigned row, unsigned col, unsigned n"
insert_cells,max
insert_cells,memmove
insert_cells,memset
insert_cells,REALLOC
insert_cells,row_count
insert_datetime,,"TableUI *tui, int include_time"
insert_datetime,GetLocalTime
insert_datetime,redraw_rows
insert_datetime,set_cell
insert_datetime,sprintf
insert_rows,,"Table *table, unsigned row, unsigned n"
insert_rows,memmove
insert_rows,memset
insert_rows,REALLOC
insert_rows,row_count
is_editing,,"TableUI *tui"
is_editing,GetWindowStyle
jump_cursor,,"TableUI *tui, unsigned row, unsigned col"
jump_cursor,abs
jump_cursor,end_edit
jump_cursor,redraw_rows
jump_cursor,snap_to_cursor
max_col_count,,"Table *table"
move_cursor,,"TableUI *tui, int row, int col"
move_cursor,jump_cursor
mul_fixnum,,"Fixnum a, Fixnum b"
need_escape,,"unsigned char *text, unsigned len"
open_csv,,"TableUI *tui, TCHAR *fn"
open_csv,fclose
open_csv,fread
open_csv,free
open_csv,fseek
open_csv,ftell
open_csv,jump_cursor
open_csv,read_csv
open_csv,redraw_rows
open_csv,rewind
open_csv,_wfopen
paint_cell,,"TableUI *tui, unsigned row, unsigned col, unsigned is_drawn"
paint_cell,DrawTextA
paint_cell,get_cell_rect
paint_cell,InflateRect
paint_cell,try_cell
paint_table,,"TableUI *tui"
paint_table,DrawLine
paint_table,get_cell_rect
paint_table,get_cell_x
paint_table,paint_cell
paint_table,Rectangle
paint_table,SelectFont
paint_table,SelectObject
paint_table,SetBkMode
paint_table,SetDCBrushColor
paint_table,SetDCPenColor
parse_fixnum,,"char *text, char **textp"
parse_fixnum,isdigit
parse_fixnum,strspn
parse_fixnum,strtol
paste_clipboard,,"TableUI *tui"
paste_clipboard,CloseClipboard
paste_clipboard,CloseHandle
paste_clipboard,GetClipboardData
paste_clipboard,GlobalLock
paste_clipboard,GlobalSize
paste_clipboard,GlobalUnlock
paste_clipboard,OpenClipboard
paste_clipboard,read_csv
paste_clipboard,redraw_rows
paste_clipboard,snap_to_cursor
redraw_rows,,"TableUI *tui, unsigned lo, unsigned hi"
redraw_rows,get_cell_rect
redraw_rows,InvalidateRect
redraw_rows,max
redraw_rows,min
redraw_rows,SetRect
reset_col_sizes,,"TableUI *tui"
resize_col,,"TableUI *tui, unsigned col, int dx"
resize_col,calc_visible_fields
row_count,,"Table *table"
save_csv,,"TableUI *tui, TCHAR *fn"
save_csv,fclose
save_csv,get_col_max_width
save_csv,MessageBox
save_csv,paint_cell
save_csv,RGB
save_csv,write_csv
save_csv,_wfopen
scroll,,"TableUI *tui, int row, int col"
scroll,max
scroll,redraw_rows
setup_resources,,"HWND hwnd"
setup_resources,calloc
setup_resources,init_ui_display
setup_resources,init_ui_input
setup_resources,SetProp
set_anchor,,"TableUI *tui"
set_cell,,"Table *table, unsigned row, unsigned col, char *str, unsigned len"
set_cell,assert
set_cell,force_cell
set_cell,free
set_cell,memcpy
set_cell,read_csv
shutdown_resource,,"HWND hwnd"
shutdown_resource,free
shutdown_resource,RemoveProp
snap_to_cursor,,"TableUI *tui"
snap_to_cursor,max
snap_to_cursor,redraw_rows
start_edit,,"TableUI *tui, int edit_existing"
start_edit,DrawTextA
start_edit,get_cell_rect
start_edit,is_editing
start_edit,MoveWindow
start_edit,SetFocus
start_edit,SetWindowText
start_edit,SetWindowTextA
start_edit,ShowWindow
start_edit,try_cell
start_edit,UnionRect
sub_fixnum,,"Fixnum a, Fixnum b"
try_cell,,"Table *table, unsigned row, unsigned col"
try_cell,col_count
wm_char,,"TableUI *tui, unsigned wparam"
wm_char,command
wm_char,FindTextA
wm_char,GetOpenFileName
wm_char,GetSaveFileName
wm_char,IsShiftDown
wm_char,SendMessage
wm_dropfiles,,"TableUI *tui, HDROP drop"
wm_dropfiles,command
wm_dropfiles,DragQueryFile
wm_find,,"TableUI *tui, FINDREPLACE *find"
wm_find,command
wm_find,GetMessagePos
wm_find,get_tui
wm_find,GET_X_LPARAM
wm_find,GET_Y_LPARAM
wm_find,ScreenToClient
wm_find,scroll
wm_find,ScrollTimerProc
wm_keydown,,"TableUI *tui, unsigned wparam"
wm_keydown,command
wm_keydown,exit_mouse_mode
wm_keydown,IsCtrlDown
wm_lbuttondblclk,,"TableUI *tui, unsigned x, unsigned y"
wm_lbuttondblclk,auto_resize_col
wm_lbuttondblclk,command
wm_lbuttondblclk,exit_mouse_mode
wm_lbuttondblclk,get_cell_under
wm_lbuttondblclk,jump_cursor
wm_lbuttondblclk,start_edit
wm_lbuttondown,,"TableUI *tui, unsigned x, unsigned y"
wm_lbuttondown,command
wm_lbuttondown,enter_mouse_mode
wm_lbuttondown,exit_mouse_mode
wm_lbuttondown,get_cell_under
wm_lbuttondown,jump_cursor
wm_lbuttonup,,"TableUI *tui, unsigned x, unsigned y"
wm_lbuttonup,exit_mouse_mode
wm_mbuttondown,,"TableUI *tui, unsigned x, unsigned y"
wm_mbuttondown,enter_mouse_mode
wm_mbuttonup,,"TableUI *tui, unsigned x, unsigned y"
wm_mbuttonup,exit_mouse_mode
wm_mousemove,,"TableUI *tui, unsigned x, unsigned y"
wm_mousemove,GetCursor
wm_mousemove,get_cell_under
wm_mousemove,redraw_rows
wm_mousemove,resize_col
wm_mousemove,SetCursor
wm_mousewheel,,"TableUI *tui, int delta"
wm_mousewheel,scroll
wm_setfocus,,"TableUI *tui"
wm_setfocus,is_editing
wm_size,,"TableUI *tui, unsigned width, unsigned height"
wm_size,calc_visible_fields
wm_size,CreateCompatibleBitmap
wm_size,DeleteBitmap
wm_size,GetDC
wm_size,ReleaseDC
WndProc,,"HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam"
WndProc,AddAtom
WndProc,BeginPaint
WndProc,BitBlt
WndProc,cancel_edit
WndProc,command
WndProc,CommandLineToArgvW
WndProc,CreateWindowEx
WndProc,DefWindowProc
WndProc,DispatchMessage
WndProc,EndPaint
WndProc,end_edit
WndProc,GetMessage
WndProc,GetModuleHandle
WndProc,get_tui
WndProc,IsDialogMessage
WndProc,is_editing
WndProc,LoadCursor
WndProc,LoadIcon
WndProc,main
WndProc,max
WndProc,min
WndProc,paint_table
WndProc,redraw_rows
WndProc,RegisterClass
WndProc,RegisterWindowMessage
WndProc,reset_col_sizes
WndProc,setup_resources
WndProc,shutdown_resource
WndProc,snap_to_cursor
WndProc,start_edit
WndProc,TEXT
WndProc,TranslateMessage
WndProc,wcscpy
WndProc,WinMain
WndProc,wm_char
WndProc,wm_dropfiles
WndProc,wm_find
WndProc,wm_keydown
WndProc,wm_lbuttondblclk
WndProc,wm_lbuttondown
WndProc,wm_lbuttonup
WndProc,wm_mbuttondown
WndProc,wm_mbuttonup
WndProc,wm_mousemove
WndProc,wm_mousewheel
WndProc,wm_setfocus
WndProc,wm_size
write_csv,,"FILE *f, Table table"
write_csv,fputs
write_csv,write_csv_row
write_csv_cell,,"FILE *f, Cell cell"
write_csv_cell,fwrite
write_csv_cell,need_escape
write_csv_cell,putc
write_csv_cells,,"FILE *f, Table *table, unsigned row_lo, unsigned row_hi, unsigned col_lo, unsigned col_hi"
write_csv_cells,fputs
write_csv_cells,putc
write_csv_cells,write_csv_cell
write_csv_row,,"FILE *f, Row row"
write_csv_row,putc
write_csv_row,write_csv_cell