Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/ttpmacro/ttmbuff.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File MIME type: text/x-chdr
File size: 827 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /* Tera Term
2 Copyright(C) 1994-1998 T. Teranishi
3 All rights reserved. */
4
5 /* TTMACRO.EXE, Macro file buffer */
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 BOOL InitBuff(PCHAR FileName);
12 void CloseBuff(int IBuff);
13 BOOL GetNewLine();
14 // goto
15 void JumpToLabel(int ILabel);
16 // call .. return
17 WORD CallToLabel(int ILabel);
18 WORD ReturnFromSub();
19 // include file
20 BOOL BuffInclude(PCHAR FileName);
21 BOOL ExitBuffer();
22 // for ... next
23 int SetForLoop();
24 void LastForLoop();
25 BOOL CheckNext();
26 int NextLoop();
27 // while ... endwhile
28 int SetWhileLoop();
29 void EndWhileLoop();
30 int BackToWhile(BOOL flag);
31 void InitLineNo(void);
32 int GetLineNo(void);
33 char *GetLineBuffer(void);
34 int IsUpdateMacroCommand(void);
35 WORD BreakLoop();
36
37 extern int EndWhileFlag;
38 extern int BreakFlag;
39
40 #ifdef __cplusplus
41 }
42 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26