MISR Toolkit
1.5.1
odl
odldef_prototypes.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*/
2
/* */
3
/* COPYRIGHT 1994, 1995, 1996 Applied Research Corporation */
4
/* */
5
/* 1997, 1998 Space Applications Corporation */
6
/* */
7
/* ALL RIGHTS RESERVED */
8
/* */
9
/*---------------------------------------------------------------------------*/
10
/*****************************************************************************
11
BEGIN_FILE_PROLOG:
12
13
FILENAME:
14
15
odldef_prototypes.h
16
17
DESCRIPTION:
18
19
This file contains function prototypes that are specific to the
20
CUC Tools
21
22
AUTHOR:
23
Ray Milburn / Steven Myers & Associates
24
25
HISTORY:
26
02-Feb-99 RM Initial version
27
28
END_FILE_PROLOG:
29
*****************************************************************************/
30
31
#ifndef odldef_prototypes
32
#define odldef_prototypes
33
34
/*****************************************************************
35
Function prototypes.
36
*****************************************************************/
37
38
void
yyunput
(
int
c);
39
int
yyparse
();
40
int
yylook
();
41
int
yywrap
();
42
int
yyinput
();
43
int
yyback
(
int
*p,
int
m);
44
int
yylex
();
45
int
yyerror
(
char
*msg);
46
char
ODLPeekString
(
int
pos);
47
char
*
ODLStoreString
(
char
c);
48
void
ODLNewString
();
49
char
ODLBackupString
();
50
void
ODLKillString
();
51
int
ODLStringLength
();
52
53
#endif
ODLStringLength
int ODLStringLength()
Definition:
lexan.c:629
yyerror
int yyerror(char *msg)
Definition:
parser.c:97
yylex
int yylex()
Definition:
lexan.c:131
ODLBackupString
char ODLBackupString()
Definition:
lexan.c:601
yylook
int yylook()
Definition:
lexan.c:1961
ODLNewString
void ODLNewString()
Definition:
lexan.c:589
yyparse
int yyparse()
Definition:
parser.c:408
yyunput
void yyunput(int c)
Definition:
lexan.c:2131
ODLStoreString
char * ODLStoreString(char c)
Definition:
lexan.c:567
ODLPeekString
char ODLPeekString(int pos)
Definition:
lexan.c:612
yyinput
int yyinput()
Definition:
lexan.c:2124
ODLKillString
void ODLKillString()
Definition:
lexan.c:621
yyback
int yyback(int *p, int m)
Definition:
lexan.c:2111
yywrap
int yywrap()
Definition:
lexan.c:353
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:51