top: some minor renaming, reformatting and rearranging
This commit just addresses these miscellaneous issues: . always use 'p' for pointers to that proc_t structure . always match order of local #undef to parent #define . forest_create use of array index made more efficient Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -761,7 +761,7 @@ typedef struct WIN_t {
|
||||
//atic void insp_mkrow_raw (int col, int row);
|
||||
//atic void insp_mkrow_utf8 (int col, int row);
|
||||
//atic void insp_show_pgs (int col, int row, int max);
|
||||
//atic int insp_view_choice (proc_t *obj);
|
||||
//atic int insp_view_choice (proc_t *p);
|
||||
//atic void inspection_utility (int pid);
|
||||
/*------ Other Filtering ------------------------------------------------*/
|
||||
//atic const char *osel_add (WIN_t *q, int ch, char *glob, int push);
|
||||
|
Reference in New Issue
Block a user