Annotation of researchv9/jtools/src/sunlib/menu.h, revision 1.1.1.1

1.1       root        1: #define                hmenuhit mhit
                      2: 
                      3: typedef struct NMitem
                      4: {
                      5:        char    *text;
                      6:        char    *help;
                      7:        struct NMenu *next;
                      8:        void    (*dfn)(), (*bfn)(), (*hfn)();
                      9:        long    data;           /* user only */
                     10: } NMitem;
                     11: typedef struct NMenu
                     12: {
                     13:        NMitem  *item;                  /* NMitem array, ending with text=0 */
                     14:        NMitem  *(*generator)();        /* used if item == 0 */
                     15:        short   prevhit;                /* private to menuhit() */
                     16:        short   prevtop;                /* private to menuhit() */
                     17: } NMenu;
                     18: extern NMitem *hmenuhit();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.