comparison usr/src/tools/cscope-fast/global.h @ 9:2027089f4c3a

cscope-fast getline conflicts with getline in illumos
author Andrew Stormont <andyjstormont@gmail.com>
date Wed, 29 Feb 2012 06:38:16 +0000
parents 1a15d5aaf794
children
comparison
equal deleted inserted replaced
8:d2a803ab280b 9:2027089f4c3a
16 * If applicable, add the following below this CDDL HEADER, with the 16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying 17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 * 19 *
20 * CDDL HEADER END 20 * CDDL HEADER END
21 *
22 * Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
21 */ 23 */
22 /* Copyright (c) 1988 AT&T */ 24 /* Copyright (c) 1988 AT&T */
23 /* All Rights Reserved */ 25 /* All Rights Reserved */
24 26
25 27
271 273
272 /* input.c */ 274 /* input.c */
273 void catchint(int sig); 275 void catchint(int sig);
274 int ungetch(int c); 276 int ungetch(int c);
275 int mygetch(void); 277 int mygetch(void);
276 int getline(char s[], size_t size, int firstchar, BOOL iscaseless); 278 int mygetline(char s[], size_t size, int firstchar, BOOL iscaseless);
277 void askforchar(void); 279 void askforchar(void);
278 void askforreturn(void); 280 void askforreturn(void);
279 void shellpath(char *out, int limit, char *in); 281 void shellpath(char *out, int limit, char *in);
280 282
281 /* lookup.c */ 283 /* lookup.c */