File: INDEX

package info (click to toggle)
saoimage 1.19-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,256 kB
  • ctags: 3,610
  • sloc: ansic: 36,050; makefile: 215; sh: 11
file content (641 lines) | stat: -rw-r--r-- 52,965 bytes parent folder | download | duplicates (5)
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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
ABS               21 csrpoly3.c       #define ABS(a) ((a) < 0 ? (-(a)) : (a))
CLOSE            145 crdsynth.c       #define CLOSE(a,b) (fabs((double)((a)-((float)(b))))<EPSILON)
DEG               77 rgnmake.c        #define DEG(r) ((360.0 / TWO_PI) * (r))
MAX               27 crdtemp.c        #define MAX(a,b) (((a) > (b)) ? (a) : (b))
RAD               78 rgnmake.c        #define RAD(d) ((TWO_PI / 360.0) * (d))
SQR               22 csrpoly3.c       #define SQR(a) ((a) * (a))
XZ_ast           272 mainevnt.c       void XZ_ast (int efn)
accept_socket_connection 103 ctrlsckt.c       struct connectRec *accept_socket_connection ( listener )
add_color_vertex 200 grphgrab.c       static void add_color_vertex ( table, index, new_cell_level, new_intensity )
add_color_vertex_hash 229 grphgrab.c       static void add_color_vertex_hash ( col, index, x, y )
add_level_to_short_list 212 histmap.c        static void add_level_to_short_list ( list, top, max_range, range_j )
add_polygon_vertex 113 csrpoly2.c       void add_polygon_vertex ( cursor, index, x, y )
addpixel          13 shfile.c         addpixel (x, y)
addreg1           50 shfile.c         addreg1 (x, y)
addreg2           63 shfile.c         addreg2 (x, y)
addregion         76 shfile.c         addregion ()
adjust_buttonmenu 118 menuinit.c       void adjust_buttonmenu ( btnbox )
adjust_color_graph 266 grphinit.c       void adjust_color_graph ( )
adjust_cursor_coords  97 csrcoord.c       void adjust_cursor_coords ( struct cursorRec *cursor, struct coordRec *coord )
adjust_desktop    40 wndwadj.c        void adjust_desktop ( configure )
adjust_graph_colorbar 152 grphinit.c       void adjust_graph_colorbar ( )
adjust_graphbox   99 wndwadj.c        void adjust_graphbox ( configure )
adjust_list      338 histlist.c       static void adjust_list ( stretch_this_entry, histogram, histlist,
adjust_main_colorbar  95 grphinit.c       void adjust_main_colorbar ( )
advance_to_ascii 230 clrread.c        static int advance_to_ascii ( fp, line, scratch, len, line_num, dont_end )
alloc_color_cells  95 clralloc.c       static int alloc_color_cells ( color, colormap, vinfo )
alloc_colors      41 clralloc.c       int alloc_colors( color )
alloc_cursor_cell_color  93 clrhard.c        int alloc_cursor_cell_color ( color, colormap )
alloc_hard_color 209 clrhard.c        static int alloc_hard_color ( display, colormap, xcolor )
angle_cursor     175 csrmove.c        void angle_cursor ( struct cursorRec *cursor, XEvent *event )
ascii_region     100 rgnctrl.c        void ascii_region ( XKeyEvent *xkey, KeySym keysym )
bcopy             19 bfunc.c          void bcopy (array1, array2, array_size)
bitmap_to_postscript 372 disppsct.c       bitmap_to_postscript (fp, bitmap, width, height, depth, linebytes, zero, scale)
black_border     613 disppsct.c       static void black_border ( obuf, width, height )
blacken_textcursor_cursor 427 csrtext.c        static void blacken_textcursor_cursor ( EditStruct *edit, int cur_x )
blank_scope      368 mgfyctrl.c       void blank_scope()
bswap4           227 readreal.c       bswap4 (string)
bswap8           252 readreal.c       bswap8 (string)
burst_line       100 rgntoken.c       int burst_line ( orig, line, len, records )
byte_diffuse_sample 166 grphbtmp.c       static void byte_diffuse_sample ( byte_data, data_width, zoom,
byte_dither_sample  58 grphbtmp.c       static void byte_dither_sample ( byte_data, data_width, zoom,
byte_swap        261 readint.c        static void byte_swap( inbuf, outbuf, nbytes )
bzero              3 bfunc.c          void bzero (array, array_size)
calloc_errchk     38 mainutil.c       char *calloc_errchk ( count, size, errmess )
cat_annular      312 rgnwpros.c       static struct cursorRec *cat_annular ( region, line )
cat_annulus      257 rgnwpros.c       static void cat_annulus ( region, line )
cat_cen          187 rgnwpros.c       static void cat_cen ( region, line )
cat_params       151 rgnwpros.c       static void cat_params ( region, line, count )
cat_polypts      208 rgnwpros.c       static void cat_polypts ( region, line )
cat_pt           227 rgnwpros.c       static void cat_pt ( x, y, line, comma )
cat_shape         87 rgnwpros.c       static void cat_shape ( region, line )
ccwturn_buf       86 imgrot.c         void ccwturn_buf ( buf, bufdim )
change_circle_granularity 299 csrshape.c       void change_circle_granularity ( cursor, size, type )
check_array      108 imgcheck.c       static int check_array ( img )
check_expose     110 wndwcre.c        Bool check_expose ( display, event, arg )
check_image       34 imgcheck.c       int check_image ( img, got_status )
check_immagic    191 readiraf.c       static int check_immagic ( line )
check_packet_sum 129 irafpipe.c       static int check_packet_sum ( packet, size, byteswap, errmsg, die )
check_parens      52 rgntoken.c       int check_parens ( char *orig, char *line )
check_special    246 rgnread.c        static int check_special( char *line )
choose_zoom      165 crdtemp.c         static int choose_zoom ( dst_width, dst_height, src_width, src_height )
clear_area       335 editdraw.c       static void clear_area ( EditStruct *edit,
clear_blink      126 dispblnk.c       void clear_blink ( )
clear_coord_area 241 mgfyctrl.c       void clear_coord_area ()
clear_edit_buf   224 editinit.c       void clear_edit_buf ( edit )
clear_left       290 editdraw.c       static void clear_left ( EditStruct *edit )
clear_margins    130 display.c        void clear_margins ( destbuf, ab, bsys, clear, border_color )
clear_params     180 cmdnew.c         static void clear_params ( )
clear_right      320 editdraw.c       static void clear_right ( EditStruct *edit )
clear_text_area  406 csrtext.c        static void clear_text_area ( EditStruct *edit,
clear_textcursor 140 csrtext.c        void clear_textcursor()
close_connection 191 ctrlcntn.c       void close_connection ( connection )
close_disk       259 ctrldisk.c       void close_disk ( fd, filename )
close_imtool_connection  72 irafio.c         void close_imtool_connection ()
close_mailbox     80 ctrlmbox.c       int close_mailbox ( ipc, device_name )
close_pipe        70 ctrlpipe.c       void close_pipe ( ipc, device_name )
close_socket     151 ctrlsckt.c       void close_socket ( ipc )
closer_to_center  98 rgndrop.c        static int closer_to_center ( challenger, champ, x, y )
closest_polygon_line  31 csrpoly3.c       int closest_polygon_line ( x, y, vertex, cnt )
collapse_polygon  44 csrpoly2.c       void collapse_polygon ( cursor )
color_logo        34 imglogo.c        void color_logo ( lookup, blue, yellow )
combine_transform 107 crdsynth.c       void combine_transform ( new, first, second )
comp_center      249 prntcent.c       static void comp_center (a,npts,coff,err)
compact_short_to_byte 240 irafio.c         static int compact_short_to_byte ( ints, bts, cnt )
compute_iadd      80 crdsynth.c       void compute_iadd ( old, new, ioff )
compute_iadd_invert  68 crdinvrt.c       void compute_iadd_invert ( old, new, ioff )
configure_graphbox 154 wndwconf.c       void configure_graphbox ()
configure_windowgroup  91 wndwconf.c       void configure_windowgroup ( adjust_defaults )
control_blink    184 dispblnk.c       void control_blink ()
control_buttonbox  41 menuinit.c       int *control_buttonbox ( event )
control_cgraph    95 grphctrl.c       void control_cgraph ( )
control_color    108 clrctrl.c        void control_color ( )
control_cursor    32 csrctrl.c        void control_cursor()
control_event_loop  44 mainevnt.c       void control_event_loop ( )
control_pan       32 panctrl.c        void control_pan ( )
copy_annulus     206 csrsave.c        static struct cursorRec *copy_annulus ( struct cursorRec *annulus,
copy_buf_max     192 pancopy.c        void copy_buf_max ( ibuf, obuf, block, iwidth, owidth, oheight )
copy_buf_replicate  31 pancopy.c        void copy_buf_replicate ( ibuf, obuf, dupe, iwidth, owidth, oheight )
copy_buf_subsample  83 pancopy.c        void copy_buf_subsample ( ibuf, obuf, subsample, iwidth, owidth, oheight )
copy_buf_sum     128 pancopy.c        void copy_buf_sum ( ibuf, obuf, block, av, iwidth, owidth, oheight )
copy_cursor      112 csrsave.c        struct cursorRec *copy_cursor ( struct cursorRec *cursor )
copy_polygon_region_to_cursor 232 csrpoly2.c       void copy_polygon_region_to_cursor ( region, cursor )
copy_region_to_cursor 228 csrsave.c        void copy_region_to_cursor ( struct cursorRec *cursor,
copy_xcolor_rgb  171 clrsetup.c       static void copy_xcolor_rgb ( orig, dup )
cos_to_segment   160 csrpoly3.c       static double cos_to_segment ( x_ref, y_ref, x1, y1, x2, y2, endpoint )
count_nonzero_histogram_entries 160 histeql.c        static int count_nonzero_histogram_entries ( histogram, pmin, pmax )
crash_on_error   247 maininit.c       void crash_on_error ( dt_display, error )
create_cgraph_box 241 grphtext.c       Window create_cgraph_box ( x, y, width, height, display, parent,
create_colormap  167 clralloc.c       static Colormap create_colormap ( color )
create_graphbox  114 wndwinit.c       void create_graphbox ( )
create_window     43 wndwcre.c        void create_window ( window, title, argc, argv, set, map )
cursor_area       31 csrarea.c        double cursor_area ( cursor, user_info )
cwturn_buf        23 imgrot.c         void cwturn_buf ( buf, bufdim )
cycle_regions    189 rgnctrl.c        static void cycle_regions()
d_trans          182 prntcurs.c       void d_trans ( trans, xin, yin, xout, yout )
d_transform       27 crdtrans.c       void d_transform ( trans, xin, yin, xout, yout )
delete_annuli     87 csranli.c        void delete_annuli ( cursor, collapse )
delete_annulus    67 csrgrab.c        void delete_annulus ( cursor, event )
delete_chars_backward  71 editline.c       void delete_chars_backward ( edit, len )
delete_chars_forward 104 editline.c       void delete_chars_forward ( edit, len )
delete_polygon_vertex 160 csrpoly2.c       void delete_polygon_vertex ( cursor, index )
determine_file_type 113 rgnread.c        static int determine_file_type ( char *line, int len )
diffuse_replicate 134 dispdfse.c       void diffuse_replicate ( short_data, data_width, zoom, bitmap, bytes_per_line,
diffuse_sample    29 dispdfse.c       void diffuse_sample ( short_data, data_width, zoom, bitmap, bytes_per_line,
disp_coords_changed 221 csrcoord.c       static int disp_coords_changed ( Transform *filetodisp )
disp_cursor       56 csrdraw.c        void disp_cursor ( struct cursorRec *cursor )
disp_dispbox      54 display.c        void disp_dispbox ( )
disp_panbox       34 panimage.c       void disp_panbox ( )
disp_pixel       113 rtcmd.c          disp_pixel(x, y, value)
disp_region      120 rgndraw.c        void disp_region ( region )
disp_regions     101 rgndraw.c        void disp_regions ( cursor )
disp_subpiece     85 irafdisp.c       void disp_subpiece ( x1, y1, x2, y2 )
disp_window       34 display.c        void disp_window ( window )
dispatch_select   46 mainslct.c       void dispatch_select ( int *response_data )
display_blink    150 dispblnk.c       static int display_blink ( index )
display_graphbox  64 grphctrl.c       void display_graphbox ( init, wait )
distance_from_segment  84 csrpoly3.c       static double distance_from_segment ( x_ref, y_ref, x1, y1, x2, y2, endpoint )
distribute_levels  26 histdist.c       int distribute_levels ( linklist, pixel_area, color_levels,
dither_replicate 166 dispdthr.c       void dither_replicate ( short_data, data_width, zoom, bitmap, bytes_per_line,
dither_sample     42 dispdthr.c       void dither_sample ( short_data, data_width, zoom, bitmap, bytes_per_line,
draw_annuli      122 csrdraw.c        void draw_annuli ( struct cursorRec *cursor, GCspec *draw )
draw_cgraph       59 grphdraw.c       void draw_cgraph ( redo, highlight )
draw_colorbar     38 grphdraw.c       void draw_colorbar ( graph )
draw_cursor       91 csrdraw.c        void draw_cursor ( struct cursorRec *cursor, GCspec *draw )
draw_edit_cursor 244 editdraw.c       void draw_edit_cursor ( EditStruct *edit, int erase )
draw_edit_string 173 editdraw.c       void draw_edit_string ( EditStruct *edit, int first_char,
draw_magnifier    47 mgfydraw.c       void draw_magnifier( double bufx, double bufy )
draw_new_string  108 editdraw.c       void draw_new_string ( EditStruct *edit, int clear )
draw_pancursor    33 pancrsr.c        void draw_pancursor ( )
draw_proportional_number 307 mgfyctrl.c       static void draw_proportional_number ( string, first_num, x, width, gc )
draw_region      220 rgndraw.c        static void draw_region ( region, gc )
draw_region_label 198 rgndraw.c        static void draw_region_label ( string, cnt, gc, x, y )
draw_textcursor  278 csrtext.c        void draw_textcursor ( struct cursorRec *crsr, GCspec *draw )
draw_textcursor_cursor 350 csrtext.c        static void draw_textcursor_cursor ( EditStruct *edit, GC gc )
drop_cgraph_vertex  61 grphgrab.c       int drop_cgraph_vertex ( event )
drop_color_vertex 254 grphgrab.c       static int drop_color_vertex ( col, x, y )
else             113 histdist.c             } else
emacs_response    34 editemcs.c       int emacs_response ( xkey, edit )
enable_annuli_button 151 menuctrl.c       void enable_annuli_button ( enable )
enable_ortho_button 180 menuctrl.c       void enable_ortho_button ( enable )
eqstrn           768 wcscon.c         char *eqstrn (dra, ddec)
equalize_simply  226 histlist.c       static int equalize_simply ( histogram, histlist,
erase_cursor      76 csrdraw.c        void erase_cursor ( struct cursorRec *cursor )
excess_nzgroup   225 histdist.c       static int excess_nzgroup ( subrange, excess, average )
excess_zgroup    149 histdist.c       static int excess_zgroup ( subrange, excess, range, average )
exit_errmsg       64 mainutil.c       void exit_errmsg ( errmess )
expand_byte_to_short 228 irafio.c         static void expand_byte_to_short ( bts, ints, cnt )
expand_radii     131 rgnanli.c        static int expand_radii ( radius, i, maxcnt, cnt )
expm1             30 sclmap.c         #define expm1(a)  (exp(a)-1)
fcntl_disk        71 ctrldisk.c       void fcntl_disk ( fd, write_flag, no_block, filename )
fetch_colortable  38 clrmenu.c        int fetch_colortable ( color, table_code, imagefile )
file_exists      179 ctrlfile.c       static int file_exists ( name )
fill_colorbar     30 grphbar.c        void fill_colorbar ( data, width, height, low, high,
fill_subrange_record 121 histscan.c       static void fill_subrange_record ( link, low, high, range, nz_entries,
find_token       279 clrread.c        static int find_token ( line, len )
first_shortlist_pass 164 histmap.c          first_shortlist_pass ( histogram, list, low_entry, high_entry, levels,
fit_annuli_edge   33 rgnanli.c        void fit_annuli_edge ( cursor )
fix_exponent     194 readfith.c       static void fix_exponent ( line, count )
fk425            297 wcscon.c         void fk425 (ra,dec)
fk425m           321 wcscon.c         void fk425m (ra, dec, rapm, decpm)
fk42gal          527 wcscon.c         fk42gal (dtheta,dphi)
fk524             53 wcscon.c         void fk524 (ra,dec)
fk524m            77 wcscon.c         void fk524m (ra,dec,rapm,decpm)
fk52gal          660 wcscon.c         void fk52gal (dtheta,dphi)
flip_mtrx        122 crdrot.c         static void flip_mtrx ( mtrx, prior )
flush_connection 302 ctrlcntn.c       void flush_connection ( connection )
flush_disk       102 ctrldisk.c       void flush_disk ( fd, filename )
flush_mailbox    100 ctrlmbox.c       void flush_mailbox ( ipc, device_name )
flush_pipe        83 ctrlpipe.c       void flush_pipe ( ipc, filename )
flush_socket     135 ctrlsckt.c       void flush_socket ( ipc, socketname )
fn_substr        196 irafcrd.c        static char *fn_substr ( s, p )
form_tokens      261 cmdnew.c         static int form_tokens ( input_string, argv, maxargs )
free_argv        246 cmdnew.c         static void free_argv ( argv, maxargs )
free_blink       103 dispblnk.c       void free_blink ( )
free_color_cells 150 clralloc.c       void free_color_cells ( color, colormap )
free_cursor       98 csrsave.c        void free_cursor ( struct cursorRec *cursor )
free_cursor_cell_color 116 clrhard.c        void free_cursor_cell_color ( color )
free_gc           92 ctrlgc.c         void free_gc ( )
free_readonly_color 131 clrhard.c        static void free_readonly_color ( color, pixel_value )
gal2fk4          585 wcscon.c         void gal2fk4 (dtheta,dphi)
gal2fk5          715 wcscon.c         void gal2fk5 (dtheta,dphi)
generate_scalemap  31 histmap.c        void generate_scalemap ( hist, subrange, scalemap, pixels )
get_cgraph_vertex  33 grphgrab.c       void get_cgraph_vertex ( event )
get_color_vertex  86 grphgrab.c       static void get_color_vertex ( x, y, col )
get_cursor_pos    50 prntcurs.c       void get_cursor_pos ( event, bufx, bufy, filex, filey )
get_edit_input    94 editctrl.c       int get_edit_input ( edit, one_row, map, unmap, prompt )
get_edit_struct   44 editinit.c       EditStruct *get_edit_struct ( max_char_cnt )
get_fbconfig     224 irafenv.c        int get_fbconfig ( config_number, width, height )
get_fontstruct   240 ctrlgc.c         XFontStruct *get_fontstruct ( app_code )
get_frame_no     253 irafimtl.c       static int get_frame_no ( mask )
get_hard_color   152 clrhard.c        static int get_hard_color ( display, colormap, name, red, green, blue )
get_histlims     262 sclctrl.c        static void get_histlims ( int *histogram, int *pmin, int *pmax )
get_histogram_range 312 sclmap.c         static void get_histogram_range ( histogram, imin, imax)
get_histogram_total 290 sclctrl.c        static int get_histogram_total ( int *histogram, int pmin, int pmax )
get_key_buf_coord 137 prntcent.c       static int get_key_buf_coord ( xkey, bufX, bufY )
get_key_buf_coords  93 mgfytabl.c       static int get_key_buf_coords ( xkey, bufX, bufY )
get_keyfield     218 readfits.c       static char *get_keyfield ( header, keyword, length, report_error )
get_keyfloat     140 readfith.c       static int get_keyfloat ( header, keyword, length, val, report_error)
get_keyint       103 readfith.c       static int get_keyint ( header, keyword, length, report_error)
get_new_cmd       74 cmdnew.c         void get_new_cmd ( )
get_new_cursor    65 csrsave.c        struct cursorRec *get_new_cursor ( int point_cnt, int poly_cnt )
get_new_subrange_record 101 histscan.c       static SubrangeLink *get_new_subrange_record ( old_link )
get_pixel_val     70 mgfyval.c        int get_pixel_val( int bufx, int bufy, int* ival, double* dval, int* clip )
get_subsection_offsets 142 irafcrd.c        static void get_subsection_offsets ( s, xoff, yoff, is_qp )
get_window_dimensions 135 wndwcre.c        void get_window_dimensions ( window, wait, discard )
got_nequal       166 rgnanli.c        static char *got_nequal ( line )
grab_annulus     172 csrgrab.c        static void grab_annulus ( cursor )
grab_keys_for_textcursor  53 mainkey.c        void grab_keys_for_textcursor ( int state )
grab_old_color_vertex 114 grphgrab.c       static int grab_old_color_vertex ( x, y, col )
grab_polygon_vertex  39 csrpoly1.c       void grab_polygon_vertex ( cursor, event, size )
guess_true_file_coords  48 irafcrd.c        int guess_true_file_coords ( title )
hgetc            187 hget.c           char *hgetc (hstring,keyword0)
hgeti2            57 hget.c           int hgeti2 (hstring,keyword,ival)
hgeti4            25 hget.c           int hgeti4 (hstring,keyword,ival)
hgetl            152 hget.c           int hgetl (hstring,keyword,ival)
hgetr4            88 hget.c           int hgetr4 (hstring,keyword,rval)
hgetr8           120 hget.c           int hgetr8 (hstring,keyword,dval)
highlight_active_cgraph_vertex 108 grphdraw.c       void highlight_active_cgraph_vertex ( )
histogram_equalize  27 histeql.c        void histogram_equalize ( scalemap, histogram, area, pmin, pmax,
i_transform       48 crdtrans.c       void i_transform ( trans, xin, yin, xout, yout )
if                87 histdist.c         if( zeroes > 0 ) {
imtool_input     156 irafio.c         int imtool_input ( imhead, idev, readbuf, iwdth, owdth, y1, y2,
imtool_newimage  191 irafimtl.c       void imtool_newimage ( is_wcs, imhead )
imtool_output    105 irafio.c         void imtool_output ( imhead, odev, imagebuf, width, height )
imtool_reinit     39 irafdisp.c       void imtool_reinit ( width, height )
imtool_response   48 irafimtl.c       void imtool_response ( port, imhead, ndatabytes )
init_buttonbox_settings 206 menuctrl.c       void init_buttonbox_settings ( )
init_buttonmenu   56 menuinit.c       void init_buttonmenu ( btnbox, gc, visual, foreground, background )
init_cell_color   78 clrsetup.c       void init_cell_color ( color )
init_cellstore   154 clrsetup.c       static void init_cellstore ( cellstore, pixvalmap, ncolors )
init_cgraph_bars 107 grphline.c       void init_cgraph_bars ( rline, bline, gline )
init_cgraph_hash 194 grphline.c       void init_cgraph_hash ( )
init_cgraph_lines  35 grphline.c       void init_cgraph_lines ( rline, gline, bline )
init_cgraph_text 133 grphlbl.c        void init_cgraph_text ( )
init_cmdline      57 cmdnew.c         void init_cmdline ( argc, argv )
init_color        40 clrinit.c        void init_color ( color, init )
init_color_graph_label  36 grphtext.c       void init_color_graph_label ( )
init_colorbar_label 202 grphtext.c       static void init_colorbar_label ( )
init_colorbox     49 grphinit.c       void init_colorbox ( )
init_connections  39 ctrlcntn.c       void init_connections ()
init_desktop      58 wndwconf.c       void init_desktop ( )
init_dispbuf     101 mainbffr.c       void init_dispbuf ()
init_dispcen     114 imgparam.c       void init_dispcen ( image, coord )
init_display_buffers  53 mainbffr.c       void init_display_buffers ()
init_edit_popup   64 editctrl.c       EditStruct *init_edit_popup ( string, max_chars )
init_edit_struct  85 editinit.c       void init_edit_struct ( display, w, edit, fontstruct, foreground, background )
init_fits         40 readfits.c       int init_fits ( img )
init_font        256 ctrlgc.c         static int init_font ( app_code )
init_gc           72 ctrlgc.c         void init_gc ( display, window )
init_graph_colorbar 116 grphinit.c       void init_graph_colorbar ( )
init_halftone     40 dispbtmp.c       void init_halftone ()
init_halftone_color 116 clrsetup.c       void init_halftone_color ( color )
init_hard_colors  32 clrhard.c        void init_hard_colors ( color, colormap )
init_image        35 imgread.c        int init_image ( )
init_imagebuf    148 mainbffr.c       int init_imagebuf ()
init_imaging_buffers  37 mainbffr.c       void init_imaging_buffers ()
init_img          44 imgparam.c       void init_img ( image, coord )
init_irafimh      80 readiraf.c       int init_irafimh ( img )
init_magnifier    38 mgfyinit.c       void init_magnifier ( scope_track, text_track )
init_magnifier_XYmark 148 mgfymark.c       void init_magnifier_XYmark ( )
init_magnifier_Zmark  41 mgfymark.c       void init_magnifier_Zmark ( )
init_main_colorbar  71 grphinit.c       static void init_main_colorbar ( )
init_mousepointers  63 wndwmaus.c       void init_mousepointers ( dispdisplay, auxdisplay )
init_overlay_color  32 clrsetup.c       void init_overlay_color ( color )
init_packages    186 maininit.c       static void init_packages ( argc, argv )
init_panbox_coords  89 panwndw.c        void init_panbox_coords ( )
init_panbox_dimensions  42 panwndw.c        void init_panbox_dimensions ( )
init_panbuf       65 mainbffr.c       void init_panbuf ()
init_params      156 maininit.c       static void init_params ( argc, argv )
init_polygon      95 csrpoly2.c       static void init_polygon ( )
init_popwin      188 editctrl.c       static void init_popwin ( foreground, background )
init_region_draw  50 rgndraw.c        void init_region_draw ( view, label )
init_select      437 ctrlcntn.c       static void init_select ()
init_server      268 maininit.c       static void init_server ( displayname, desktop, color )
init_software_cursors 173 csrslct.c        void init_software_cursors ()
init_textcursor   99 csrtext.c        static void init_textcursor()
init_visual      106 clrinit.c        static int init_visual ( color, mindepth )
init_window_basics 175 wndwinit.c       static void init_window_basics ( border_pixel )
init_windows1     53 wndwinit.c       void init_windows1 ( argc, argv )
init_windows2     81 wndwinit.c       void init_windows2 ( )
insert_chars      31 editline.c       void insert_chars ( edit, str, len )
install_draw_queue_end 141 grphdraw.c       void install_draw_queue_end ( col )
install_new_color_vertex 154 grphgrab.c       static void install_new_color_vertex ( x, y, col )
integer_string   137 mgfyval.c        void integer_string( int ival, int clip, char *string, int width )
integer_test     208 crdsynth.c       static int integer_test ( fzoom, izoom )
intercept        119 csrarea.c        static int intercept ( x21, y21, x22, y22 )
invert_matrix     31 crdinvrt.c       void invert_matrix ( old, new )
invert_rgb       221 clrctrl.c        void invert_rgb ( )
invert_table     238 clrctrl.c        static void invert_table ( table )
invert_transform  31 crdsynth.c       void invert_transform ( new, old, ioff )
iswcs            273 wcs.c            int iswcs (wcs)
jpcon            815 wcscon.c         void jpcon (pos,rra,rdec,r)
jpcop            846 wcscon.c         void jpcop (rra,rdec,r,pos)
key_response      83 mainkey.c        void key_response()
ksearch          317 hget.c           char *ksearch (hstring,keyword)
label_annuli     251 rgndraw.c        static void label_annuli ( region, gc )
label_color_graph  62 grphlbl.c        void label_color_graph ( )
label_colorbar    39 grphlbl.c        void label_colorbar ( )
label_file_coords 130 mgfyctrl.c       static void label_file_coords ( bufX, bufY )
label_file_coords_proportional 256 mgfyctrl.c       static void label_file_coords_proportional ( bufX, bufY )
label_gamma       89 grphlbl.c        void label_gamma ( red, green, blue )
label_region     273 rgndraw.c        static void label_region ( region, gc )
label_region_cycle_magnifier 144 rgndraw.c        void label_region_cycle_magnifier ( region, do_index )
last_word_start  163 editline.c       int last_word_start ( edit )
linear_scale     108 sclmap.c         static void linear_scale ( image_min, image_max )
list_to_map      111 histmap.c        static void list_to_map ( scalemap, histlist, baselevel, levels, pixels )
load_edit_string 114 editinit.c       void load_edit_string ( edit, string, char_cnt )
load_edit_struct 143 editinit.c       void load_edit_struct ( edit, string, char_cnt )
load_fitsheader  142 readfits.c       static char *load_fitsheader ( fd, length, filename )
load_image       123 imgread.c        void load_image ( fb, buf, bftrans, imgbuf, filebuf, buf_squared, buf_doubled )
load_logo        375 imglogo.c        void load_logo ( shortbuf, bufwd, bufht )
load_mainbuf      95 imgnew.c         static void load_mainbuf ( clear )
load_newtable    192 clrmenu.c        static void load_newtable ( ctable, new )
load_subtable    207 clrmenu.c        static void load_subtable ( subtable, new )
log_scale        257 sclmap.c         static void log_scale ( image_min, image_max )
lookup_color     182 clrhard.c        static void lookup_color ( display, colormap, xcolor,
lookup_cursor_colors  61 clrhard.c        void lookup_cursor_colors ( color, colormap, init )
lseek_disk       155 ctrldisk.c       int lseek_disk ( fd, nbytes, filename )
lu_backsub       176 crdinvrt.c       static void lu_backsub ( lumtrx, pivots, result )
lu_decompose     102 crdinvrt.c       static void lu_decompose ( mtrx, pivots )
magnify_disp      43 mgfyctrl.c       void magnify_disp ( event, view, text )
magnify_pan       89 mgfyctrl.c       void magnify_pan ( event )
main              92 maininit.c       main(argc, argv)
make_annuli      230 rgnmake.c        static void make_annuli ( struct cursorRec *region, char *line,
make_argv        229 cmdnew.c         static char **make_argv ( maxargs )
make_arrow       111 csrshape.c       static int make_arrow ( double xtip, double ytip, double xray,
make_boxcur      151 csrshape.c       static int make_boxcur ( double xcen, double ycen, double xray, double yray,
make_cellmap_from_table 100 clrmap.c         void make_cellmap_from_table ( table )
make_cellstore_from_cellmaps  47 clrmap.c         void make_cellstore_from_cellmaps ( color )
make_cellstore_from_tables  32 clrmap.c         void make_cellstore_from_tables ( color )
make_circur       39 csrshape.c       static int	make_circur(	double xcen, double ycen, double radius,
make_cursor       68 csrshape.c       void make_cursor ( struct cursorRec *cursor )
make_ellipse     244 csrshape.c       static int make_ellipse ( double xcen, double ycen,
make_equalized_list  32 histlist.c       void make_equalized_list ( histogram, list, low_entry, high_entry,
make_gapped_list 138 histmap.c        static void make_gapped_list ( histogram, list, low, high, levels )
make_halftone_colorbar  30 grphbtmp.c       void make_halftone_colorbar ( bytedata, bitdata,
make_halftone_display 149 dispbtmp.c       void make_halftone_display ( )
make_histogram   206 sclctrl.c        static void make_histogram ( short *shortbuf, int *histogram, int ncols,
make_label       581 disppsct.c       static char *make_label()
make_logo         47 imglogo.c        static void make_logo ( logo, logo_len, buf, buf_width )
make_mouse_cursor 152 wndwmaus.c       static Cursor make_mouse_cursor ( display, bits, mask_bits,
make_new_annulus  40 csranli.c        void make_new_annulus ( cursor )
make_next_region  88 rgnmake.c        void make_next_region( int type, char *line, int exclude,
make_polygon     284 rgnmake.c        void make_polygon ( char *line, int exclude, int draw, float *vertex_coord,
make_scalemap     39 sclmap.c         void make_scalemap ( image_min, image_max )
make_subrange_scalemap  58 histmap.c          make_subrange_scalemap ( histogram, subrange, scalemap, baselevel, pixels )
map_adj_panbuf   141 panimage.c       static void map_adj_panbuf ( numerator, denominator )
map_buf_repzoom   81 disppxmp.c       void map_buf_repzoom ( struct coordRec *coord, unsigned char *dst_buf,
map_buf_subzoom   28 disppxmp.c       void map_buf_subzoom ( coord, displaybuf, imagebuf, scalemap, block_sample )
map_dispbox       72 display.c        void map_dispbox ( )
map_graphbox      40 grphctrl.c       void map_graphbox ( )
map_halftone_colorbar 183 grphinit.c       void map_halftone_colorbar ( disp, graph )
map_panbox        48 panimage.c       void map_panbox ( )
map_panbuf       116 panimage.c       static void map_panbuf ( )
map_popwin       231 editctrl.c       static void map_popwin ( edit, one_row, prompt, map )
mark_XYmagnifier 172 mgfymark.c       void mark_XYmagnifier ( )
mark_Zmagnifier   60 mgfymark.c       void mark_Zmagnifier ( )
mark_colorline_overlap  31 grpholap.c       void mark_colorline_overlap ( )
mark_hashmark_overlap  95 grpholap.c       static void mark_hashmark_overlap ( )
mark_include     355 rgndraw.c        static int mark_include ( string, exclude )
mark_left        274 editdraw.c       static void mark_left ( EditStruct *edit, GC gc )
mark_overflow    179 mgfyval.c        static void mark_overflow( char *string, int string_width,
mark_right       304 editdraw.c       static void mark_right ( EditStruct *edit, GC gc )
match_region     283 csrsave.c        int match_region ( struct cursorRec *cursor, struct cursorRec *region )
merge_links      100 histzero.c       static void merge_links ( subrange )
mount_buttonmenu 108 menuinit.c       void mount_buttonmenu ( )
move_annuli      118 csranli.c        void move_annuli ( cursor, winx, winy )
move_cgraph_vertices  29 grphmove.c       void move_cgraph_vertices ( x, y )
move_color_vertex  76 grphmove.c       static void move_color_vertex ( col, x, y, new_cell_level, new_intensity )
move_cursor       56 csrmove.c        void move_cursor ( struct cursorRec *cursor, XEvent *event, int erase )
move_edit_cursor  29 editrdrw.c       void move_edit_cursor ( edit, movement )
move_mtrx         96 crdrot.c         static void move_mtrx ( mtrx, xtran, ytran, ioff, prior )
move_textcursor  389 csrtext.c        void move_textcursor ( int xinc, int yinc )
mult_mtrx        196 crdrot.c         static void mult_mtrx ( new, first, second )
new_annulus_edge  68 rgnanli.c        void new_annulus_edge ( cursor )
new_color_table  191 clrctrl.c        static void new_color_table ( map_code )
new_command       96 cmdnew.c         static int new_command ( input_line )
new_dispboxmouse 267 wndwmaus.c       void new_dispboxmouse ( )
new_display       52 imgnew.c         void new_display ( dispnow, clear, load, scale )
new_file         284 cmdnew.c         static int new_file ( )
new_halftone     103 dispbtmp.c       static void new_halftone ( magnifier )
new_histogram    126 sclctrl.c        static void new_histogram ( )
new_image        315 mainkey.c        static int new_image ( )
new_panbox       114 panwndw.c        void new_panbox ( newdata )
new_pancursor     48 pancrsr.c        void new_pancursor ( track )
new_panimage     137 imgnew.c         void new_panimage ()
new_scalemap      73 sclctrl.c        void new_scalemap ( )
new_textcursor   121 csrtext.c        void new_textcursor()
next_token       174 rgntoken.c       char *next_token ( line, cnt )
next_word_end    136 editline.c       int next_word_end ( edit )
no_fitscomment   180 readfith.c       void no_fitscomment ( line, count )
not_different     81 mainutil.c       int not_different ( val1, val2 )
note_current_disp_transform 204 csrcoord.c       void note_current_disp_transform ( Transform *filetodisp )
note_trigger_key_position 192 wndwmaus.c       void note_trigger_key_position ( x, y )
on_annulus       216 csrgrab.c        static int on_annulus ( cursor, pointer )
on_polygon_vertex 210 csrpoly1.c       static int on_polygon_vertex ( x, y, vertex, cnt )
open_connection   63 ctrlcntn.c       int open_connection ( connection )
open_disk         38 ctrldisk.c       int open_disk ( filename, write_flag, no_block )
open_font        278 ctrlgc.c         static int open_font ( index )
open_imtool_connection  50 irafio.c         void open_imtool_connection ()
open_input_file  140 ctrlfile.c       int open_input_file ( fd, edit, one_popup_row, prompt )
open_mailbox      40 ctrlmbox.c       int open_mailbox ( device_name, direction, flush_flag )
open_output_file  43 ctrlfile.c       int open_output_file ( fd, edit, one_popup_row, prompt )
open_pipe         31 ctrlpipe.c       int open_pipe ( device_name, write_flag, flush_flag )
open_pixfile     164 readiraf.c       static int open_pixfile ( pixname, hdrname )
open_rtfifo_connection  62 rtio.c           void open_rtfifo_connection ()
open_rtsock_connection  43 rtio.c           void open_rtsock_connection ()
open_socket_listener  42 ctrlsckt.c       int open_socket_listener ( host_name, port_address )
output_column_labels 121 mgfytabl.c       static void output_column_labels ( xarray, cols, col_width, filex )
output_pixval_table 158 mgfytabl.c       static void output_pixval_table ( xarray, yarray, cols, rows, col_width,
pack_SPPstring   207 readiraf.c       static void pack_SPPstring ( line, len )
panedge_zoom     128 crdtemp.c        void panedge_zoom ( coord, wintoimgtrans, win_x, win_y )
panimage_halftone 123 dispbtmp.c       void panimage_halftone ( )
parse_cmdline     64 cmdparse.c       int parse_cmdline ( argc, argv, displayname )
parse_color      106 cmddisp.c        int parse_color ( argc, argv, argi, got_color )
parse_color_file  28 clrread.c        int parse_color_file ( fp, ctable, max_entries )
parse_color_table  98 clrread.c        static int parse_color_table ( fp, line, cbuf, i, len, line_num,
parse_connection 260 cmdimage.c       int parse_connection ( argc, argv, argi, got_read, init )
parse_coords     260 rgnmake.c        static int parse_coords ( char *line, float *coord, int maxcnt )
parse_display    267 cmddisp.c        int parse_display ( argc, argv, argi, got_geo, displayname )
parse_error      211 rgnmake.c        static void parse_error( char* line )
parse_etc        139 cmdparse.c       static int parse_etc ( argc, argv, argi )
parse_filename    53 cmdimage.c       int parse_filename ( argc, argv, argi, got_name )
parse_fileread   183 cmdimage.c       int parse_fileread ( argc, argv, argi, got_read )
parse_filetype    98 cmdimage.c       int parse_filetype ( argc, argv, argi, got_type )
parse_geometry   205 wndwconf.c       int parse_geometry ( geometry, disp_size )
parse_imtool_points 142 rgnread.c        static void parse_imtool_points ( char *line )
parse_iraf_subsection  95 irafcrd.c        static int parse_iraf_subsection ( s, xoff, yoff, block )
parse_point      207 rgnread.c        static void parse_point ( char *line, int exclude )
parse_pros_regions  51 rgnread.c        static void parse_pros_regions ( char *line )
parse_radii       92 rgnanli.c        int parse_radii ( line, radius, maxcnt )
parse_rotate      62 cmddisp.c        int parse_rotate ( argc, argv, argi, new_rotate )
parse_scale      180 cmddisp.c        int parse_scale ( argc, argv, argi, got_scale )
pix2wcs          614 wcs.c            void pix2wcs (wcs,xpix,ypix,xpos,ypos)
pix2wcst         522 wcs.c            int pix2wcst (wcs, xpix, ypix, wcstring, lstr)
place_edit_cursor  40 editrdrw.c       void place_edit_cursor ( edit, new_position )
platepix         109 platepos.c       int platepix (xpos, ypos, wcs, xpix, ypix)
platepos          19 platepos.c       int platepos (xpix, ypix, wcs, xpos, ypos)
point_region      62 rgnctrl.c        void point_region ( XButtonEvent *xbutton )
pointer_is_inside_polygon 171 rgndrop.c        static int pointer_is_inside_polygon ( x, y, polypt, poly_cnt )
pointer_is_inside_region 118 rgndrop.c        static int pointer_is_inside_region ( x, y, region )
prep_alpha       300 clrread.c        static int prep_alpha ( line, len )
print_center      34 prntcent.c       void print_center ( )
print_cursor      32 prntcurs.c       void print_cursor ( event, coorsys )
print_file_value  74 prntcurs.c       static void print_file_value ( bufX, bufY, fileX, fileY, coorsys )
print_one_color  169 clrmenu.c        static void print_one_color ( fp, table )
print_table       32 mgfytabl.c       void print_table ()
raise_windows    164 wndwinit.c       void raise_windows ( )
range_zgroup     187 histdist.c       static int range_zgroup (subrange, excess, range, average)
read_array        30 readarr.c        void read_array ( fd, img, imgbuf, filebuf, width, height, X, Y, block,
read_color_file   88 clrmenu.c        static ColorTable *read_color_file ( )
read_connection  374 ctrlcntn.c       int read_connection ( connection, buf, bytes )
read_data        121 readarr.c        static int read_data ( fd, img, databuf )
read_disk        184 ctrldisk.c       int read_disk ( fd, buf, nbytes, report_error, filename, detail )
read_fitsheader   46 readfith.c       int read_fitsheader ( header, length, bitpix, naxis, naxes, scale, bias )
read_imtool_packet  35 irafpipe.c       void read_imtool_packet( port )
read_mailbox     124 ctrlmbox.c       int read_mailbox ( ipc, buf, bytes, report_error, device_name, detail )
read_regions      75 rgnread.c        void read_regions ( )
read_rtio_packet  82 rtio.c           void read_rtio_packet ( port )
real_string      218 mgfyval.c        void real_string( double val, char *string, int width )
recall_edit_struct 158 editinit.c       void recall_edit_struct ( edit, next, clear )
redo_displays    160 cmdnew.c         static void redo_displays ( )
redraw_after_delete  87 editrdrw.c       void redraw_after_delete ( edit )
redraw_after_insert 144 editrdrw.c       void redraw_after_insert ( edit, insert_cnt )
redraw_edit_string 151 editdraw.c       void redraw_edit_string ( EditStruct *edit )
redraw_magnifier 114 mgfyctrl.c       void redraw_magnifier ( )
redraw_window    130 wndwinit.c       void redraw_window ( wndwID )
region_indicated_by_pointer  67 rgndrop.c        struct cursorRec *region_indicated_by_pointer ( cursor, x, y, point_only )
reinit_color     259 clrctrl.c        void reinit_color ( disp )
reload_textcursor 178 csrtext.c        void reload_textcursor()
remove_annulus   144 csrgrab.c        static void remove_annulus ( parent )
rename_imtool_connection  85 irafio.c         void rename_imtool_connection ( name, in )
replace_draw_queue_end 163 grphdraw.c       void replace_draw_queue_end ( )
report_cursor_info 241 csrcoord.c       void report_cursor_info ( struct cursorRec *cursor )
request_delete_polygon_vertex  87 csrpoly1.c       int request_delete_polygon_vertex ( cursor, event )
rescan_histogram  96 histeql.c        static int rescan_histogram ( subrange, histogram,
reset_dispparams 197 cmdnew.c         static void reset_dispparams ( )
reset_regions    267 rgnctrl.c        static void reset_regions()
reset_tdisp       95 crdtemp.c        void reset_tdisp ( coord )
reset_textcursor_coords 369 csrtext.c        void reset_textcursor_coords( struct cursorRec *crsr )
resolve_zeroes    26 histzero.c       void resolve_zeroes ( PriorLink, zeroes )
respond_to_connection 326 ctrlcntn.c       void respond_to_connection ( id )
rotate_buf        29 imgtrans.c       void rotate_buf ( buf, flip, rotcode, width, height, buf_squared, buf_doubled )
rotate_transform  58 crdrot.c         void rotate_transform ( img, imgtofile, flip, rotcode )
same_path        227 readiraf.c       static void same_path ( pixname, hdrname )
save_blink        44 dispblnk.c       void save_blink ( button )
save_cursor_as_region 167 csrsave.c        void save_cursor_as_region ( struct cursorRec *cursor, int exclude )
save_textcursor  151 csrtext.c        void save_textcursor ( XButtonEvent *xbutton )
say_goodbye      139 maininit.c       void say_goodbye ( code )
scale_data_i2     63 readint.c        void scale_data_i2 ( image, imgbuf, databuf, vals )
scale_data_i4    116 readint.c        void scale_data_i4 ( image, imgbuf, databuf, vals, verbose )
scale_data_r4     29 readreal.c       void scale_data_r4 ( image, imgbuf, databuf, vals, verbose )
scale_data_r8    133 readreal.c       void scale_data_r8 ( image, imgbuf, databuf, vals, verbose )
scale_data_u1     41 readint.c        void scale_data_u1 ( image, imgbuf, databuf, vals )
scale_data_u2     83 readint.c        void scale_data_u2 ( image, imgbuf, databuf, vals )
scan_histogram_for_peaks  24 histscan.c       void scan_histogram_for_peaks ( subrange, histogram,
screen_dump       52 disppsct.c       screen_dump ()
select_best_hash_position  31 grphpos.c        int select_best_hash_position ( x, y, hash, hash_cnt, match, vertical )
select_color      39 clrctrl.c        void select_color ( )
select_cursor     49 csrslct.c        void select_cursor ()
select_environment 106 mainslct.c       static void select_environment ( int response[] )
select_halftone   58 dispbtmp.c       void select_halftone ()
select_pan       214 panctrl.c        void select_pan ( )
select_region    149 rgnctrl.c        void select_region ( )
select_scalemap   47 sclctrl.c        void select_scalemap ()
send_curpos_to_iraf 108 iraffdbk.c       void send_curpos_to_iraf ( fileX, fileY, frameno, z, key, strval )
set_active_polygon_hashmark 217 csrpoly2.c       void set_active_polygon_hashmark ( cursor )
set_annuli_from_file_coords 164 csrcoord.c       void set_annuli_from_file_coords ( struct cursorRec *cursor,
set_auxborder    132 wndwadj.c        void set_auxborder ( auxbdr )
set_border_color 234 wndwinit.c       static void set_border_color ( color_name )
set_buftran      193 crdset.c         void set_buftran ( coord )
set_center_param 167 prntcent.c       static int set_center_param ( bufx, bufy, xdim, ydim,
set_cgraph_bar   160 grphline.c       void set_cgraph_bar ( cellmap, line )
set_cgraph_hash  220 grphline.c       int set_cgraph_hash ( table, hash, hash_cnt )
set_cgraph_line   76 grphline.c       void set_cgraph_line ( cellmap, line )
set_colorbar_image 229 grphinit.c       static void set_colorbar_image ( bar, vertical )
set_colorbar_params 203 grphinit.c       static void set_colorbar_params ( bar, width, height )
set_coordsys      40 crdset.c         void set_coordsys ( csys, ioff, width, height, x1, y1, x2, y2 )
set_curpos_to_iraf_trigger 153 iraffdbk.c       void set_curpos_to_iraf_trigger ( frameno, z )
set_cursor_file_coords  67 csrcoord.c       void set_cursor_file_coords( struct cursorRec *cursor, Transform *disptofile,
set_cursor_from_file_coords 130 csrcoord.c       void set_cursor_from_file_coords( struct cursorRec *cursor,
set_cursor_from_iraf  40 iraffdbk.c       void set_cursor_from_iraf ( fileX, fileY )
set_cursor_overlay_color 183 clrsetup.c       static void set_cursor_overlay_color ( color, cellstore )
set_dispborder   120 wndwadj.c        void set_dispborder ( dispbdr )
set_dispoff      209 crdtemp.c        void set_dispoff ( BAtrans, Bsys, AB )
set_disptran     106 crdtemp.c        void set_disptran ( coord )
set_edges        288 crdset.c         void set_edges ( BAtrans, Asys, Bsys, ABmap )
set_edit_draw_func  80 editdraw.c       void set_edit_draw_func ( int func, unsigned long mask )
set_edit_gc      204 ctrlgc.c         GC set_edit_gc ( font, foreground, background )
set_fbuftran     142 crdset.c         void set_fbuftran ( image, buf, fbuf, buftofbuf )
set_gc           109 ctrlgc.c         GC set_gc ( spec )
set_gc_with_background 135 ctrlgc.c         GC set_gc_with_background ( spec, background )
set_imgtran      108 crdset.c         void set_imgtran ( image, img, file, imgtofile, filetoimg )
set_imtool_colors 214 irafdisp.c       void set_imtool_colors ()
set_imtool_scale 185 irafdisp.c       void set_imtool_scale()
set_iraf_key_trigger  69 mainkey.c        void set_iraf_key_trigger ( int state )
set_magnifier    109 mgfyinit.c       void set_magnifier ( )
set_magnifier_matrix 201 mgfyinit.c       void set_magnifier_matrix ( matrix, inverse )
set_pancursor     88 pancrsr.c        static void set_pancursor ( pan, left_x, right_x, top_y, low_y )
set_parsed_geometry 231 wndwconf.c       static void set_parsed_geometry ( )
set_path_iraf     45 irafenv.c        void set_path_iraf ( filename )
set_polygon_file_coords 139 csrpoly1.c       void set_polygon_file_coords ( cursor, disptofile )
set_polygon_from_file_coords 172 csrpoly1.c       void set_polygon_from_file_coords ( cursor, filetodisp, hash )
set_polygon_hashmarks 201 csrpoly2.c       void set_polygon_hashmarks ( cursor )
set_region_gc    177 rgndraw.c        static GC set_region_gc ( region )
set_region_type  205 rgntoken.c       int set_region_type ( record, line )
set_submenu_toggle  99 menuctrl.c       void set_submenu_toggle ( mode, action, status )
set_table_params 210 mgfytabl.c       static int set_table_params ( bufx, bufy, xdim, ydim, xarray, yarray )
set_tdisp         34 crdtemp.c        void set_tdisp ( coord )
set_text_gc      165 ctrlgc.c         GC set_text_gc ( font, foreground, background, func, mask )
set_time_string  176 rgnwrite.c       static void set_time_string ( time_string )
set_trans_speed  150 crdsynth.c       void set_trans_speed ( trans )
set_transform     79 crdset.c         void set_transform ( BAcenX, BAcenY, BAzoom, Asys, Bsys, AtoB, BtoA )
set_trigger_key_mouse 205 wndwmaus.c       void set_trigger_key_mouse ( state )
set_window_basics 198 wndwinit.c       static void set_window_basics ( window, parent, border_pixel, background,
show_dispcoords   87 panimage.c       void show_dispcoords ( )
show_filename    211 imgnew.c         void show_filename ( )
si_command        16 rtcmd.c          int si_command(cmd)
si_filer          50 rtcmd.c          si_filer(cmd)
si_init           63 rtcmd.c          si_init(cmd)
si_pixel          81 rtcmd.c          si_pixel(count, mode, list)
size_annuli       41 csrgrab.c        void size_annuli ( cursor, event )
size_annulus      91 csrgrab.c        static void size_annulus ( cursor, event )
size_cursor      105 csrmove.c        void size_cursor ( struct cursorRec *cursor, XEvent *event, int erase )
size_imagefile   190 imgcheck.c       static long size_imagefile ( img, headersize, rawsize )
size_polygon     117 csrpoly1.c       void size_polygon ( cursor, x, y )
specificmotion_in_disp 121 mainutil.c       Bool specificmotion_in_disp ( display, event, arg )
sqrt_scale       212 sclmap.c         static void sqrt_scale ( image_min, image_max )
square_buf       106 imgtrans.c       static void square_buf ( buf, width, height, left )
start_polygon     74 csrpoly2.c       void start_polygon ( cursor, coord )
start_size       230 csrmove.c        int start_size ( struct cursorRec *cursor, XEvent *event )
statedmotion_in_disp 141 mainutil.c       Bool statedmotion_in_disp ( display, event, arg )
statemotion_in_disp 101 mainutil.c       Bool statemotion_in_disp ( display, event, arg )
store_edit_struct 195 editinit.c       void store_edit_struct ( edit )
string_cmdline   247 cmdparse.c       void string_cmdline ( argc, argv, cmdline, linemax )
strsrch          387 hget.c           char *strsrch (s1, s2)
swap_bytes       203 ctrlfile.c       void swap_bytes ( array, nbytes )
test_cross        86 csrarea.c        static int test_cross ( pt, cnt, j, i )
textcursor_keyentry 192 csrtext.c        void textcursor_keyentry ( XKeyEvent *xkey, KeySym keysym )
timestamp        149 rgnwrite.c       void timestamp ( fd, imagename )
toggle_region_labeling  88 rgndraw.c        void toggle_region_labeling ( )
toggle_region_visibility  76 rgndraw.c        void toggle_region_visibility ( )
touch_submenu_button  48 menuctrl.c       void touch_submenu_button ( mode, action )
transfer_buf     120 imgflip.c        void transfer_buf ( register short *src, register short *dst,
trigger_curpos_to_iraf 178 iraffdbk.c       int trigger_curpos_to_iraf ( event, key )
turn_mtrx        144 crdrot.c         static void turn_mtrx ( mtrx, angle, prior )
unmap_popwin     173 editctrl.c       void unmap_popwin ( )
unmark_peak_links 127 histeql.c        static void unmark_peak_links ( subrange, nlevels )
unsave_region     34 rgndrop.c        void unsave_region ( cursor, dead_meat )
unset_blink      142 dispblnk.c       void unset_blink ( )
unset_edit_draw_func  96 editdraw.c       void unset_edit_draw_func()
unsquare_buf     135 imgtrans.c       static void unsquare_buf ( buf, width, height, left )
update_annuli_centers 164 csranli.c        void update_annuli_centers ( cursor )
update_wcs        90 irafenv.c        int update_wcs ( image, coord, frame_number, wcsbuf )
usage            274 cmdparse.c       int usage ( what, argc, argv, first, last )
vary_colors       32 clrvary.c        void vary_colors ( event, mode, track, x, y, width, height )
vary_contrast_and_bias 133 clrvary.c        void vary_contrast_and_bias ( table, contrast, bias )
verify_pseudocolor 195 clrinit.c        int verify_pseudocolor ( color, min_depth, min_size )
wcs2pix          660 wcs.c            void wcs2pix (wcs,xpos,ypos,xpix,ypix,offscl)
wcscent          286 wcs.c            void wcscent (wcs)
wcscom           448 wcs.c            void wcscom ( wcs, xfile, yfile )
wcscominit       425 wcs.c            void wcscominit (wcs, command)
wcsdist          382 wcs.c            double wcsdist (x1,y1,x2,y2)
wcsinit           30 wcs.c            struct WorldCoor *wcsinit (hstring)
wcsoutinit       477 wcs.c            void wcsoutinit (wcs, coorsys)
wcssize          336 wcs.c            void wcssize (wcs, cra, cdec, dra, ddec)
worldpix         319 worldpos.c       int worldpix (xpos, ypos, wcs, xpix, ypix)
worldpos          82 worldpos.c       int worldpos (xpix, ypix, wcs, xpos, ypos)
wrap_scale       162 sclmap.c         static void wrap_scale ( image_min, image_max )
write_annuli     278 rgnwpros.c       static void write_annuli ( region, line, fd )
write_color_file 114 clrmenu.c        static void write_color_file ( imagefile, color )
write_connection 403 ctrlcntn.c       int write_connection ( connection, buf, bytes )
write_disk       232 ctrldisk.c       int write_disk ( fd, buf, nbytes, filename )
write_mailbox    165 ctrlmbox.c       int write_mailbox ( ipc, buf, bytes, device_name )
write_region_imtool 129 rgnwrite.c       static void write_region_imtool ( fd, region, image )
write_region_pros  48 rgnwpros.c       void write_region_pros ( fd, region )
write_regions     61 rgnwrite.c       void write_regions ( cursor, image, output_type )
write_text_region 449 csrtext.c        void write_text_region ( struct cursorRec *region, char* line )
xflip_buf         27 imgflip.c        void xflip_buf ( short *buf, int cols, int rows )
yflip_buf         64 imgflip.c        void yflip_buf ( short *buf, int cols, int rows )
zflip_buf         96 imgflip.c        void zflip_buf ( short *buf, int cols, int rows )