|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1235 (0x4d3) Types: TextFile Notes: UNIX file Names: »llib-lpanel«
└─⟦751277626⟧ Bits:30004155/disk6.imd SW95713I 386/ix Software Development System Rel. 2.0 └─⟦751277626⟧ UNIX Filesystem └─⟦this⟧ »sd/new/usr/lib/llib-lpanel«
/* Copyright (c) 1984, 1986, 1987, 1988 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended publication of such source code. */ #ident "@(#)llib-lpanel. 2.3 - 88/07/01" /*LINTLIBRARY*/ #include <curses.h> #include <panel.h> int bottom_panel (panel) PANEL *panel; {return OK;} int hide_panel (panel) PANEL *panel; {return OK;} int del_panel (panel) PANEL *panel; {return OK;} WINDOW *panel_window (panel) PANEL *panel; {return (WINDOW *) 0;} char *panel_userptr (panel) PANEL *panel; {return (char *)0;} int set_panel_userptr (panel, ptr) PANEL *panel; char *ptr; {return OK;} PANEL *panel_above (panel) PANEL *panel; {return (PANEL *) 0;} PANEL *panel_below (panel) PANEL *panel; {return (PANEL *) 0;} int panel_hidden (panel) PANEL *panel; {return TRUE;} int move_panel (panel, starty, startx) PANEL *panel; int starty, startx; {return OK;} PANEL *new_panel (window) WINDOW *window; {return (PANEL *) 0;} int show_panel (panel) PANEL *panel; {return OK;} int replace_panel (panel, window) PANEL *panel; WINDOW *window; {return OK;} int top_panel (panel) PANEL *panel; {return OK;} void update_panels () {}