📄 ida_t.h
字号:
/*************************************************************************** * * * db.* * * open source database kernel * * * * Copyright (c) 2000 Centura Software Corporation. All rights reserved. * * * * Use of this software, whether in source code format, or in executable, * * binary object code form, is governed by the CENTURA OPEN SOURCE LICENSE * * which is fully described in the LICENSE.TXT file, included within this * * distribution of source code files. * * * * Except as provided herein, the contents of this file are subject to the * * Centura Open Source Public License Version 1.0 (the "License"); you may * * not use this file except in compliance with the License. A copy of the * * License will be provided to you by Club ITTIA. * * * * Software distributed under the License is distributed on an "AS IS" * * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * * License for the specific language governing rights and limitations * * under the License. * * * * The Original Code is db.linux version 1.0, released February 29, 2000. * * * * The Initial Developer of the Original Code is Centura Software * * Corporation. Portions created by Centura Software Corporation are * * Copyright (C) 1984-2000 Centura Software Corporation. All Rights * * Reserved. * * * * This file contains modifications to the Original Code made by ITTIA. * * This file may only be used in accordance with the ITTIA DB.* V.2 * * License Agreement which is available at WWW.ITTIA.COM. * * * **************************************************************************/#include "mdl.h"extern void db_access(void);extern void initdb(void);extern void closedb(void);extern void showpar(void);extern void oofcn(void);extern void osfcn(void);extern void oefcn(void);extern void clear_exit(void);extern void pdfcn(void);extern void pffcn(void);extern void pufcn(void);extern void ppfcn(void);extern void pmfcn(void);extern void plfcn(void);extern void pcfcn(void);extern void clear_exit(void);extern void rgfcn(void);extern void refcn(void);extern void rmfcn(void);extern void rdfcn(void);extern void rsfcn(void);extern void rffcn(void);extern void rkffcn(void);extern void rklfcn(void);extern void rnfcn(void);extern void rpfcn(void);extern void rrsfcn(void);extern void rrffcn(void);extern void rrlfcn(void);extern void rrnfcn(void);extern void rrpfcn(void);extern void ssfcn(void);extern void sofcn(void);extern void sffcn(void);extern void snfcn(void);extern void slfcn(void);extern void spfcn(void);extern void scfcn(void);extern void sdfcn(void);extern void stfcn(void);extern void cofcn(void);extern void cmfcn(void);extern void crfcn(void);extern void cafcn(void);extern void cdfcn(void);extern void cdxfcn(void);extern void tbfcn(void);extern void tefcn(void);extern void tafcn(void);extern void lrfcn(void);extern void lsfcn(void);extern void lkfcn(void);extern void lcfcn(void);extern void ltfcn(void);extern void mlfcn(void);extern void frfcn(void);extern void fsfcn(void);extern void fkfcn(void);extern void fafcn(void);extern void fcfcn(void);extern void mffcn(void);extern void mlfcn(void);extern void clear_exit(void);extern void rsnfcn(void);extern void rsffcn(void);extern void rssfcn(void);extern void clear_exit(void);extern void ssnfcn(void);extern void ssffcn(void);extern void sssfcn(void);extern void clear_exit(void);extern void corfcn(void);extern void coofcn(void);extern void comfcn(void);extern void cocfcn(void);extern void cmrfcn(void);extern void cmofcn(void);extern void cmmfcn(void);extern void cmcfcn(void);extern void crofcn(void);extern void crmfcn(void);extern void crcfcn(void);extern void cdnfcn(void);extern void cdpfcn(void);extern void cdsfcn(void);extern void cdxfcn(void);extern void ctrfcn(void);extern void ctofcn(void);extern void ctmfcn(void);extern void ctsfcn(void);extern void clear_exit(void);extern void rrsnfcn(void);extern void rrsffcn(void);extern void rrssfcn(void);extern void clear_exit(void);extern void edit_rec(void);extern void create_rec(void);extern void next_rec(void);extern void prev_rec(void);extern void write_rec(void);extern void store_key(void);extern void del_key(void);extern void setor(void);extern void scfcn(void);extern void clear_exit(void);int no_of_menus = 22;int root_menu = -1;MENU menu_table[] = { {"IDA - db.* Interactive Database Access Utility", 0}, {"Open a db.* database", 6}, {"Database Access Commands", 10}, {"Set db.* Operational Parameters", 18}, {"Record Manipulation Functions", 26},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -