Deleted Added
full compact
parse.h (1574) parse.h (8870)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

37 */
38
39/*
40 * el.parse.h: Parser functions
41 */
42#ifndef _h_el_parse
43#define _h_el_parse
44
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

37 */
38
39/*
40 * el.parse.h: Parser functions
41 */
42#ifndef _h_el_parse
43#define _h_el_parse
44
45protected int parse_line __P((EditLine *, const char *));
45protected int parse_line __P((EditLine *, const char *));
46protected int parse__escape __P((const char ** const));
47protected char * parse__string __P((char *, const char *));
48protected int parse_cmd __P((EditLine *, const char *));
49
50#endif /* _h_el_parse */
46protected int parse__escape __P((const char ** const));
47protected char * parse__string __P((char *, const char *));
48protected int parse_cmd __P((EditLine *, const char *));
49
50#endif /* _h_el_parse */