curshdr.h (7c478bd9) curshdr.h (e8031f0a)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 5 unchanged lines hidden (view full) ---

14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 5 unchanged lines hidden (view full) ---

14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
22/*
23/*
23 * Copyright 1997 Sun Microsystems, Inc. All rights reserved.
24 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27/* Copyright (c) 1988 AT&T */
28/* All Rights Reserved */
29
30/*
31 * University Copyright- Copyright (c) 1982, 1986, 1988

--- 244 unchanged lines hidden (view full) ---

276extern int _mbinsshift(WINDOW *, int), _mbvalid(WINDOW *);
277extern int _padjust(WINDOW *, int, int, int, int, int, int);
278extern int _prefresh(int (*)(WINDOW *), WINDOW *, int, int, int,
279 int, int, int);
280extern int _overlap(WINDOW *, WINDOW *, int);
281extern int _scr_all(char *, int);
282extern int _slk_update(void);
283extern int _tcsearch(char *, short [], char *[], int, int);
25 * Use is subject to license terms.
26 */
27
28/* Copyright (c) 1988 AT&T */
29/* All Rights Reserved */
30
31/*
32 * University Copyright- Copyright (c) 1982, 1986, 1988

--- 244 unchanged lines hidden (view full) ---

277extern int _mbinsshift(WINDOW *, int), _mbvalid(WINDOW *);
278extern int _padjust(WINDOW *, int, int, int, int, int, int);
279extern int _prefresh(int (*)(WINDOW *), WINDOW *, int, int, int,
280 int, int, int);
281extern int _overlap(WINDOW *, WINDOW *, int);
282extern int _scr_all(char *, int);
283extern int _slk_update(void);
284extern int _tcsearch(char *, short [], char *[], int, int);
284extern int _vsscanf(char *, char *, __va_list);
285extern int _vsscanf(const char *, const char *, __va_list);
285extern int force_doupdate(void);
286extern int init_acs(void);
287extern int mbscrw(int);
288extern int mbeucw(int);
289extern int scr_ll_dump(FILE *);
290extern int scr_reset(FILE *, int);
291extern int setkeymap(void);
292extern int ttimeout(int);

--- 35 unchanged lines hidden ---
286extern int force_doupdate(void);
287extern int init_acs(void);
288extern int mbscrw(int);
289extern int mbeucw(int);
290extern int scr_ll_dump(FILE *);
291extern int scr_reset(FILE *, int);
292extern int setkeymap(void);
293extern int ttimeout(int);

--- 35 unchanged lines hidden ---