#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include "gr.h"#include "ui.h"#include "key.h"#include "mono.h"#include "error.h"#include "u_mem.h"#include "inferno.h"#include "editor.h"#include "segment.h"#include "object.h"Classes | |
| struct | sort_element |
Functions | |
| int | segdist_cmp (sort_element *s0, sort_element *s1) |
| fix | compute_dist (segment *seg, vms_vector *pos) |
| void | sort_seg_list (int n_segs, short *segnumlist, vms_vector *pos) |
| int | SortSelectedList (void) |
| int | SelectNextFoundSeg (void) |
| int | SelectPreviousFoundSeg (void) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
1.4.6