diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 99628debf6..d36a8ff7bf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,48 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-14 01:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * doc/en/1stread.txt + * doc/en/array.txt + * doc/en/browse.txt + * doc/en/cmdline.txt + * doc/en/compiler.txt + * doc/en/datetime.txt + * doc/en/dbstrux.txt + * doc/en/file.txt + * doc/en/garbage.txt + * doc/en/gnulice.txt + * doc/en/harbext.txt + * doc/en/hashes.txt + * doc/en/hb_api.txt + * doc/en/hb_apier.txt + * doc/en/hb_apifs.txt + * doc/en/hb_apigt.txt + * doc/en/hb_apiit.txt + * doc/en/hb_apiln.txt + * doc/en/hb_compa.txt + * doc/en/hvm.txt + * doc/en/idle.txt + * doc/en/input.txt + * doc/en/license.txt + * doc/en/macro.txt + * doc/en/menu.txt + * doc/en/misc.txt + * doc/en/rdddb.txt + * doc/en/rddord.txt + * doc/en/readme.txt + * doc/en/set.txt + * doc/en/strotype.txt + * doc/en/terminal.txt + * doc/en/var.txt + ! Formatted: to start contents at column 9 which was the + existing layout for majority of files in doc/en. + Some contribs are using column 8 as the base. + hbQT can be fixed at the generator level. hbCT needs + rework to base at column 9. To shift to column 9 is + simple than shift to column 8. + QUESTION: which way should we go? + 2011-02-14 10:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbdoc.prg + Added logic to detect in which column the actual diff --git a/harbour/doc/en/1stread.txt b/harbour/doc/en/1stread.txt index d88fb12245..9c87edc074 100644 --- a/harbour/doc/en/1stread.txt +++ b/harbour/doc/en/1stread.txt @@ -52,46 +52,46 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ - * 1st document to read + * 1st document to read * $CATEGORY$ - * Document + * Document * $SUBCATEGORY$ * * $ONELINER$ - * A starters guide to Harbour + * A starters guide to Harbour * $DESCRIPTION$ - * Welcome to Harbour - * ================== + * Welcome to Harbour + * ================== * - * Clipper is a trademark of Computer Associates and will often be - * referred to as CA-Cl*pper within Harbour documents. Regardless of this - * variant, Clipper is recognized as Computer Associates' trademark. + * Clipper is a trademark of Computer Associates and will often be + * referred to as CA-Cl*pper within Harbour documents. Regardless of this + * variant, Clipper is recognized as Computer Associates' trademark. * - * Harbour is a free software compiler for the xBase superset language often - * referred to as Clipper (the language that is implemented by the compiler - * Clipper). The goal of the Harbour project is to produce a cross platform - * CA-Cl*pper compatible compiler. + * Harbour is a free software compiler for the xBase superset language often + * referred to as Clipper (the language that is implemented by the compiler + * Clipper). The goal of the Harbour project is to produce a cross platform + * CA-Cl*pper compatible compiler. * - * The Harbour web site is at . If you - * have any problems with this copy of Harbour please visit our web site and - * ensure that you are using the latest release. + * The Harbour web site is at . If you + * have any problems with this copy of Harbour please visit our web site and + * ensure that you are using the latest release. * - * If you have any questions about Harbour please be sure to read the FAQ - * . Also, please be sure to read the - * documentation that comes with Harbour, you should find it in the same - * directory in which you found this file. + * If you have any questions about Harbour please be sure to read the FAQ + * . Also, please be sure to read the + * documentation that comes with Harbour, you should find it in the same + * directory in which you found this file. * - * If you are reading this file as part of a source distribution of harbour you - * probably want to start by reading dirstruc.txt because this is your map to - * the harbour source directories. + * If you are reading this file as part of a source distribution of harbour you + * probably want to start by reading dirstruc.txt because this is your map to + * the harbour source directories. * - * Harbour is a superset of Clipper and is backwards compatible with nearly - * 100% of all Clipper 5.2x or 5.3 code. Most Clipper S'87 code will also - * compile and run fine, but may require some modifications to run well. + * Harbour is a superset of Clipper and is backwards compatible with nearly + * 100% of all Clipper 5.2x or 5.3 code. Most Clipper S'87 code will also + * compile and run fine, but may require some modifications to run well. * $PLATFORMS$ - * All + * All * $FILES$ * * $SEEALSO$ diff --git a/harbour/doc/en/array.txt b/harbour/doc/en/array.txt index b22237c084..71b24878f2 100644 --- a/harbour/doc/en/array.txt +++ b/harbour/doc/en/array.txt @@ -261,7 +261,7 @@ * will remain unchanged,as the last element in the array will * become a NIL data type. * $EXAMPLES$ - * LOCAL aArray + * LOCAL aArray * aArray := {"Harbour", "is", "Power"} * * ADEL(aArray, 2) // Result: aArray is {"Harbour", "Power"} diff --git a/harbour/doc/en/browse.txt b/harbour/doc/en/browse.txt index 32df656abf..9863d13c7d 100644 --- a/harbour/doc/en/browse.txt +++ b/harbour/doc/en/browse.txt @@ -111,7 +111,7 @@ * Following are active keys that handled by DBEDIT(): * --------------------------------------------------- * - * + *
* Key Meaning * * Left Move one column to the left (previous field) @@ -128,16 +128,16 @@ * Ctrl Right Pan one column to the right * Ctrl Home Move to the leftmost column * Ctrl End Move to the rightmost column - *
+ * * * When is omitted, two more keys are active: * - * + *
* Key Meaning * * Esc Terminate BROWSE() * Enter Terminate BROWSE() - *
+ * * * When DBEDIT() execute it pass the following arguments: * nMode and the index of current record in . If @@ -205,7 +205,7 @@ * Header files are dbedit.ch, inkey.ch * Library is rtl * $SEEALSO$ - * @...SAY,BROWSE(),TBrowse class,TRANSFORM() + * @...SAY,BROWSE(),TBrowse class,TRANSFORM() * $END$ */ @@ -260,7 +260,7 @@ * On top of the screen you see a status line with the following * indication: * - * + *
* Record ###/### Current record number / Total number of records. * There are no records, the file is empty. * You are in append mode at the bottom of file. diff --git a/harbour/doc/en/cmdline.txt b/harbour/doc/en/cmdline.txt index ebe6149234..36419f94b1 100644 --- a/harbour/doc/en/cmdline.txt +++ b/harbour/doc/en/cmdline.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * Command line utility * $CATEGORY$ diff --git a/harbour/doc/en/compiler.txt b/harbour/doc/en/compiler.txt index e58e5dde94..233bab1081 100644 --- a/harbour/doc/en/compiler.txt +++ b/harbour/doc/en/compiler.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * Compiler Options * $CATEGORY$ @@ -271,7 +271,7 @@ * USE * * RETURN - * + * * * Passing an undeclared variable by the reference * =============================================== @@ -290,7 +290,7 @@ * Handling of object messages * =========================== * - * The HARBOUR_STRICT_CLIPPER_COMPATIBILITY setting determines + * The HARBOUR_STRICT_CLIPPER_COMPATIBILITY setting determines * the way chained send messages are handled. * * For example, the following code: diff --git a/harbour/doc/en/datetime.txt b/harbour/doc/en/datetime.txt index 10840ce08b..6bfc842a4d 100644 --- a/harbour/doc/en/datetime.txt +++ b/harbour/doc/en/datetime.txt @@ -185,7 +185,7 @@ * $ARGUMENTS$ * Any valid date expression. * $RETURNS$ - * Numeric value of the day of month. + * Numeric value of the day of month. * $DESCRIPTION$ * This function returns the numeric value of the day of month from a * date. diff --git a/harbour/doc/en/dbstrux.txt b/harbour/doc/en/dbstrux.txt index 67d8b78e52..39b44033e5 100644 --- a/harbour/doc/en/dbstrux.txt +++ b/harbour/doc/en/dbstrux.txt @@ -101,7 +101,7 @@ * COPY STRUCTURE command is preprocessed into __dbCopyStruct() * function during compile time. * $EXAMPLES$ - * // Create a new file that contains the same structure + * // Create a new file that contains the same structure * USE TEST * COPY STRUCTURE TO MyCopy * @@ -221,7 +221,7 @@ * COPY STRUCTURE EXTENDED create a new database named with * a pre-defined structure (also called "structure extended file"): * - *
+ *
* Field name Type Length Decimals * * FIELD_NAME C 10 0 @@ -320,14 +320,14 @@ * then opened in the current work-area ( is ignored). The new * file has the following structure: * - *
+ *
* Field name Type Length Decimals * * FIELD_NAME C 10 0 * FIELD_TYPE C 1 0 * FIELD_LEN N 3 0 * FIELD_DEC N 3 0 - *
+ * * * The CREATE command is preprocessed into the __dbCopyStruct() function * during compile time and uses this mode. @@ -418,14 +418,14 @@ * and then open it in the current work-area. The new file has the * following structure: * - * + *
* Field name Type Length Decimals * * FIELD_NAME C 10 0 * FIELD_TYPE C 1 0 * FIELD_LEN N 3 0 * FIELD_DEC N 3 0 - *
+ * * * CREATE command is preprocessed into __dbCopyStruct() function during * compile time and use this mode. @@ -548,14 +548,14 @@ * structure, which is usually the output from DBSTRUCT(), where each * array element has the following structure: * - * + *
* Position Description dbstruct.ch * * 1 cFieldName DBS_NAME * 2 cFieldType DBS_TYPE * 3 nFieldLength DBS_LEN * 4 nDecimals DBS_DEC - *
+ * * * is an array where each element is a field name. * Names could be specified as uppercase or lowercase. @@ -642,14 +642,14 @@ * structure, which is usually the output from DBSTRUCT(), where each * array element has the following structure: * - * + *
* Position Description dbstruct.ch * * 1 cFieldName DBS_NAME * 2 cFieldType DBS_TYPE * 3 nFieldLength DBS_LEN * 4 nDecimals DBS_DEC - *
+ * * * is an array where each element is a field name. * Names could be specified as uppercase or lowercase. diff --git a/harbour/doc/en/file.txt b/harbour/doc/en/file.txt index 6e99cf7948..b71f852a7e 100644 --- a/harbour/doc/en/file.txt +++ b/harbour/doc/en/file.txt @@ -47,7 +47,7 @@ * value of represents the status of the file to be opened; * the default value is 0. The file open modes are as follows: - * + *
* nMode fileio.ch Meaning * * 0 FO_READ Read only @@ -58,7 +58,7 @@ * 48 FO_DENYREAD Deny read only * 64 FO_DENYNONE Not deny, Let to others Read / Write * 64 FO_SHARED same as FO_DENYNONE - *
+ * * * If there is an error in opening a file, a -1 will be returned by * the function. Files handles may be in the range of 0 to 65535. The @@ -69,7 +69,6 @@ * If an error has occured, see the returns values from FERROR() for * possible reasons for the error. * $EXAMPLES$ - * * IF (nH:=FOPEN('x.txt',66) < 0 * ? 'File can't be opened' * ENDIF @@ -120,14 +119,14 @@ * and their related meaning to the file being created by * this function. * - * + *
* fileio.ch Meaning * * 0 FC_NORMAL Normal/Default,Read/Write * 1 FC_READONLY Read-only file attribute is set * 2 FC_HIDDEN Hidden,Excluded from normal DIR search * 4 FC_SYSTEM Create,Excluded from normal DIR search - *
+ * * $EXAMPLES$ * IF (nh:=FCREATE("test.txt") <0 * ? "Cannot create file" @@ -159,9 +158,9 @@ * FREAD( , @, ) --> nBytes * $ARGUMENTS$ * Dos file handle - + * * Character expression passed by reference. - + * * Number of bytes to read. * $RETURNS$ * the number of bytes successfully read from the file. @@ -171,14 +170,14 @@ * is into a character memory variable expressed as . * The function returns the number of bytes successfully read into * . - + * * The value of is obtained from either a call to the FOPEN() * or the FCREATE() function. - + * * The expression is passed by reference and must be defined * before this function is called. It also must be at least the same * length as . - + * * is the number of bytes to read, starting at the current * file pointer position. If this function is successful in reading * the characters from the file, the length of or the number @@ -196,15 +195,15 @@ * ENDIF * FCLOSE(nH) * $STATUS$ - * R + * R * $COMPLIANCE$ - * C + * C * $PLATFORMS$ - * All(64K) + * All(64K) * $FILES$ * Library is rtl * $SEEALSO$ - * BIN2I(),BIN2L(),BIN2W(),FERROR(),FWRITE() + * BIN2I(),BIN2L(),BIN2W(),FERROR(),FWRITE() * $END$ */ @@ -220,13 +219,13 @@ * $ONELINER$ * Writes characters to a file. * $SYNTAX$ - * FWRITE( , , [] ) --> nBytesWritten + * FWRITE( , , [] ) --> nBytesWritten * $ARGUMENTS$ - * DOS file handle number. + * DOS file handle number. - * Character expression to be written. + * Character expression to be written. - * The number of bytes to write. + * The number of bytes to write. * $RETURNS$ * the number of bytes successfully written. * $DESCRIPTION$ @@ -303,7 +302,7 @@ * 30 Read fault * 32 Sharing violation * 33 Lock Violation - * + * * $DESCRIPTION$ * After every low-level file function,this function will return * a value that provides additional informationon the status of @@ -318,13 +317,13 @@ * ? "Cannot create file, DOS error ", FERROR() * ENDIF * $STATUS$ - * R + * R * $COMPLIANCE$ - * C + * C * $FILES$ * Library is rtl * $SEEALSO$ - * FCLOSE(),FERASE(),FOPEN(),FWRITE() + * FCLOSE(),FERASE(),FOPEN(),FWRITE() * $END$ */ @@ -338,30 +337,30 @@ * $SUBCATEGORY$ * FileSys * $ONELINER$ - * Closes an open file + * Closes an open file * $SYNTAX$ - * FCLOSE( ) --> + * FCLOSE( ) --> * $ARGUMENTS$ - * DOS file handle + * DOS file handle * $RETURNS$ - * Logical TRUE (.T.) or FALSE (.F.) + * Logical TRUE (.T.) or FALSE (.F.) * $DESCRIPTION$ - * This function closes an open file with a dos file handle - * of and writes the associated DOS buffer to the - * disk. The value is derived from the FCREATE() - * or FOPEN() function. + * This function closes an open file with a dos file handle + * of and writes the associated DOS buffer to the + * disk. The value is derived from the FCREATE() + * or FOPEN() function. * $EXAMPLES$ - * nHandle:=FOPEN('x.txt') - * ? FSEEK(nHandle, 0, 2) - * FCLOSE(nHandle) + * nHandle:=FOPEN('x.txt') + * ? FSEEK(nHandle, 0, 2) + * FCLOSE(nHandle) * $STATUS$ - * R + * R * $COMPLIANCE$ - * C + * C * $FILES$ * Library is rtl * $SEEALSO$ - * FOPEN(),FCREATE(),FREAD(),FWRITE(),FERROR() + * FOPEN(),FCREATE(),FREAD(),FWRITE(),FERROR() * $END$ */ @@ -404,13 +403,13 @@ * ? "File can not be deleted" * ENDIF * $STATUS$ - * R + * R * $COMPLIANCE$ - * C + * C * $FILES$ * Library is rtl * $SEEALSO$ - * FERROR(),FRENAME() + * FERROR(),FRENAME() * $END$ */ @@ -428,12 +427,12 @@ * $SYNTAX$ * FRENAME( , ) --> nSuccess * $ARGUMENTS$ - * Old filenarne to he changed + * Old filenarne to he changed - * New filename + * New filename * $RETURNS$ - * If sucessful, a 0 will he returned otherwise, - * a -1 will be returned. + * If sucessful, a 0 will he returned otherwise, + * a -1 will be returned. * $DESCRIPTION$ * This function renames the specified file to . * A filename and/or directory name may be specified for either para- @@ -461,13 +460,13 @@ * ? "File could not be renamed." * ENDIF * $STATUS$ - * R + * R * $COMPLIANCE$ - * C + * C * $FILES$ * Library is rtl * $SEEALSO$ - * ERASE,FERASE(),FERROR(),FILE(),RENAME + * ERASE,FERASE(),FERROR(),FILE(),RENAME * $END$ */ @@ -485,11 +484,11 @@ * $SYNTAX$ * FSEEK( , , [] ) --> nPosition * $ARGUMENTS$ - * DOS file handle. + * DOS file handle. - * The number of bytes to move. + * The number of bytes to move. - * The relative position in the file. + * The relative position in the file. * $RETURNS$ * the current position relative to begin-of-file * $DESCRIPTION$ @@ -640,9 +639,9 @@ * $STATUS$ * R * $COMPLIANCE$ - * C + * C * $PLATFORMS$ - * All(64K) + * All(64K) * $FILES$ * Library is rtl * $SEEALSO$ @@ -664,7 +663,7 @@ * $ONELINER$ * Changes the name of a specified file * $SYNTAX$ - * RENAME TO + * RENAME TO * $ARGUMENTS$ * Old filename diff --git a/harbour/doc/en/garbage.txt b/harbour/doc/en/garbage.txt index e27e7a8bb6..30b2e91988 100644 --- a/harbour/doc/en/garbage.txt +++ b/harbour/doc/en/garbage.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * The Garbage Collector * $CATEGORY$ @@ -101,7 +101,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * hb_gcAlloc() * $CATEGORY$ @@ -152,7 +152,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * hb_gcFree() * $CATEGORY$ @@ -165,7 +165,7 @@ * void hb_gcFree( void *pMemoryPtr ); * $ARGUMENTS$ * The pointer to memory for release. This memory - * pointer have to be allocated with hb_gcAlloc() function. + * pointer have to be allocated with hb_gcAlloc() function. * $RETURNS$ * Nothing. * $DESCRIPTION$ @@ -188,7 +188,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * hb_gcCollectAll() * $CATEGORY$ @@ -223,7 +223,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * hb_gcItemRef() * $CATEGORY$ @@ -267,7 +267,7 @@ /* $DOC$ * $TEMPLATE$ - * Procedure + * Procedure * $NAME$ * HB_GCALL() * $CATEGORY$ diff --git a/harbour/doc/en/gnulice.txt b/harbour/doc/en/gnulice.txt index 2f3efac48f..6d549604b7 100644 --- a/harbour/doc/en/gnulice.txt +++ b/harbour/doc/en/gnulice.txt @@ -221,15 +221,15 @@ /* * $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ - * GNU License.. + * GNU License.. * $CATEGORY$ - * Document + * Document * $SUBCATEGORY$ * License * $ONELINER$ - * Gnu License File Part 2 + * Gnu License File Part 2 * $DESCRIPTION$ * 7. If, as a consequence of a court judgment or allegation of patent * infringement or for any other reason (not limited to patent diff --git a/harbour/doc/en/harbext.txt b/harbour/doc/en/harbext.txt index 8b62ff8649..7865b71c73 100644 --- a/harbour/doc/en/harbext.txt +++ b/harbour/doc/en/harbext.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * Harbour Extensions * $CATEGORY$ @@ -12,76 +12,76 @@ * $ONELINER$ * Harbour Extensions * $DESCRIPTION$ - *Language extensions: - *-------------------- + * Language extensions: + * -------------------- * - ** Class generation and management. + * * Class generation and management. * - * CA-Cl*pper only allowed creation of objects from a few standard - * classes. + * CA-Cl*pper only allowed creation of objects from a few standard + * classes. * - * In Harbour, you can create your own classes--complete with - * Methods, Instance Variables, Class Variables and Inheritance. - * Entire applications can be designed and coded in Object Oriented - * style. + * In Harbour, you can create your own classes--complete with + * Methods, Instance Variables, Class Variables and Inheritance. + * Entire applications can be designed and coded in Object Oriented + * style. * - ** @() + * * @() * - * Returns the pointer (address) to a function. + * Returns the pointer (address) to a function. * - * The returned value is not useful to application-level programming, but - * is used at a low level to implement object oriented coding. - * (Internally, a class method is a static function and there is no - * symbol for it, so it is accessed via its address). + * The returned value is not useful to application-level programming, but + * is used at a low level to implement object oriented coding. + * (Internally, a class method is a static function and there is no + * symbol for it, so it is accessed via its address). * - ** Class HBGetList + * * Class HBGetList * - * Object oriented support for GetLists management. + * Object oriented support for GetLists management. * - ** ProcName() support for class Method names. + * * ProcName() support for class Method names. * - * Class Methods can be retrieved from the call stack. + * Class Methods can be retrieved from the call stack. * - ** Memory() has new return values. + * * Memory() has new return values. * - * See hbmemory.ch + * See hbmemory.ch * - ** Transform() --> new function in format string + * * Transform() --> new function in format string * - * @0 Make a zero padded string out of the number. + * @0 Make a zero padded string out of the number. * - ** SToD() --> dDate + * * SToD() --> dDate * - * New function that converts a yyyymmdd string to a Date value. + * New function that converts a yyyymmdd string to a Date value. * - ** Optional Compile Time STRONG TYPE declaration (and compile time TYPE - * MISMATCH warnings) + * * Optional Compile Time STRONG TYPE declaration (and compile time TYPE + * MISMATCH warnings) * - * Example: LOCAL/STATIC Var AS ... + * Example: LOCAL/STATIC Var AS ... * - ** The Harbour debugger provides new interesting classes: + * * The Harbour debugger provides new interesting classes: * - * - Class TDbWindow could be the foundation for a generic multiplatform + * - Class TDbWindow could be the foundation for a generic multiplatform * - * - Class TForm + * - Class TForm * - * - Class TDbMenu implement both pulldown and popup menus. + * - Class TDbMenu implement both pulldown and popup menus. * - *RTL enhanced functionality: - *--------------------------- + * RTL enhanced functionality: + * --------------------------- * - *- Directory( , , ) + * - Directory( , , ) * - * The 3rd parameter is a Harbour (optional) parameter and indicates that on - * those platforms that support long filenames, that you wish to receive what - * would be considered the dos equivalant 8.3 name. - * Could affect Adir() and Dir if they were modified to take advantage - * of it - currently, they will return long names if the os supports it. + * The 3rd parameter is a Harbour (optional) parameter and indicates that on + * those platforms that support long filenames, that you wish to receive what + * would be considered the dos equivalant 8.3 name. + * Could affect Adir() and Dir if they were modified to take advantage + * of it - currently, they will return long names if the os supports it. * - *- HB_DiskSpace( , ) + * - HB_DiskSpace( , ) * - * The second parameter is a Harbour (optional) parameter and indicates the - * type of diskinfo being requested. See en/diskspac.txt for info. + * The second parameter is a Harbour (optional) parameter and indicates the + * type of diskinfo being requested. See en/diskspac.txt for info. * * $END$ */ diff --git a/harbour/doc/en/hashes.txt b/harbour/doc/en/hashes.txt index 09d363bda5..8584ba0f5a 100644 --- a/harbour/doc/en/hashes.txt +++ b/harbour/doc/en/hashes.txt @@ -55,24 +55,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HASH() + * HB_HASH() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns a hash table + * Returns a hash table * $SYNTAX$ - * HB_HASH( [ , ], [ , ], ... ) -> hsTable + * HB_HASH( [ , ], [ , ], ... ) -> hsTable * $ARGUMENTS$ - * entry key; - * can be of type: number, date, datetime, string, pointer + * entry key; + * can be of type: number, date, datetime, string, pointer * - * entry value; can be of type: block, string, numeric, date/datetime, logical, nil, pointer, array, hash table + * entry value; can be of type: block, string, numeric, date/datetime, logical, nil, pointer, array, hash table * $RETURNS$ - * A hash table built from the initial key/value pairs + * A hash table built from the initial key/value pairs * $DESCRIPTION$ * * $EXAMPLES$ @@ -94,24 +94,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HHASKEY() + * HB_HHASKEY() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Determines whether a hash table has an entry with a give key + * Determines whether a hash table has an entry with a give key * $SYNTAX$ - * HB_HHASKEY( , ) -> lExists + * HB_HHASKEY( , ) -> lExists * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a key value to be queried for; - * can be of type: number, date, datetime, string, pointer + * a key value to be queried for; + * can be of type: number, date, datetime, string, pointer * $RETURNS$ - * A logical value indicating whether the key exists within the hash table + * A logical value indicating whether the key exists within the hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -133,24 +133,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HPOS() + * HB_HPOS() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Locates the index of a key within a hash table + * Locates the index of a key within a hash table * $SYNTAX$ - * HB_HPOS( , ) -> nPosition + * HB_HPOS( , ) -> nPosition * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * key for which its position is to be determined; - * can be of type: number, date, datetime, string, pointer + * key for which its position is to be determined; + * can be of type: number, date, datetime, string, pointer * $RETURNS$ - * A integer number being the index position of the key within the hash table. + * A integer number being the index position of the key within the hash table. * * TODO: what is the return value if the key does not exist? zero (0)? RTE? * $DESCRIPTION$ @@ -174,26 +174,26 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HGET() + * HB_HGET() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns a hash value + * Returns a hash value * $SYNTAX$ - * HB_HGET( , ) -> + * HB_HGET( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * key to be retrieve from the hash table; - * can be of type: number, date, datetime, string, pointer + * key to be retrieve from the hash table; + * can be of type: number, date, datetime, string, pointer * $RETURNS$ - * Either the value within the hash table for the given key. + * Either the value within the hash table for the given key. * - * An array access error occurs of the key is not found + * An array access error occurs of the key is not found * $DESCRIPTION$ * * $EXAMPLES$ @@ -215,28 +215,28 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HGETDEF() + * HB_HGETDEF() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns a hash value, or a default value if the key is not present + * Returns a hash value, or a default value if the key is not present * $SYNTAX$ - * HB_HGETDEF( , , [] ) -> + * HB_HGETDEF( , , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * key to be retrieve from the hash table; - * can be of type: number, date, datetime, string, pointer + * key to be retrieve from the hash table; + * can be of type: number, date, datetime, string, pointer * - * a default value to be returned if the - * hash table does not contain the key + * a default value to be returned if the + * hash table does not contain the key * $RETURNS$ - * Either the value within the hash table for the given key, - * or the default value. + * Either the value within the hash table for the given key, + * or the default value. * $DESCRIPTION$ * * $EXAMPLES$ @@ -258,26 +258,26 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSET() + * HB_HSET() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets a hash value + * Sets a hash value * $SYNTAX$ - * HB_HSET( , , ) -> + * HB_HSET( , , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * the key of the entry to be set; - * can be of type: number, date, datetime, string, pointer + * the key of the entry to be set; + * can be of type: number, date, datetime, string, pointer * - * the entry value + * the entry value * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -299,24 +299,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HDEL() + * HB_HDEL() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Removes a key/value pair from a hash table + * Removes a key/value pair from a hash table * $SYNTAX$ - * HB_HDEL( , ) -> + * HB_HDEL( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * key to be removed from the hash table; - * can be of type: number, date, datetime, string, pointer + * key to be removed from the hash table; + * can be of type: number, date, datetime, string, pointer * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -338,25 +338,25 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HKEYAT() + * HB_HKEYAT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Gets a hash table key at a given position + * Gets a hash table key at a given position * $SYNTAX$ - * HB_HKEYAT( , ) -> + * HB_HKEYAT( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * the position of an entry within the hash table that will - * be returned + * the position of an entry within the hash table that will + * be returned * $RETURNS$ - * The key at the given position of the hash table; - * the type will be one: number, date, datetime, string, pointer + * The key at the given position of the hash table; + * the type will be one: number, date, datetime, string, pointer * $DESCRIPTION$ * * $EXAMPLES$ @@ -378,27 +378,27 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HVALUEAT() + * HB_HVALUEAT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Gets/sets a hash value at a given position + * Gets/sets a hash value at a given position * $SYNTAX$ - * HB_HVALUEAT( , , [] ) -> + * HB_HVALUEAT( , , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * the position of an entry within the hash table that will - * be returned + * the position of an entry within the hash table that will + * be returned * - * a new value to be assigned to the hash table at the given - * position + * a new value to be assigned to the hash table at the given + * position * $RETURNS$ - * The existing value, or the new value if it is given + * The existing value, or the new value if it is given * $DESCRIPTION$ * * $EXAMPLES$ @@ -420,24 +420,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HPAIRAT() + * HB_HPAIRAT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns a two-dimensional array of a hash table entry key/value pair + * Returns a two-dimensional array of a hash table entry key/value pair * $SYNTAX$ - * HB_HPAIRAT( , ) -> + * HB_HPAIRAT( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * the position of an entry within the hash table that will - * be returned + * the position of an entry within the hash table that will + * be returned * $RETURNS$ - * A two-dimensional array of the key/value pair entry of the hash table + * A two-dimensional array of the key/value pair entry of the hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -459,24 +459,24 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HDELAT() + * HB_HDELAT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Removes an entry from a hash table based on its index position + * Removes an entry from a hash table based on its index position * $SYNTAX$ - * HB_HDELAT( , ) -> + * HB_HDELAT( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * the position of an entry within the hash table that will - * be deleted + * the position of an entry within the hash table that will + * be deleted * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -498,21 +498,21 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HKEYS() + * HB_HKEYS() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns an array of the keys of a hash table + * Returns an array of the keys of a hash table * $SYNTAX$ - * HB_HKEYS( ) -> + * HB_HKEYS( ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * $RETURNS$ - * An array of all the hash table keys + * An array of all the hash table keys * $DESCRIPTION$ * * $EXAMPLES$ @@ -534,21 +534,21 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HVALUES() + * HB_HVALUES() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns an array of the values of a hash table + * Returns an array of the values of a hash table * $SYNTAX$ - * HB_HVALUES( ) -> + * HB_HVALUES( ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * $RETURNS$ - * An array of all the hash values + * An array of all the hash values * $DESCRIPTION$ * * $EXAMPLES$ @@ -570,23 +570,23 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HFILL() + * HB_HFILL() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Fills a hash table with a value + * Fills a hash table with a value * $SYNTAX$ - * HB_HFILL( , ) -> + * HB_HFILL( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * fill value; can be of type: block, string, numeric, date/datetime, logical, nil, pointer, array, hash table + * fill value; can be of type: block, string, numeric, date/datetime, logical, nil, pointer, array, hash table * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -608,21 +608,21 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HCLONE() + * HB_HCLONE() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Creates a copy of a hash table + * Creates a copy of a hash table * $SYNTAX$ - * HB_HCLONE( ) -> + * HB_HCLONE( ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * $RETURNS$ - * A cloned copy of the hash table + * A cloned copy of the hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -644,27 +644,27 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HCOPY() + * HB_HCOPY() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Adds entries from the source hash table to the destination hash table + * Adds entries from the source hash table to the destination hash table * $SYNTAX$ - * HB_HCOPY( , , [], [] ) -> + * HB_HCOPY( , , [], [] ) -> * $ARGUMENTS$ - * a destination hash table, created by HB_HASH() + * a destination hash table, created by HB_HASH() * - * a source hash table, created by HB_HASH() + * a source hash table, created by HB_HASH() * - * starting index, defaults to 1 if omitted + * starting index, defaults to 1 if omitted * - * counter, defaults to (length) - is omitted + * counter, defaults to (length) - is omitted * $RETURNS$ - * The destination hash table + * The destination hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -686,33 +686,33 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HMERGE() + * HB_HMERGE() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Merges a source hash table into a destination hash table + * Merges a source hash table into a destination hash table * $SYNTAX$ - * HB_HMERGE( , , | ) -> + * HB_HMERGE( , , | ) -> * $ARGUMENTS$ - * a destination hash table, created by HB_HASH() + * a destination hash table, created by HB_HASH() * - * a source hash table, created by HB_HASH() + * a source hash table, created by HB_HASH() * - * a code block that will be evaluated for each entry within the - * source hash table; the code block will be passed the entry key, value and - * position; if the code block returns a true value, the entry will be added to - * the destination hash table + * a code block that will be evaluated for each entry within the + * source hash table; the code block will be passed the entry key, value and + * position; if the code block returns a true value, the entry will be added to + * the destination hash table * - * the position of an entry within the source hash table that will - * be appended to the destination hash table + * the position of an entry within the source hash table that will + * be appended to the destination hash table * - * TODO: the source code passes either a number or HB_HASH_UNION; research this + * TODO: the source code passes either a number or HB_HASH_UNION; research this * $RETURNS$ - * The destination hash table with the contents of the source hash table merged + * The destination hash table with the contents of the source hash table merged * $DESCRIPTION$ * * $EXAMPLES$ @@ -734,32 +734,32 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HEVAL() + * HB_HEVAL() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Evaluate a code block across the contents of a hash table + * Evaluate a code block across the contents of a hash table * $SYNTAX$ - * HB_HEVAL( , , [], [] ) -> + * HB_HEVAL( , , [], [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * code block to be evaluated + * code block to be evaluated * - * starting index, defaults to 1 if omitted + * starting index, defaults to 1 if omitted * - * counter, defaults to (length) - is omitted + * counter, defaults to (length) - is omitted * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ - * The code block is evaluated for every hash table entry starting at - * for items. + * The code block is evaluated for every hash table entry starting at + * for items. * - * The code block is passed the entry key, value, and numeric position + * The code block is passed the entry key, value, and numeric position * $EXAMPLES$ * * $TESTS$ @@ -779,30 +779,30 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSCAN() + * HB_HSCAN() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Scans a hash table + * Scans a hash table * $SYNTAX$ - * HB_HSCAN( , , [], [, [] ) -> nPosition + * HB_HSCAN( , , [], [, [] ) -> nPosition * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * to be located within the hash table + * to be located within the hash table * - * starting index, defaults to 1 if omitted + * starting index, defaults to 1 if omitted * - * counter, defaults to (length) - is omitted + * counter, defaults to (length) - is omitted * - * logical valuye indicating whether the comparision - * is to be be exact or not + * logical valuye indicating whether the comparision + * is to be be exact or not * $RETURNS$ - * The position of the located value within the hash table, or zero (0) if not found. + * The position of the located value within the hash table, or zero (0) if not found. * $DESCRIPTION$ * * $EXAMPLES$ @@ -824,23 +824,23 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSORT() + * HB_HSORT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Reorganizes the internal list of the hash table to be sorted + * Reorganizes the internal list of the hash table to be sorted * $SYNTAX$ - * HB_HSORT( ) -> + * HB_HSORT( ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * $RETURNS$ - * The hash table sorted + * The hash table sorted * - * TODO: is the original table altered? + * TODO: is the original table altered? * $DESCRIPTION$ * * $EXAMPLES$ @@ -862,32 +862,32 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HCASEMATCH() + * HB_HCASEMATCH() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'case match' flag for the hash table + * Sets the 'case match' flag for the hash table * $SYNTAX$ - * HB_HCASEMATCH( , [] ) -> + * HB_HCASEMATCH( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'case match' flag of the hash table + * a logical value indicating to turn on or off + * the 'case match' flag of the hash table * $RETURNS$ - * The previous value of the 'case match' flag + * The previous value of the 'case match' flag * $DESCRIPTION$ - * This function is equivalent to HB_HSETCASEMATCH() but it returns - * the old flag value rather than the hash table + * This function is equivalent to HB_HSETCASEMATCH() but it returns + * the old flag value rather than the hash table * $EXAMPLES$ - * LOCAL hsTable, lFlag - * hsTable := HB_HASH( "one", 1, "two", 2 ) - * // turn 'case match' on for a new hash table, storing ol flag - * lFlag := HB_HCASEMATCH( hsTable, .T. ) + * LOCAL hsTable, lFlag + * hsTable := HB_HASH( "one", 1, "two", 2 ) + * // turn 'case match' on for a new hash table, storing ol flag + * lFlag := HB_HCASEMATCH( hsTable, .T. ) * $TESTS$ * * $STATUS$ @@ -905,32 +905,32 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HBINARY() + * HB_HBINARY() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'binary' flag for the hash table + * Sets the 'binary' flag for the hash table * $SYNTAX$ - * HB_HBINARY( , [] ) -> + * HB_HBINARY( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'binary' flag of the hash table + * a logical value indicating to turn on or off + * the 'binary' flag of the hash table * $RETURNS$ - * The previous value of the 'binary' flag + * The previous value of the 'binary' flag * $DESCRIPTION$ - * This function is equivalent to HB_HBINARY() but it returns - * the old flag value rather than the hash table + * This function is equivalent to HB_HBINARY() but it returns + * the old flag value rather than the hash table * $EXAMPLES$ - * LOCAL hsTable, lFlag - * hsTable := HB_HASH( "one", 1, "two", 2 ) - * // turn 'binary' on for a new hash table, storing ol flag - * lFlag := HB_HBINARY( hsTable, .T. ) + * LOCAL hsTable, lFlag + * hsTable := HB_HASH( "one", 1, "two", 2 ) + * // turn 'binary' on for a new hash table, storing ol flag + * lFlag := HB_HBINARY( hsTable, .T. ) * $TESTS$ * * $STATUS$ @@ -948,32 +948,32 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HAUTOADD() + * HB_HAUTOADD() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'auto add' flag for the hash table + * Sets the 'auto add' flag for the hash table * $SYNTAX$ - * HB_HAUTOADD( , [] ) -> + * HB_HAUTOADD( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'auto add' flag of the hash table + * a logical value indicating to turn on or off + * the 'auto add' flag of the hash table * $RETURNS$ - * The previous value of the 'auto add' flag + * The previous value of the 'auto add' flag * $DESCRIPTION$ - * This function is equivalent to HB_HAUTOADD() but it returns - * the old flag value rather than the hash table + * This function is equivalent to HB_HAUTOADD() but it returns + * the old flag value rather than the hash table * $EXAMPLES$ - * LOCAL hsTable, lFlag - * hsTable := HB_HASH( "one", 1, "two", 2 ) - * // turn 'auto add' on for a new hash table, storing ol flag - * lFlag := HB_HAUTOADD( hsTable, .T. ) + * LOCAL hsTable, lFlag + * hsTable := HB_HASH( "one", 1, "two", 2 ) + * // turn 'auto add' on for a new hash table, storing ol flag + * lFlag := HB_HAUTOADD( hsTable, .T. ) * $TESTS$ * * $STATUS$ @@ -991,21 +991,21 @@ /* $DOC$ * $TEMPLATE$ - * Procedure + * Procedure * $NAME$ - * HB_HALLOCATE() + * HB_HALLOCATE() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Preallocates a hash table + * Preallocates a hash table * $SYNTAX$ - * HB_HALLOCATE( , ) + * HB_HALLOCATE( , ) * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * number of items to preallocate in the hash table + * number of items to preallocate in the hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -1027,23 +1027,23 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HDEFAULT() + * HB_HDEFAULT() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Returns/sets a default value for a hash table. + * Returns/sets a default value for a hash table. * $SYNTAX$ - * HB_HDEFAULT( , ) -> + * HB_HDEFAULT( , ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * + * * $RETURNS$ - * The previous default value assigned to the hash table + * The previous default value assigned to the hash table * $DESCRIPTION$ * * $EXAMPLES$ @@ -1065,31 +1065,31 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSETAUTOADD() + * HB_HSETAUTOADD() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'auto add' flag for the hash table + * Sets the 'auto add' flag for the hash table * $SYNTAX$ - * HB_HSETAUTOADD( , [] ) -> + * HB_HSETAUTOADD( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'auto add' flag of the hash table + * a logical value indicating to turn on or off + * the 'auto add' flag of the hash table * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ - * This function is equivalent to HB_HAUTOADD() but it returns - * the passed hash table rather than the old flag value + * This function is equivalent to HB_HAUTOADD() but it returns + * the passed hash table rather than the old flag value * $EXAMPLES$ - * LOCAL hsTable - * // turn 'auto add' on for a new hash table - * hsTable := HB_HSETAUTOADD( HB_HASH( "one", 1, "two", 2 ), .T. ) + * LOCAL hsTable + * // turn 'auto add' on for a new hash table + * hsTable := HB_HSETAUTOADD( HB_HASH( "one", 1, "two", 2 ), .T. ) * $TESTS$ * * $STATUS$ @@ -1107,31 +1107,31 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSETCASEMATCH() + * HB_HSETCASEMATCH() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'case match' flag for the hash table + * Sets the 'case match' flag for the hash table * $SYNTAX$ - * HB_HSETCASEMATCH( , [] ) -> + * HB_HSETCASEMATCH( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'case match' flag of the hash table + * a logical value indicating to turn on or off + * the 'case match' flag of the hash table * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ - * This function is equivalent to HB_HCASEMATCH() but it returns - * the passed hash table rather than the old flag value + * This function is equivalent to HB_HCASEMATCH() but it returns + * the passed hash table rather than the old flag value * $EXAMPLES$ - * LOCAL hsTable - * // turn 'case match' on for a new hash table - * hsTable := HB_HSETCASEMATCH( HB_HASH( "one", 1, "two", 2 ), .T. ) + * LOCAL hsTable + * // turn 'case match' on for a new hash table + * hsTable := HB_HSETCASEMATCH( HB_HASH( "one", 1, "two", 2 ), .T. ) * $TESTS$ * * $STATUS$ @@ -1149,31 +1149,31 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ - * HB_HSETBINARY() + * HB_HSETBINARY() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ - * Hash table + * Hash table * $ONELINER$ - * Sets the 'binary' flag for the hash table + * Sets the 'binary' flag for the hash table * $SYNTAX$ - * HB_HSETBINARY( , [] ) -> + * HB_HSETBINARY( , [] ) -> * $ARGUMENTS$ - * a hash table, created by HB_HASH() + * a hash table, created by HB_HASH() * - * a logical value indicating to turn on or off - * the 'binary' flag of the hash table + * a logical value indicating to turn on or off + * the 'binary' flag of the hash table * $RETURNS$ - * The hash table + * The hash table * $DESCRIPTION$ - * This function is equivalent to HB_HBINARY() but it returns - * the passed hash table rather than the old flag value + * This function is equivalent to HB_HBINARY() but it returns + * the passed hash table rather than the old flag value * $EXAMPLES$ - * LOCAL hsTable - * // turn 'binary' on for a new hash table - * hsTable := HB_HSETBINARY( HB_HASH( "one", 1, "two", 2 ), .T. ) + * LOCAL hsTable + * // turn 'binary' on for a new hash table + * hsTable := HB_HSETBINARY( HB_HASH( "one", 1, "two", 2 ), .T. ) * $TESTS$ * * $STATUS$ diff --git a/harbour/doc/en/hb_api.txt b/harbour/doc/en/hb_api.txt index 9b35f396d7..d832e837f7 100644 --- a/harbour/doc/en/hb_api.txt +++ b/harbour/doc/en/hb_api.txt @@ -8,8 +8,8 @@ * * Copyright 1999 Antonio Linares * Header file for the API - * $SUBCATEGORY$ - * Extend, Array API, misc API and base declarations + * $SUBCATEGORY$ + * Extend, Array API, misc API and base declarations * * See COPYING for licensing terms. * @@ -22,8 +22,8 @@ * hb_parc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * Retrieve a string parameter * $SYNTAX$ @@ -61,7 +61,7 @@ * hb_parclen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a string parameter length @@ -100,7 +100,7 @@ * hb_parcsiz() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a by-reference string parameter length, including terminator @@ -139,7 +139,7 @@ * hb_pards() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a date as a string yyyymmdd @@ -178,7 +178,7 @@ * hb_pardsbuff() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a date as a string yyyymmdd @@ -219,7 +219,7 @@ * hb_parinfa() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve length or element type of an array parameter @@ -258,7 +258,7 @@ * hb_parinfo() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Determine the param count or data type @@ -295,7 +295,7 @@ * hb_parl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a logical parameter as an int @@ -334,7 +334,7 @@ * hb_parnd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a numeric parameter as a double @@ -373,7 +373,7 @@ * hb_parni() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a numeric parameter as a integer @@ -412,7 +412,7 @@ * hb_parnl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a numeric parameter as a long @@ -451,7 +451,7 @@ * hb_param() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a direct pointer to an item parameter @@ -494,7 +494,7 @@ * hb_pcount() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns the number of supplied parameters @@ -532,7 +532,7 @@ * hb_ret() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Post a NIL return value @@ -568,7 +568,7 @@ * hb_retc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a string @@ -604,7 +604,7 @@ * hb_retclen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a string with a specific length @@ -642,7 +642,7 @@ * hb_retds() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a date, must use yyyymmdd format @@ -678,7 +678,7 @@ * hb_retd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a date @@ -718,7 +718,7 @@ * hb_retdl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a long value as a julian date @@ -754,7 +754,7 @@ * hb_retl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a logical integer @@ -790,7 +790,7 @@ * hb_retnd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a double @@ -826,7 +826,7 @@ * hb_retni() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a integer number @@ -862,7 +862,7 @@ * hb_retnl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a long number @@ -898,7 +898,7 @@ * hb_retnlen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a double, with specific width and decimals @@ -938,7 +938,7 @@ * hb_retndlen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a double, with specific width and decimals @@ -978,7 +978,7 @@ * hb_retnilen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a integer number, with specific width @@ -1016,7 +1016,7 @@ * hb_retnllen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a long number, with specific width @@ -1054,7 +1054,7 @@ * hb_reta() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns an array with a specific length @@ -1090,7 +1090,7 @@ * hb_storc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores a szString on a variable by reference @@ -1129,7 +1129,7 @@ * hb_storclen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores a fixed length string on a variable by reference @@ -1170,7 +1170,7 @@ * hb_stords() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * SzDate must have yyyymmdd format @@ -1209,7 +1209,7 @@ * hb_storl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores a logical integer on a variable by reference @@ -1248,7 +1248,7 @@ * hb_storni() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores an integer on a variable by reference @@ -1287,7 +1287,7 @@ * hb_stornl() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores a long on a variable by reference @@ -1326,7 +1326,7 @@ * hb_stornd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Stores a double on a variable by reference @@ -1365,7 +1365,7 @@ * hb_xinit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Initialize fixed memory subsystem @@ -1400,7 +1400,7 @@ * hb_xexit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Deinitialize fixed memory subsystem @@ -1435,7 +1435,7 @@ * hb_xalloc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Allocates memory, returns NULL on failure @@ -1472,7 +1472,7 @@ * hb_xgrab() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Allocates memory, exits on failure @@ -1509,7 +1509,7 @@ * hb_xfree() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Frees memory @@ -1544,7 +1544,7 @@ * hb_xrealloc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Reallocates memory @@ -1583,7 +1583,7 @@ * hb_xsize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns the size of an allocated memory block @@ -1620,7 +1620,7 @@ * hb_xquery() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Query different types of memory information @@ -1657,7 +1657,7 @@ * hb_xmemcpy() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy more than memcpy() can @@ -1699,7 +1699,7 @@ * hb_xmemset() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Set more than memset() can @@ -1741,7 +1741,7 @@ * hb_arrayNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Creates a new array @@ -1780,7 +1780,7 @@ * hb_arrayLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrives the array len @@ -1817,7 +1817,7 @@ * hb_arrayIsObject() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrives if the array is an object @@ -1854,7 +1854,7 @@ * hb_arrayAdd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Add a new item to the end of an array item @@ -1893,7 +1893,7 @@ * hb_arrayIns() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Insert a nil item into an array, without changing the length @@ -1932,7 +1932,7 @@ * hb_arrayDel() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Delete an array item, without changing length @@ -1971,7 +1971,7 @@ * hb_arraySize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Sets the array total length @@ -2010,7 +2010,7 @@ * hb_arrayLast() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve last item in an array @@ -2049,7 +2049,7 @@ * hb_arrayRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Releases an array - don't call it - use ItemRelease() !!! @@ -2086,7 +2086,7 @@ * hb_arraySet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Sets an array element @@ -2127,7 +2127,7 @@ * hb_arrayGet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves an item @@ -2168,7 +2168,7 @@ * hb_arrayGetItemPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns pointer to specified element of the array @@ -2207,7 +2207,7 @@ * hb_arrayCopyC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy a string into an array item @@ -2250,7 +2250,7 @@ * hb_arrayGetC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the string contained on an array element @@ -2289,7 +2289,7 @@ * hb_arrayGetCPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the string pointer on an array element @@ -2328,7 +2328,7 @@ * hb_arrayGetCLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the string length contained on an array element @@ -2367,7 +2367,7 @@ * hb_arrayGetL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the logical value contained on an array element @@ -2406,7 +2406,7 @@ * hb_arrayGetNI() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the int value contained on an array element @@ -2445,7 +2445,7 @@ * hb_arrayGetNL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the long numeric value contained on an array element @@ -2484,7 +2484,7 @@ * hb_arrayGetND() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the double value contained on an array element @@ -2523,7 +2523,7 @@ * hb_arrayGetDS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the date value contained in an array element @@ -2564,7 +2564,7 @@ * hb_arrayGetDL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the date value contained in an array element, as a long integer @@ -2603,7 +2603,7 @@ * hb_arrayGetType() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves the type of an array item @@ -2642,7 +2642,7 @@ * hb_arrayFill() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Fill an array with a given item @@ -2685,7 +2685,7 @@ * hb_arrayScan() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Scan an array for a given item, or until code-block item returns TRUE @@ -2728,7 +2728,7 @@ * hb_arrayEval() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Execute a code-block for every element of an array item @@ -2771,7 +2771,7 @@ * hb_arrayCopy() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy items from one array to another @@ -2816,7 +2816,7 @@ * hb_arrayClone() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a duplicate of an existing array, including all nested items @@ -2853,7 +2853,7 @@ * hb_arraySort() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Sorts an array item @@ -2896,7 +2896,7 @@ * hb_stricmp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compare two strings without regards to case @@ -2935,7 +2935,7 @@ * hb_strnicmp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compare two string without regards to case, limited by length @@ -2976,7 +2976,7 @@ * hb_strupr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Convert a string in-place to upper-case @@ -3013,7 +3013,7 @@ * hb_strdup() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns a pointer to a newly allocated copy of the source string @@ -3050,7 +3050,7 @@ * hb_strMatchRegExp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compare two strings using a regular expression pattern @@ -3089,7 +3089,7 @@ * hb_strEmpty() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns whether a string contains only white space @@ -3128,7 +3128,7 @@ * hb_strDescend() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy a string to a buffer, inverting each character @@ -3167,7 +3167,7 @@ * hb_strAt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns an index to a sub-string within another string @@ -3210,7 +3210,7 @@ * hb_strUpper() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Convert an existing string buffer to upper case @@ -3249,7 +3249,7 @@ * hb_strLower() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Convert an existing string buffer to lower case @@ -3288,7 +3288,7 @@ * hb_strncpyUpper() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy an existing string buffer to another buffer, as upper case @@ -3329,7 +3329,7 @@ * hb_strVal() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Return the numeric value of a character string representation of a number @@ -3368,7 +3368,7 @@ * hb_strLTrim() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Return a pointer to the first non-white space character @@ -3407,7 +3407,7 @@ * hb_strRTrimLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Return length of a string, ignoring trailing white space (or true spaces) @@ -3448,7 +3448,7 @@ * hb_numRound() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Round a number to a specific number of digits @@ -3487,7 +3487,7 @@ * hb_clsReleaseAll() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Releases all defined classes @@ -3522,7 +3522,7 @@ * hb_objGetClsName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves an object class name @@ -3559,7 +3559,7 @@ * hb_objGetMethod() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns the method pointer of a object class @@ -3598,7 +3598,7 @@ * hb_objHasMsg() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns TRUE/FALSE whether szString is an existing message for object @@ -3637,7 +3637,7 @@ * hb_dynsymGet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Finds and creates a dynamic symbol if not found @@ -3674,7 +3674,7 @@ * hb_dynsymNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Creates a new dynamic symbol based on a local one @@ -3711,7 +3711,7 @@ * hb_dynsymFind() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Finds a dynamic symbol @@ -3748,7 +3748,7 @@ * hb_dynsymFindName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Converts to uppercase and finds a dynamic symbol @@ -3785,7 +3785,7 @@ * hb_dynsymLog() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Displays all dynamic symbols @@ -3820,7 +3820,7 @@ * hb_dynsymRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Releases the memory of the dynamic symbol table @@ -3855,7 +3855,7 @@ * hb_dynsymEval() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Enumerates all dynamic symbols @@ -3892,7 +3892,7 @@ * hb_cmdargInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Initialize command line argument API's @@ -3929,7 +3929,7 @@ * hb_cmdargARGC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve command line argument count @@ -3966,7 +3966,7 @@ * hb_cmdargARGV() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve command line argument buffer pointer @@ -4003,7 +4003,7 @@ * hb_cmdargIsInternal() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Determine if a string is an internal setting @@ -4040,7 +4040,7 @@ * hb_cmdargCheck() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Check if a given internal switch (like //INFO) was set @@ -4077,7 +4077,7 @@ * hb_cmdargString() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns the string value of an internal switch (like //TEMPPATH:"C:\") @@ -4114,7 +4114,7 @@ * hb_cmdargNum() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Returns the numeric value of an internal switch (like //F:90) @@ -4151,7 +4151,7 @@ * hb_cmdargProcessVM() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Check for command line internal arguments @@ -4186,7 +4186,7 @@ * hb_symbolNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Create a new symbol @@ -4223,7 +4223,7 @@ * hb_codeblockNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Create a code-block @@ -4266,7 +4266,7 @@ * hb_codeblockMacroNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -4305,7 +4305,7 @@ * hb_codeblockDelete() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Delete a codeblock @@ -4340,7 +4340,7 @@ * hb_codeblockGetVar() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Get local variable referenced in a codeblock @@ -4379,7 +4379,7 @@ * hb_codeblockGetRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Get local variable passed by reference @@ -4418,7 +4418,7 @@ * hb_codeblockEvaluate() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Evaluate a codeblock @@ -4453,7 +4453,7 @@ * hb_codeblockCopy() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy a codeblock @@ -4490,7 +4490,7 @@ * hb_memvarValueNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Create a new global value @@ -4529,7 +4529,7 @@ * hb_memvarValueBaseAddress() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve the base address of the values table @@ -4566,7 +4566,7 @@ * hb_memvarsInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Initialize the memvar API system @@ -4601,7 +4601,7 @@ * hb_memvarsRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Clear all PUBLIC and PRIVATE variables @@ -4636,7 +4636,7 @@ * hb_memvarsFree() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Release the memvar API system @@ -4671,7 +4671,7 @@ * hb_memvarValueIncRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Increase the reference count of a global value @@ -4706,7 +4706,7 @@ * hb_memvarValueDecRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Decrease the reference count of a global value @@ -4741,7 +4741,7 @@ * hb_memvarSetValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy an item into a symbol @@ -4778,7 +4778,7 @@ * hb_memvarGet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy an symbol value into an item @@ -4817,7 +4817,7 @@ * hb_memvarGetValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy an symbol value into an item, with error trapping @@ -4854,7 +4854,7 @@ * hb_memvarGetRefer() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Copy a reference to a symbol value into an item, with error trapping @@ -4891,7 +4891,7 @@ * hb_memvarGetPrivatesBase() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve current PRIVATE variables stack base @@ -4928,7 +4928,7 @@ * hb_memvarSetPrivatesBase() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Release PRIVATE variables created after specified base @@ -4963,7 +4963,7 @@ * hb_memvarNewParameter() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -5000,7 +5000,7 @@ * hb_memvarGetStrValuePtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -5039,7 +5039,7 @@ * hb_memvarCreateFromItem() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -5078,7 +5078,7 @@ * hb_memvarScope() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve scope of a dynamic variable symbol @@ -5117,7 +5117,7 @@ * hb_conInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Initialize the console API system @@ -5152,7 +5152,7 @@ * hb_conRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Release the console API system @@ -5187,7 +5187,7 @@ * hb_conNewLine() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a pointer to a static buffer containing new-line characters @@ -5224,7 +5224,7 @@ * hb_conOutStd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Output an string to STDOUT @@ -5261,7 +5261,7 @@ * hb_conOutErr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Output an string to STDERR @@ -5298,7 +5298,7 @@ * hb_conSetCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve and optionally set cursor shape @@ -5337,7 +5337,7 @@ * hb_conSetColor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve and optionally set console color @@ -5374,7 +5374,7 @@ * hb_conXSaveRestRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Release the save/restore API @@ -5409,7 +5409,7 @@ * hb_compReservedName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Determines if a string contains a reserve word @@ -5446,7 +5446,7 @@ * hb_procname() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve a procedure name into a buffer @@ -5485,7 +5485,7 @@ * hb_macroGetValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieve results of a macro expansion @@ -5520,7 +5520,7 @@ * hb_macroSetValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Assign a value to a macro-expression item @@ -5555,7 +5555,7 @@ * hb_macroTextValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Macro text substitution @@ -5590,7 +5590,7 @@ * hb_macroPushSymbol() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Handle a macro function calls, e.g. var := ¯o() @@ -5625,7 +5625,7 @@ * hb_macroRun() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Executes pcode compiled by macro compiler @@ -5660,7 +5660,7 @@ * hb_macroCompile() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compile a string and return a pcode buffer @@ -5697,7 +5697,7 @@ * hb_macroDelete() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Release all memory allocated for macro evaluation @@ -5732,7 +5732,7 @@ * hb_macroTextSubst() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Substitute macro variables occurences within a given string @@ -5771,7 +5771,7 @@ * hb_macroIsIdent() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Determine if a string is a valid function or variable name @@ -5808,7 +5808,7 @@ * hb_macroPopAliasedValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compiles and evaluates an aliased macro expression @@ -5845,7 +5845,7 @@ * hb_macroPushAliasedValue() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Compiles and evaluates an aliased macro expression @@ -5882,7 +5882,7 @@ * hb_macroGetType() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Determine the type of an expression @@ -5919,7 +5919,7 @@ * hb_gcAlloc() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Allocates a memory controlled by the garbage collector @@ -5958,7 +5958,7 @@ * hb_gcFree() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Deallocates a memory allocated by the garbage collector @@ -5993,7 +5993,7 @@ * hb_gcLock() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Do not release passed memory block @@ -6030,7 +6030,7 @@ * hb_gcUnlock() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Passed block is allowed to be released @@ -6067,7 +6067,7 @@ * hb_gcLockItem() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Do not release a memory block stored inside an item @@ -6102,7 +6102,7 @@ * hb_gcUnlockItem() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Allow to release the item @@ -6137,7 +6137,7 @@ * hb_gcCollect() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Checks if a single memory block can be released @@ -6172,7 +6172,7 @@ * hb_gcCollectAll() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Checks if all memory blocks can be released @@ -6207,7 +6207,7 @@ * hb_gcItemRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Checks if passed item refers passed memory block pointer @@ -6242,7 +6242,7 @@ * hb_vmIsLocalRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Hvm.c - mark all local variables as used @@ -6277,7 +6277,7 @@ * hb_vmIsStaticRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Hvm.c - mark all static variables as used @@ -6312,7 +6312,7 @@ * hb_memvarsIsMemvarRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Memvars.c - mark all memvar variables as used @@ -6347,7 +6347,7 @@ * hb_clsIsClassRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Classes.c - mark all class internals as used @@ -6382,7 +6382,7 @@ * hb_codeblockDeleteGarbage() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Clear a codeblock before releasing by the GC @@ -6417,7 +6417,7 @@ * hb_arrayReleaseGarbage() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Clear an array before releasing by the GC @@ -6452,7 +6452,7 @@ * hb_idleState() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Services a single idle state @@ -6487,7 +6487,7 @@ * hb_idleReset() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Services a single idle state @@ -6522,7 +6522,7 @@ * hb_idleShutDown() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Closes all background tasks @@ -6557,7 +6557,7 @@ * hb_verPlatform() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves a newly allocated buffer containing platform version @@ -6594,7 +6594,7 @@ * hb_verCompiler() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves a newly allocated buffer containing compiler version @@ -6631,7 +6631,7 @@ * hb_verHarbour() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Retrieves a newly allocated buffer containing harbour version @@ -6668,7 +6668,7 @@ * hb_verBuildInfo() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * Display harbour, compiler, and platform versions to standard console @@ -6703,7 +6703,7 @@ * HB_IS_OF_TYPE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6742,7 +6742,7 @@ * HB_IS_BYREF() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6779,7 +6779,7 @@ * HB_IS_ARRAY() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6816,7 +6816,7 @@ * HB_IS_NIL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6853,7 +6853,7 @@ * HB_IS_BLOCK() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6890,7 +6890,7 @@ * HB_IS_DATE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6927,7 +6927,7 @@ * HB_IS_DOUBLE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -6964,7 +6964,7 @@ * HB_IS_INTEGER() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7001,7 +7001,7 @@ * HB_IS_LOGICAL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7038,7 +7038,7 @@ * HB_IS_LONG() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7075,7 +7075,7 @@ * HB_IS_NUMERIC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7112,7 +7112,7 @@ * HB_IS_OBJECT() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7149,7 +7149,7 @@ * HB_IS_STRING() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7186,7 +7186,7 @@ * HB_IS_MEMO() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7223,7 +7223,7 @@ * HB_IS_SYMBOL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7260,7 +7260,7 @@ * HB_IS_MEMVAR() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7297,7 +7297,7 @@ * HB_IS_POINTER() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7334,7 +7334,7 @@ * ISNIL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * NOTE: Intentionally using a different method @@ -7371,7 +7371,7 @@ * ISCHAR() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7408,7 +7408,7 @@ * ISNUM() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Extend * $ONELINER$ * @@ -7445,8 +7445,8 @@ * ISLOG() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -7482,8 +7482,8 @@ * ISDATE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -7519,8 +7519,8 @@ * ISMEMO() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -7556,8 +7556,8 @@ * ISBYREF() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * NOTE: Intentionally using a different method * $SYNTAX$ @@ -7593,8 +7593,8 @@ * ISARRAY() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -7630,8 +7630,8 @@ * ISOBJECT() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -7667,8 +7667,8 @@ * ISBLOCK() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * Not available in CA-Cl*pper. * $SYNTAX$ @@ -7704,8 +7704,8 @@ * ISPOINTER() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * Not available in CA-Cl*pper. * $SYNTAX$ @@ -7741,8 +7741,8 @@ * HB_ISSPACE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ diff --git a/harbour/doc/en/hb_apier.txt b/harbour/doc/en/hb_apier.txt index bda6609160..6767518b64 100644 --- a/harbour/doc/en/hb_apier.txt +++ b/harbour/doc/en/hb_apier.txt @@ -8,8 +8,8 @@ * * Copyright 1999 Antonio Linares * Header file for the API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * * See COPYING for licensing terms. * @@ -22,8 +22,8 @@ * hb_errGetDescription() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -59,8 +59,8 @@ * hb_errGetFileName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -96,8 +96,8 @@ * hb_errGetFlags() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -133,8 +133,8 @@ * hb_errGetGenCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -170,8 +170,8 @@ * hb_errGetOperation() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -207,8 +207,8 @@ * hb_errGetOsCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -244,8 +244,8 @@ * hb_errGetSeverity() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -281,8 +281,8 @@ * hb_errGetSubCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -318,8 +318,8 @@ * hb_errGetSubSystem() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -355,8 +355,8 @@ * hb_errGetTries() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -392,8 +392,8 @@ * hb_errLaunch() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -429,8 +429,8 @@ * hb_errNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -466,8 +466,8 @@ * hb_errPutArgs() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -507,8 +507,8 @@ * hb_errPutDescription() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -546,8 +546,8 @@ * hb_errPutFileName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -585,8 +585,8 @@ * hb_errPutFlags() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -624,8 +624,8 @@ * hb_errPutGenCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -663,8 +663,8 @@ * hb_errPutOperation() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -702,8 +702,8 @@ * hb_errPutOsCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -741,8 +741,8 @@ * hb_errPutSeverity() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -780,8 +780,8 @@ * hb_errPutSubCode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -819,8 +819,8 @@ * hb_errPutSubSystem() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -858,8 +858,8 @@ * hb_errPutTries() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -897,8 +897,8 @@ * hb_errRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -932,8 +932,8 @@ * hb_errInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -967,8 +967,8 @@ * hb_errExit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1002,8 +1002,8 @@ * hb_errLaunchSubst() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1039,8 +1039,8 @@ * hb_errRT_New() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1090,8 +1090,8 @@ * hb_errRT_New_Subst() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1141,8 +1141,8 @@ * hb_errRT_BASE() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1184,8 +1184,8 @@ * hb_errRT_BASE_Ext1() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1231,8 +1231,8 @@ * hb_errRT_BASE_Subst() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1274,8 +1274,8 @@ * hb_errRT_BASE_SubstR() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1315,8 +1315,8 @@ * hb_errRT_TERM() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1362,8 +1362,8 @@ * hb_errRT_DBCMD() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1405,8 +1405,8 @@ * hb_errRT_TOOLS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1448,8 +1448,8 @@ * hb_errInternal() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -1489,8 +1489,8 @@ * hb_errorHandler() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ diff --git a/harbour/doc/en/hb_apifs.txt b/harbour/doc/en/hb_apifs.txt index 94b868a4a5..8aff1d847b 100644 --- a/harbour/doc/en/hb_apifs.txt +++ b/harbour/doc/en/hb_apifs.txt @@ -59,7 +59,7 @@ * hb_fsChDrv() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Change working drive @@ -96,7 +96,7 @@ * hb_fsClose() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Close a file @@ -131,7 +131,7 @@ * hb_fsCommit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Commit updates of a file @@ -166,7 +166,7 @@ * hb_fsCreate() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Create a file @@ -205,7 +205,7 @@ * hb_fsCreateTemp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Create a temporary file from components @@ -246,7 +246,7 @@ * hb_fsCurDir() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Retrieve a static pointer containing current directory for specified drive @@ -283,7 +283,7 @@ * hb_fsCurDirBuff() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Copy current directory for given drive into a buffer @@ -324,7 +324,7 @@ * hb_fsCurDrv() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Retrieve current drive number @@ -361,7 +361,7 @@ * hb_fsDelete() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Delete a file @@ -398,7 +398,7 @@ * hb_fsEof() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Determine if an open file is position at end-of-file @@ -435,7 +435,7 @@ * hb_fsError() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Retrieve file system error @@ -472,7 +472,7 @@ * hb_fsFile() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Determine if a file exists @@ -509,7 +509,7 @@ * hb_fsFSize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Determine the size of a file @@ -548,7 +548,7 @@ * hb_fsExtOpen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Open a file using default extension and a list of paths @@ -593,7 +593,7 @@ * hb_fsIsDrv() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Determine if a drive number is a valid drive @@ -630,7 +630,7 @@ * hb_fsIsDevice() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Determine if a file is attached to a device (console?) @@ -667,7 +667,7 @@ * hb_fsLock() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Request a lock on a portion of a file @@ -710,7 +710,7 @@ * hb_fsMkDir() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Create a directory @@ -747,7 +747,7 @@ * hb_fsOpen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Open a file @@ -786,7 +786,7 @@ * hb_fsRead() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Read contents of a file into a buffer (<=64K) @@ -827,7 +827,7 @@ * hb_fsReadLarge() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Read contents of a file into a buffer (>64K) @@ -868,7 +868,7 @@ * hb_fsRmDir() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Remove a directory @@ -905,7 +905,7 @@ * hb_fsRename() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Rename a file @@ -944,7 +944,7 @@ * hb_fsSeekLarge() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Reposition an open file @@ -985,7 +985,7 @@ * hb_fsTell() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Retrieve the current position of a file @@ -1022,7 +1022,7 @@ * hb_fsTempName() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Create a temporary file name in a buffer @@ -1061,7 +1061,7 @@ * hb_fsSetDevMode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Change the device mode of a file (text/binary) @@ -1100,7 +1100,7 @@ * hb_fsSetDevRaw() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Change the device mode of a file to raw (binary) @@ -1135,7 +1135,7 @@ * hb_fsSetDevText() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Change the device mode of a file to text @@ -1170,7 +1170,7 @@ * hb_fsSetError() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Set the file system error number @@ -1205,7 +1205,7 @@ * hb_fsWrite() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Write to an open file from a buffer (<=64K) @@ -1246,7 +1246,7 @@ * hb_fsWriteLarge() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Write to an open file from a buffer (>64K) @@ -1287,7 +1287,7 @@ * hb_fsFNameSplit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * Split given filename into path, name and extension @@ -1324,7 +1324,7 @@ * hb_fsFNameMerge() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * This function joins path, name and extension into a string with a filename @@ -1363,7 +1363,7 @@ * hb_fsFLock() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * @@ -1404,7 +1404,7 @@ * hb_fsFUnlock() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * FileSys * $ONELINER$ * diff --git a/harbour/doc/en/hb_apigt.txt b/harbour/doc/en/hb_apigt.txt index dfc7bfdea9..7cf259e240 100644 --- a/harbour/doc/en/hb_apigt.txt +++ b/harbour/doc/en/hb_apigt.txt @@ -8,7 +8,7 @@ * * Copyright 1999 {list of individual authors and e-mail addresses} * Header file for the API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Terminal * * See COPYING for licensing terms. @@ -22,8 +22,8 @@ * hb_gtInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -61,8 +61,8 @@ * hb_gtExit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -96,8 +96,8 @@ * hb_gtAdjustPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -135,8 +135,8 @@ * hb_gtBox() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -180,8 +180,8 @@ * hb_gtBoxD() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -223,8 +223,8 @@ * hb_gtBoxS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -266,8 +266,8 @@ * hb_gtColorSelect() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -303,8 +303,8 @@ * hb_gtColorToN() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -340,8 +340,8 @@ * hb_gtDispBegin() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -377,8 +377,8 @@ * hb_gtDispCount() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -414,8 +414,8 @@ * hb_gtDispEnd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -451,8 +451,8 @@ * hb_gtDrawShadow() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -496,8 +496,8 @@ * hb_gtGetBlink() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -533,8 +533,8 @@ * hb_gtGetColorStr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -570,8 +570,8 @@ * hb_gtGetCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -607,8 +607,8 @@ * hb_gtGetPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -646,8 +646,8 @@ * hb_gtIsColor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -683,8 +683,8 @@ * hb_gtMaxCol() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -720,8 +720,8 @@ * hb_gtMaxRow() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -757,8 +757,8 @@ * hb_gtPostExt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -794,8 +794,8 @@ * hb_gtPreExt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -831,8 +831,8 @@ * hb_gtSuspend() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Prepare the reminal for shell output * $SYNTAX$ @@ -868,8 +868,8 @@ * hb_gtResume() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Resume the terminal after the shell output * $SYNTAX$ @@ -905,8 +905,8 @@ * hb_gtReadKey() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -942,8 +942,8 @@ * hb_gtRectSize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -987,8 +987,8 @@ * hb_gtRepChar() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1030,8 +1030,8 @@ * hb_gtRest() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1075,8 +1075,8 @@ * hb_gtSave() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1120,8 +1120,8 @@ * hb_gtScrDim() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1159,8 +1159,8 @@ * hb_gtScroll() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1206,8 +1206,8 @@ * hb_gtSetBlink() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1243,8 +1243,8 @@ * hb_gtSetColorStr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1280,8 +1280,8 @@ * hb_gtSetCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1317,8 +1317,8 @@ * hb_gtSetMode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1356,8 +1356,8 @@ * hb_gtSetPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1395,8 +1395,8 @@ * hb_gtSetPosContext() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1436,8 +1436,8 @@ * hb_gtSetSnowFlag() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1473,8 +1473,8 @@ * hb_gtTone() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1510,8 +1510,8 @@ * hb_gtWrite() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1549,8 +1549,8 @@ * hb_gtWriteAt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1592,8 +1592,8 @@ * hb_gtWriteCon() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1631,8 +1631,8 @@ * hb_gtVersion() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1668,8 +1668,8 @@ * hb_gtWCreate() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1705,8 +1705,8 @@ * hb_gtWDestroy() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1740,8 +1740,8 @@ * hb_gtWFlash() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1777,8 +1777,8 @@ * hb_gtWApp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1812,8 +1812,8 @@ * hb_gtWCurrent() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1847,8 +1847,8 @@ * hb_gtWPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1884,8 +1884,8 @@ * hb_gtWVis() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1923,8 +1923,8 @@ * hb_gtSLR() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * System Level Request * $SYNTAX$ @@ -1960,8 +1960,8 @@ * hb_gtModalRead() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1997,8 +1997,8 @@ * hb_gtBeginWrite() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2034,8 +2034,8 @@ * hb_gtEndWrite() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2071,8 +2071,8 @@ * hb_gtFlushCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2108,8 +2108,8 @@ * hb_gtSetColor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2145,8 +2145,8 @@ * hb_gtGetColor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2182,8 +2182,8 @@ * hb_gtSetBorder() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2219,8 +2219,8 @@ * hb_gt_Init() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2258,8 +2258,8 @@ * hb_gt_Exit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2293,8 +2293,8 @@ * hb_gt_AdjustPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2332,8 +2332,8 @@ * hb_gt_Box() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2379,8 +2379,8 @@ * hb_gt_BoxD() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2426,8 +2426,8 @@ * hb_gt_BoxS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2473,8 +2473,8 @@ * hb_gt_Col() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2510,8 +2510,8 @@ * hb_gt_DispBegin() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2545,8 +2545,8 @@ * hb_gt_DispCount() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2582,8 +2582,8 @@ * hb_gt_DispEnd() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2617,8 +2617,8 @@ * hb_gt_GetBlink() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2654,8 +2654,8 @@ * hb_gt_GetCursorStyle() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2691,8 +2691,8 @@ * hb_gt_GetScreenHeight() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2728,8 +2728,8 @@ * hb_gt_GetScreenWidth() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2765,8 +2765,8 @@ * hb_gt_GetText() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2808,8 +2808,8 @@ * hb_gt_HorizLine() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2853,8 +2853,8 @@ * hb_gt_IsColor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2890,8 +2890,8 @@ * hb_gt_PreExt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2927,8 +2927,8 @@ * hb_gt_PostExt() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2964,8 +2964,8 @@ * hb_gt_Suspend() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Suspend the terminal before the shell call * $SYNTAX$ @@ -3001,8 +3001,8 @@ * hb_gt_Resume() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Resume the terminal after the shell call * $SYNTAX$ @@ -3038,8 +3038,8 @@ * hb_gt_Puts() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3081,8 +3081,8 @@ * hb_gt_PutText() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3124,8 +3124,8 @@ * hb_gt_ReadKey() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3161,8 +3161,8 @@ * hb_gt_RectSize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3200,8 +3200,8 @@ * hb_gt_Replicate() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3243,8 +3243,8 @@ * hb_gt_Row() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3280,8 +3280,8 @@ * hb_gt_Scroll() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3327,8 +3327,8 @@ * hb_gt_SetAttribute() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3370,8 +3370,8 @@ * hb_gt_SetBlink() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3405,8 +3405,8 @@ * hb_gt_SetCursorStyle() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3440,8 +3440,8 @@ * hb_gt_SetMode() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3479,8 +3479,8 @@ * hb_gt_SetPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3518,8 +3518,8 @@ * hb_gt_Tone() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3555,8 +3555,8 @@ * hb_gt_Version() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3592,8 +3592,8 @@ * hb_gt_VertLine() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3637,8 +3637,8 @@ * hb_inkey() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Wait for keyboard input * $SYNTAX$ @@ -3678,8 +3678,8 @@ * hb_inkeyGet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Extract the next key from the Harbour keyboard buffer * $SYNTAX$ @@ -3715,8 +3715,8 @@ * hb_inkeyPut() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Inserts an inkey code into the keyboard buffer * $SYNTAX$ @@ -3750,8 +3750,8 @@ * hb_inkeyLast() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Return the value of the last key that was extracted * $SYNTAX$ @@ -3787,8 +3787,8 @@ * hb_inkeyNext() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Return the next key without extracting it * $SYNTAX$ @@ -3824,8 +3824,8 @@ * hb_inkeyPoll() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Poll the console keyboard to stuff the Harbour buffer * $SYNTAX$ @@ -3859,8 +3859,8 @@ * hb_inkeyReset() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * Reset the Harbour keyboard buffer * $SYNTAX$ @@ -3894,8 +3894,8 @@ * hb_mouseIsPresent() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3931,8 +3931,8 @@ * hb_mouseGetCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3968,8 +3968,8 @@ * hb_mouseSetCursor() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4003,8 +4003,8 @@ * hb_mouseCol() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4040,8 +4040,8 @@ * hb_mouseRow() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4077,8 +4077,8 @@ * hb_mouseSetPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4114,8 +4114,8 @@ * hb_mouseIsButtonPressed() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4151,8 +4151,8 @@ * hb_mouseCountButton() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4189,7 +4189,7 @@ * $CATEGORY$ * C level API * $SUBCATEGORY$ - * Terminal + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4229,8 +4229,8 @@ * hb_mouseGetBounds() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4270,8 +4270,8 @@ * hb_mouse_Init() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4305,8 +4305,8 @@ * hb_mouse_Exit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4340,8 +4340,8 @@ * hb_mouse_IsPresent() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4377,8 +4377,8 @@ * hb_mouse_Show() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4412,8 +4412,8 @@ * hb_mouse_Hide() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4447,8 +4447,8 @@ * hb_mouse_Col() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4484,8 +4484,8 @@ * hb_mouse_Row() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4521,8 +4521,8 @@ * hb_mouse_SetPos() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4558,8 +4558,8 @@ * hb_mouse_IsButtonPressed() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4595,8 +4595,8 @@ * hb_mouse_CountButton() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4632,8 +4632,8 @@ * hb_mouse_SetBounds() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4673,8 +4673,8 @@ * hb_mouse_GetBounds() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4714,8 +4714,8 @@ * hb_setkeyInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -4749,8 +4749,8 @@ * hb_setkeyExit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ diff --git a/harbour/doc/en/hb_apiit.txt b/harbour/doc/en/hb_apiit.txt index 51c19745a5..da2c4e2dea 100644 --- a/harbour/doc/en/hb_apiit.txt +++ b/harbour/doc/en/hb_apiit.txt @@ -8,7 +8,7 @@ * * Copyright 1999 Antonio Linares * Header file for the API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * * See COPYING for licensing terms. @@ -22,7 +22,7 @@ * hb_evalLaunch() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -59,7 +59,7 @@ * hb_evalNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -98,7 +98,7 @@ * hb_evalPutParam() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -137,7 +137,7 @@ * hb_evalRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -174,7 +174,7 @@ * hb_itemDo() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -217,7 +217,7 @@ * hb_itemDoC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -260,7 +260,7 @@ * hb_itemArrayGet() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -299,7 +299,7 @@ * hb_itemArrayNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -336,7 +336,7 @@ * hb_itemArrayPut() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -377,7 +377,7 @@ * hb_itemCopyC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -418,7 +418,7 @@ * hb_itemFreeC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -455,7 +455,7 @@ * hb_itemGetC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -492,7 +492,7 @@ * hb_itemGetCPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -529,7 +529,7 @@ * hb_itemGetCLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -566,7 +566,7 @@ * hb_itemGetDS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -605,7 +605,7 @@ * hb_itemGetDL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -642,7 +642,7 @@ * hb_itemGetL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -679,7 +679,7 @@ * hb_itemGetND() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -716,7 +716,7 @@ * hb_itemGetNI() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -753,7 +753,7 @@ * hb_itemGetNL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -790,7 +790,7 @@ * hb_itemGetNLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -829,7 +829,7 @@ * hb_itemGetPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -866,7 +866,7 @@ * hb_itemNew() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -903,7 +903,7 @@ * hb_itemInit() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -938,7 +938,7 @@ * hb_itemPCount() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -975,7 +975,7 @@ * hb_itemParam() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Creates a copy of an item parameter (outside the eval stack) @@ -1019,7 +1019,7 @@ * hb_itemPutC() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1058,7 +1058,7 @@ * hb_itemPutCPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1099,7 +1099,7 @@ * hb_itemPutCLPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1140,7 +1140,7 @@ * hb_itemPutCL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1181,7 +1181,7 @@ * hb_itemSetCMemo() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1216,7 +1216,7 @@ * hb_itemPutD() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1259,7 +1259,7 @@ * hb_itemPutDS() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1298,7 +1298,7 @@ * hb_itemPutDL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1337,7 +1337,7 @@ * hb_itemPutL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1376,7 +1376,7 @@ * hb_itemPutND() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1415,7 +1415,7 @@ * hb_itemPutNI() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1454,7 +1454,7 @@ * hb_itemPutNL() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1493,7 +1493,7 @@ * hb_itemPutNLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1536,7 +1536,7 @@ * hb_itemPutNDLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1579,7 +1579,7 @@ * hb_itemPutNILen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1620,7 +1620,7 @@ * hb_itemPutNLLen() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1661,7 +1661,7 @@ * hb_itemPutPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1700,7 +1700,7 @@ * hb_itemRelease() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1737,7 +1737,7 @@ * hb_itemReturn() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1774,7 +1774,7 @@ * hb_itemSize() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1811,7 +1811,7 @@ * hb_itemType() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1848,7 +1848,7 @@ * hb_itemTypeStr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1885,7 +1885,7 @@ * hb_itemParamPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1924,7 +1924,7 @@ * hb_itemReturnPtr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -1961,7 +1961,7 @@ * hb_itemStrCmp() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Our string compare @@ -2002,7 +2002,7 @@ * hb_itemCopy() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Copies an item to one place to another respecting its containts @@ -2039,7 +2039,7 @@ * hb_itemClear() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -2074,7 +2074,7 @@ * hb_itemUnRef() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * De-references passed variable @@ -2111,7 +2111,7 @@ * hb_itemStr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Convert a number to a string @@ -2152,7 +2152,7 @@ * hb_itemString() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Convert any scalar to a string @@ -2193,7 +2193,7 @@ * hb_itemValToStr() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * Convert any scalar to a string @@ -2230,7 +2230,7 @@ * hb_itemPadConv() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * @@ -2271,7 +2271,7 @@ * hb_itemSwap() * $CATEGORY$ * C level API - * $SUBCATEGORY$ + * $SUBCATEGORY$ * Item * $ONELINER$ * diff --git a/harbour/doc/en/hb_apiln.txt b/harbour/doc/en/hb_apiln.txt index 4139d2e3b5..707e181fcc 100644 --- a/harbour/doc/en/hb_apiln.txt +++ b/harbour/doc/en/hb_apiln.txt @@ -8,8 +8,8 @@ * * Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu) * Header file for the API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * * See COPYING for licensing terms. * @@ -22,8 +22,8 @@ * hb_langRegister() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -59,8 +59,8 @@ * hb_langDeRegister() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -96,8 +96,8 @@ * hb_langFind() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -133,8 +133,8 @@ * hb_langSelect() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -170,8 +170,8 @@ * hb_langSelectID() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -207,8 +207,8 @@ * hb_langDGetItem() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -244,8 +244,8 @@ * hb_langID() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -281,8 +281,8 @@ * hb_langName() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -318,8 +318,8 @@ * hb_langDGetErrorDesc() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ @@ -355,8 +355,8 @@ * HB_LANG_REQUEST() * $CATEGORY$ * API - * $SUBCATEGORY$ - * Language and Nation + * $SUBCATEGORY$ + * Language and Nation * $ONELINER$ * * $SYNTAX$ diff --git a/harbour/doc/en/hb_compa.txt b/harbour/doc/en/hb_compa.txt index 6cad59848e..ed2b68f43d 100644 --- a/harbour/doc/en/hb_compa.txt +++ b/harbour/doc/en/hb_compa.txt @@ -20,8 +20,8 @@ * _evalLaunch() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -57,8 +57,8 @@ * _evalNew() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -94,8 +94,8 @@ * _evalPutParam() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -131,8 +131,8 @@ * _evalRelease() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -168,8 +168,8 @@ * _itemArrayGet() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -205,8 +205,8 @@ * _itemArrayNew() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -242,8 +242,8 @@ * _itemArrayPut() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -279,8 +279,8 @@ * _itemNew() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -316,8 +316,8 @@ * _itemParam() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -353,8 +353,8 @@ * _itemRelease() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -390,8 +390,8 @@ * _itemReturn() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -427,8 +427,8 @@ * _itemSize() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -464,8 +464,8 @@ * _itemType() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Item + * $SUBCATEGORY$ + * Item * $ONELINER$ * * $SYNTAX$ @@ -501,8 +501,8 @@ * _reta() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -538,8 +538,8 @@ * _pcount() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -575,8 +575,8 @@ * _tchdir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -612,8 +612,8 @@ * _tchdrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -649,8 +649,8 @@ * _tclose() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -686,8 +686,8 @@ * _tcommit() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -723,8 +723,8 @@ * _tcreat() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -760,8 +760,8 @@ * _tcurdir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -797,8 +797,8 @@ * _tcurdrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -834,8 +834,8 @@ * _tdevraw() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -871,8 +871,8 @@ * _terror() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -908,8 +908,8 @@ * _tisdevice() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -945,8 +945,8 @@ * _tisdrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -982,8 +982,8 @@ * _tlock() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1019,8 +1019,8 @@ * _tlseek() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1056,8 +1056,8 @@ * _tmkdir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1093,8 +1093,8 @@ * _topen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1130,8 +1130,8 @@ * _tread() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1167,8 +1167,8 @@ * _trename() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1204,8 +1204,8 @@ * _trmdir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1241,8 +1241,8 @@ * _tunlink() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1278,8 +1278,8 @@ * _twrite() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1315,8 +1315,8 @@ * _bset() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1352,8 +1352,8 @@ * _bmove() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1389,8 +1389,8 @@ * _bcopy() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1426,8 +1426,8 @@ * _bcmp() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Undocumented + * $SUBCATEGORY$ + * Undocumented * $ONELINER$ * * $SYNTAX$ @@ -1463,8 +1463,8 @@ * _gtBox() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1500,8 +1500,8 @@ * _gtColorSelect() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1537,8 +1537,8 @@ * _gtDispBegin() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1574,8 +1574,8 @@ * _gtDispCount() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1611,8 +1611,8 @@ * _gtDispEnd() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1648,8 +1648,8 @@ * _gtGetColorStr() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1685,8 +1685,8 @@ * _gtGetCursor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1722,8 +1722,8 @@ * _gtGetPos() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1759,8 +1759,8 @@ * _gtIsColor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1796,8 +1796,8 @@ * _gtMaxCol() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1833,8 +1833,8 @@ * _gtMaxRow() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1870,8 +1870,8 @@ * _gtPostExt() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1907,8 +1907,8 @@ * _gtPreExt() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1944,8 +1944,8 @@ * _gtRectSize() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -1981,8 +1981,8 @@ * _gtRepChar() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2018,8 +2018,8 @@ * _gtRest() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2055,8 +2055,8 @@ * _gtSave() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2092,8 +2092,8 @@ * _gtScrDim() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2129,8 +2129,8 @@ * _gtScroll() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2166,8 +2166,8 @@ * _gtSetBlink() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2203,8 +2203,8 @@ * _gtSetColorStr() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2240,8 +2240,8 @@ * _gtSetCursor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2277,8 +2277,8 @@ * _gtSetMode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2314,8 +2314,8 @@ * _gtSetPos() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2351,8 +2351,8 @@ * _gtSetSnowFlag() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2388,8 +2388,8 @@ * _gtWrite() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2425,8 +2425,8 @@ * _gtWriteAt() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2462,8 +2462,8 @@ * _gtWriteCon() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2499,8 +2499,8 @@ * _gtInit() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2536,8 +2536,8 @@ * _gtExit() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2573,8 +2573,8 @@ * _gtWCreate() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2610,8 +2610,8 @@ * _gtWDestroy() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2647,8 +2647,8 @@ * _gtWFlash() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2684,8 +2684,8 @@ * _gtWApp() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2721,8 +2721,8 @@ * _gtWCurrent() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2758,8 +2758,8 @@ * _gtWPos() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2795,8 +2795,8 @@ * _gtWVis() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2832,8 +2832,8 @@ * _gtModalRead() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2869,8 +2869,8 @@ * _gtBeginWrite() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2906,8 +2906,8 @@ * _gtEndWrite() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2943,8 +2943,8 @@ * _gtFlushCursor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -2980,8 +2980,8 @@ * _gtSetColor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3017,8 +3017,8 @@ * _gtGetColor() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3054,8 +3054,8 @@ * _gtSetBorder() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Terminal + * $SUBCATEGORY$ + * Terminal * $ONELINER$ * * $SYNTAX$ @@ -3091,8 +3091,8 @@ * _xalloc() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Fixed memory + * $SUBCATEGORY$ + * Fixed memory * $ONELINER$ * * $SYNTAX$ @@ -3128,8 +3128,8 @@ * _xgrab() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Fixed memory + * $SUBCATEGORY$ + * Fixed memory * $ONELINER$ * * $SYNTAX$ @@ -3165,8 +3165,8 @@ * _xfree() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Fixed memory + * $SUBCATEGORY$ + * Fixed memory * $ONELINER$ * * $SYNTAX$ @@ -3202,8 +3202,8 @@ * _exmgrab() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Fixed memory + * $SUBCATEGORY$ + * Fixed memory * $ONELINER$ * * $SYNTAX$ @@ -3239,8 +3239,8 @@ * _fsChDir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3276,8 +3276,8 @@ * _fsChDrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3313,8 +3313,8 @@ * _fsClose() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3350,8 +3350,8 @@ * _fsCommit() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3387,8 +3387,8 @@ * _fsCreate() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3424,8 +3424,8 @@ * _fsCurDir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3461,8 +3461,8 @@ * _fsCurDrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3498,8 +3498,8 @@ * _fsDelete() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3535,8 +3535,8 @@ * _fsError() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3572,8 +3572,8 @@ * _fsExtOpen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3609,8 +3609,8 @@ * _fsIsDrv() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3646,8 +3646,8 @@ * _fsLock() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3683,8 +3683,8 @@ * _fsMkDir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3720,8 +3720,8 @@ * _fsOpen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3757,8 +3757,8 @@ * _fsRead() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3794,8 +3794,8 @@ * _fsRmDir() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3831,8 +3831,8 @@ * _fsRename() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3868,8 +3868,8 @@ * _fsSeek() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3905,8 +3905,8 @@ * _fsWrite() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * FileSys + * $SUBCATEGORY$ + * FileSys * $ONELINER$ * * $SYNTAX$ @@ -3942,8 +3942,8 @@ * ALENGTH * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -3979,8 +3979,8 @@ * _parc() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4016,8 +4016,8 @@ * _parclen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4053,8 +4053,8 @@ * _parcsiz() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4090,8 +4090,8 @@ * _pards() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4127,8 +4127,8 @@ * _parinfa() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4164,8 +4164,8 @@ * _parinfo() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4201,8 +4201,8 @@ * _parl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4238,8 +4238,8 @@ * _parnd() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4275,8 +4275,8 @@ * _parni() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4312,8 +4312,8 @@ * _parnl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4349,8 +4349,8 @@ * _ret() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4386,8 +4386,8 @@ * _retc() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4423,8 +4423,8 @@ * _retclen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4460,8 +4460,8 @@ * _retds() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4497,8 +4497,8 @@ * _retl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4534,8 +4534,8 @@ * _retnd() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4571,8 +4571,8 @@ * _retni() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4608,8 +4608,8 @@ * _retnl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4645,8 +4645,8 @@ * _storc() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4682,8 +4682,8 @@ * _storclen() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4719,8 +4719,8 @@ * _stords() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4756,8 +4756,8 @@ * _storl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4793,8 +4793,8 @@ * _stornd() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4830,8 +4830,8 @@ * _storni() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4867,8 +4867,8 @@ * _stornl() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Extend + * $SUBCATEGORY$ + * Extend * $ONELINER$ * * $SYNTAX$ @@ -4904,8 +4904,8 @@ * _errGetDescription() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -4941,8 +4941,8 @@ * _errGetFileName() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -4978,8 +4978,8 @@ * _errGetFlags() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5015,8 +5015,8 @@ * _errGetGenCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5052,8 +5052,8 @@ * _errGetOperation() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5089,8 +5089,8 @@ * _errGetOsCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5126,8 +5126,8 @@ * _errGetSeverity() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5163,8 +5163,8 @@ * _errGetSubCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5200,8 +5200,8 @@ * _errGetSubSystem() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5237,8 +5237,8 @@ * _errGetTries() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5274,8 +5274,8 @@ * _errLaunch() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5311,8 +5311,8 @@ * _errNew() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5348,8 +5348,8 @@ * _errPutDescription() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5385,8 +5385,8 @@ * _errPutFileName() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5422,8 +5422,8 @@ * _errPutFlags() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5459,8 +5459,8 @@ * _errPutGenCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5496,8 +5496,8 @@ * _errPutOperation() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5533,8 +5533,8 @@ * _errPutOsCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5570,8 +5570,8 @@ * _errPutSeverity() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5607,8 +5607,8 @@ * _errPutSubCode() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5644,8 +5644,8 @@ * _errPutSubSystem() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5681,8 +5681,8 @@ * _errPutTries() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ @@ -5718,8 +5718,8 @@ * _errRelease() * $CATEGORY$ * C level API compatability - * $SUBCATEGORY$ - * Error + * $SUBCATEGORY$ + * Error * $ONELINER$ * * $SYNTAX$ diff --git a/harbour/doc/en/hvm.txt b/harbour/doc/en/hvm.txt index 355151b463..a21121b94b 100644 --- a/harbour/doc/en/hvm.txt +++ b/harbour/doc/en/hvm.txt @@ -113,7 +113,7 @@ * $CATEGORY$ * API * $SUBCATEGORY$ - * Application + * Application * $ONELINER$ * This function allways returns an empty string. * $SYNTAX$ diff --git a/harbour/doc/en/idle.txt b/harbour/doc/en/idle.txt index 5e7c582c9c..0d369ed9ec 100644 --- a/harbour/doc/en/idle.txt +++ b/harbour/doc/en/idle.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * The idle states * $CATEGORY$ @@ -37,7 +37,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * HB_IDLEADD() * $CATEGORY$ @@ -76,7 +76,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * HB_IDLEDEL() * $CATEGORY$ @@ -119,7 +119,7 @@ /* $DOC$ * $TEMPLATE$ - * Procedure + * Procedure * $NAME$ * HB_IdleState() * $CATEGORY$ @@ -166,7 +166,7 @@ /* $DOC$ * $TEMPLATE$ - * Procedure + * Procedure * $NAME$ * hb_idleState() * $CATEGORY$ diff --git a/harbour/doc/en/input.txt b/harbour/doc/en/input.txt index 38046c2fa3..16bc2e9798 100644 --- a/harbour/doc/en/input.txt +++ b/harbour/doc/en/input.txt @@ -336,7 +336,7 @@ * $COMPLIANCE$ * KEYBOARD is compliant with CA-Cl*pper 5.3 * $SEEALSO$ - * CLEAR TYPEAHEAD,__KEYBOARD() + * CLEAR TYPEAHEAD,__KEYBOARD() * $END$ */ @@ -391,7 +391,7 @@ * $FILES$ * Library is rtl * $SEEALSO$ - * @...GET,INKEY(),LASTKEY(),READ,READEXIT(),UPDATED() + * @...GET,INKEY(),LASTKEY(),READ,READEXIT(),UPDATED() * $END$ */ diff --git a/harbour/doc/en/license.txt b/harbour/doc/en/license.txt index 38fcae5901..e3c32f37b3 100644 --- a/harbour/doc/en/license.txt +++ b/harbour/doc/en/license.txt @@ -4,146 +4,146 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ - * Harbour License + * Harbour License * $CATEGORY$ - * Document + * Document * $SUBCATEGORY$ - * License + * License * $ONELINER$ - * Harbour License + * Harbour License * $DESCRIPTION$ * - * THE HARBOUR PROJECT COMPILER LICENSE - * ==================================== + * THE HARBOUR PROJECT COMPILER LICENSE + * ==================================== * - * Note: This license applies to most of the files in the src/compiler - * directory. + * Note: This license applies to most of the files in the src/compiler + * directory. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit + * their web site at http://www.gnu.org/). * * - * THE HARBOUR PROJECT LIBRARY LICENSE - * =================================== + * THE HARBOUR PROJECT LIBRARY LICENSE + * =================================== * - * Note: This license applies to most of the files in the include directory, - * source directory, and subdirectories. + * Note: This license applies to most of the files in the include directory, + * source directory, and subdirectories. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). + * You should have received a copy of the GNU General Public License + * along with this software; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/). * - * As a special exception, the Harbour Project gives permission for - * additional uses of the text contained in its release of Harbour. + * As a special exception, the Harbour Project gives permission for + * additional uses of the text contained in its release of Harbour. * - * The exception is that, if you link the Harbour libraries with other - * files to produce an executable, this does not by itself cause the - * resulting executable to be covered by the GNU General Public License. - * Your use of that executable is in no way restricted on account of - * linking the Harbour library code into it. + * The exception is that, if you link the Harbour libraries with other + * files to produce an executable, this does not by itself cause the + * resulting executable to be covered by the GNU General Public License. + * Your use of that executable is in no way restricted on account of + * linking the Harbour library code into it. * - * This exception does not however invalidate any other reasons why - * the executable file might be covered by the GNU General Public License. + * This exception does not however invalidate any other reasons why + * the executable file might be covered by the GNU General Public License. * - * This exception applies only to the code released by the Harbour - * Project under the name Harbour. If you copy code from other - * Harbour Project or Free Software Foundation releases into a copy of - * Harbour, as the General Public License permits, the exception does - * not apply to the code that you add in this way. To avoid misleading - * anyone as to the status of such modified files, you must delete - * this exception notice from them. + * This exception applies only to the code released by the Harbour + * Project under the name Harbour. If you copy code from other + * Harbour Project or Free Software Foundation releases into a copy of + * Harbour, as the General Public License permits, the exception does + * not apply to the code that you add in this way. To avoid misleading + * anyone as to the status of such modified files, you must delete + * this exception notice from them. * - * If you write modifications of your own for Harbour, it is your choice - * whether to permit this exception to apply to your modifications. - * If you do not wish that, delete this exception notice. + * If you write modifications of your own for Harbour, it is your choice + * whether to permit this exception to apply to your modifications. + * If you do not wish that, delete this exception notice. * * - * THE OLD HARBOUR PROJECT LIBRARY LICENSE - * ======================================= + * THE OLD HARBOUR PROJECT LIBRARY LICENSE + * ======================================= * - * Note: This license only applies to the following files: - *
- *      contrib\libmisc\dates2.c (Only the DateTime() function by Jon Berg)
- *      samples\pe\*
- *      source\rtl\philes.c
- *      source\rtl\binnum.c
- *      source\lang\msgsr852.c
- *      source\lang\msgpl852.c
- *      source\lang\msgpliso.c
- *      source\lang\msgplmaz.c
- *      source\lang\msgeu.c
- *      source\lang\msgcsiso.c
- *      source\lang\msgcswin.c
- *      source\lang\msgcskam.c
- *      source\lang\msgsriso.c
- *      source\lang\msgde.c
- *      source\lang\msghr852.c
- *      source\lang\msgcs852.c
- *      source\lang\msghriso.c
- *      source\lang\msgis850.c
- *   
- * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version, with one exception: + * Note: This license only applies to the following files: + *
+ *         contrib\libmisc\dates2.c (Only the DateTime() function by Jon Berg)
+ *         samples\pe\*
+ *         source\rtl\philes.c
+ *         source\rtl\binnum.c
+ *         source\lang\msgsr852.c
+ *         source\lang\msgpl852.c
+ *         source\lang\msgpliso.c
+ *         source\lang\msgplmaz.c
+ *         source\lang\msgeu.c
+ *         source\lang\msgcsiso.c
+ *         source\lang\msgcswin.c
+ *         source\lang\msgcskam.c
+ *         source\lang\msgsriso.c
+ *         source\lang\msgde.c
+ *         source\lang\msghr852.c
+ *         source\lang\msgcs852.c
+ *         source\lang\msghriso.c
+ *         source\lang\msgis850.c
+ *      
+ * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version, with one exception: * - * The exception is that if you link the Harbour Runtime Library (HRL) - * and/or the Harbour Virtual Machine (HVM) with other files to produce - * an executable, this does not by itself cause the resulting executable - * to be covered by the GNU General Public License. Your use of that - * executable is in no way restricted on account of linking the HRL - * and/or HVM code into it. + * The exception is that if you link the Harbour Runtime Library (HRL) + * and/or the Harbour Virtual Machine (HVM) with other files to produce + * an executable, this does not by itself cause the resulting executable + * to be covered by the GNU General Public License. Your use of that + * executable is in no way restricted on account of linking the HRL + * and/or HVM code into it. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit - * their web site at http://www.gnu.org/). + * You should have received a copy of the GNU General Public License + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit + * their web site at http://www.gnu.org/). * * - * THE HARBOUR PROJECT CONTRIB LICENSE - * =================================== + * THE HARBOUR PROJECT CONTRIB LICENSE + * =================================== * - * There is no one single license that applies to the Harbour Project - * contrib files. Some files use the Harbour Project Compiler license. - * Some files use the Harbour Project Library license. Some files use - * the old Harbour Project Library license (and in one case, just one - * function in a file that otherwise uses the Harbour Project Library - * license uses the old license - this is the DateTime() function in - * the file contrib\libmisc\dates2.c). Some files may even use other - * types of free software or open source software licenses. Some files - * have been donated to the public domain. If you use any of the contrib - * files, you need to investigate the license that applies to each file. + * There is no one single license that applies to the Harbour Project + * contrib files. Some files use the Harbour Project Compiler license. + * Some files use the Harbour Project Library license. Some files use + * the old Harbour Project Library license (and in one case, just one + * function in a file that otherwise uses the Harbour Project Library + * license uses the old license - this is the DateTime() function in + * the file contrib\libmisc\dates2.c). Some files may even use other + * types of free software or open source software licenses. Some files + * have been donated to the public domain. If you use any of the contrib + * files, you need to investigate the license that applies to each file. * * $SEEALSO$ - * Overview + * Overview * $END$ */ diff --git a/harbour/doc/en/macro.txt b/harbour/doc/en/macro.txt index d7c4a75e46..116426a7a3 100644 --- a/harbour/doc/en/macro.txt +++ b/harbour/doc/en/macro.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * Macro compiler * $CATEGORY$ @@ -27,7 +27,7 @@ /* $DOC$ * $TEMPLATE$ - * Function + * Function * $NAME$ * HB_SETMACRO() * $CATEGORY$ diff --git a/harbour/doc/en/menu.txt b/harbour/doc/en/menu.txt index 8ca05dee56..09282ea354 100644 --- a/harbour/doc/en/menu.txt +++ b/harbour/doc/en/menu.txt @@ -281,7 +281,7 @@ * Esc Abort selection, return 0 * First letter Select next menu with the same first letter, * | return this item position. - * + * * upon exit the cursor is placed at MAXROW()-1, 0 * __MenuTo() can be nested without loosing the previous prompts. * @@ -352,7 +352,7 @@ * * Following are active keys that handled by Menu To: * - * + *
* key Meaning * * Up - Move to previous item @@ -367,7 +367,7 @@ * Esc - Abort selection, return 0 * First letter - Select next menu with the same first letter, * | return this item position. - *
+ * * upon exit the cursor is placed at MAXROW()-1, 0 * Menu To can be nested without loosing the previous prompts. * @@ -394,6 +394,6 @@ * $COMPLIANCE$ * C * $SEEALSO$ - * @...PROMPT,ACHOICE(),SET MESSAGE,SET INTENSITY,SET WRAP,__ATPROMPT() + * @...PROMPT,ACHOICE(),SET MESSAGE,SET INTENSITY,SET WRAP,__ATPROMPT() * $END$ */ diff --git a/harbour/doc/en/misc.txt b/harbour/doc/en/misc.txt index 69d8107770..4ea2f46bd4 100644 --- a/harbour/doc/en/misc.txt +++ b/harbour/doc/en/misc.txt @@ -27,7 +27,7 @@ * $SYNTAX$ * OS() --> * $RETURNS$ - * The current operating system. + * The current operating system. * $DESCRIPTION$ * This function will return the current operating system. * $EXAMPLES$ @@ -120,10 +120,10 @@ * $PLATFORMS$ * All * $FILES$ - * src/rtl/gete.c + * src/rtl/gete.c * Library is rtl * $SEEALSO$ - * GETE + * GETE * $END$ */ @@ -166,10 +166,10 @@ * $PLATFORMS$ * All * $FILES$ - * src/rtl/gete.c + * src/rtl/gete.c * Library is rtl * $SEEALSO$ - * GETENV + * GETENV * $END$ */ @@ -223,7 +223,7 @@ * src/rtl/gete.c * Library is rtl * $SEEALSO$ - * GETENV, GETE + * GETENV, GETE * $END$ */ diff --git a/harbour/doc/en/rdddb.txt b/harbour/doc/en/rdddb.txt index cb25320dec..61ecda416a 100644 --- a/harbour/doc/en/rdddb.txt +++ b/harbour/doc/en/rdddb.txt @@ -131,26 +131,26 @@ * $RETURNS$ * DbAppend() always returns NIL * $DESCRIPTION$ - * This function add a new record to the end of the database - * in the selected or aliased work area. All fields in that - * database will be given empty data values - character fields - * will be filled with blank spaces,date fields with CTOD('//'), - * numeric fields with 0, logical fields with .F., and memo fields - * with NULL bytes. The header of the database is not updated until - * the record is flushed from the buffer and the contents are - * written to the disk. + * This function add a new record to the end of the database + * in the selected or aliased work area. All fields in that + * database will be given empty data values - character fields + * will be filled with blank spaces,date fields with CTOD('//'), + * numeric fields with 0, logical fields with .F., and memo fields + * with NULL bytes. The header of the database is not updated until + * the record is flushed from the buffer and the contents are + * written to the disk. * - * Under a networking enviroment, DBAPPEND() performs an additional - * operation: It attrmps to lock the newly added record. If - * the database file is currently locked or if a locking assignment - * if made to LASTREC()+1, NETERR() will return a logical true (.T.) - * immediately after the DBAPPEND() function. This function does - * not unlock the locked records. + * Under a networking enviroment, DBAPPEND() performs an additional + * operation: It attrmps to lock the newly added record. If + * the database file is currently locked or if a locking assignment + * if made to LASTREC()+1, NETERR() will return a logical true (.T.) + * immediately after the DBAPPEND() function. This function does + * not unlock the locked records. * - * If is passed a logical true (.T.) value, it will - * release the record locks, which allows the application to main- - * tain multiple record locks during an appending operation. The - * default for this parameter is a logical false (.F.). + * If is passed a logical true (.T.) value, it will + * release the record locks, which allows the application to main- + * tain multiple record locks during an appending operation. The + * default for this parameter is a logical false (.F.). * $EXAMPLES$ * FUNCTION Main() * @@ -264,7 +264,7 @@ * $TEMPLATE$ * Procedure * $NAME$ - * DBCLOSEAREA() + * DBCLOSEAREA() * $CATEGORY$ * API * $SUBCATEGORY$ @@ -306,7 +306,7 @@ * $ONELINER$ * Updates all index and database buffers for a given workarea * $SYNTAX$ - * DBCOMMIT() + * DBCOMMIT() * $DESCRIPTION$ * This function updates all of the information for a give,selected, * or active workarea. This operation includes all database and index @@ -352,7 +352,7 @@ * $ONELINER$ * Flushes the memory buffer and performs a hard-disk write * $SYNTAX$ - * DBCOMMIT() + * DBCOMMITALL() * $DESCRIPTION$ * This function performs a hard-disk write for all work areas. * Before the disk write is performed,all buffers are flushed. @@ -1240,17 +1240,17 @@ * DBUSEAREA( [], [], , [], * [], []) * $ARGUMENTS$ - * A optional logical expression for the new work area + * A optional logical expression for the new work area * - * Database driver name + * Database driver name * - * File Name + * File Name * - * Alias name + * Alias name * - * Shared/exclusive status flag + * Shared/exclusive status flag * - * Read-write status flag. + * Read-write status flag. * $DESCRIPTION$ * This function opens an existing database named in the current * work area. If is set to a logical true (.T.) value, then diff --git a/harbour/doc/en/rddord.txt b/harbour/doc/en/rddord.txt index 43b7cba647..bff77b0719 100644 --- a/harbour/doc/en/rddord.txt +++ b/harbour/doc/en/rddord.txt @@ -137,13 +137,13 @@ * []) * $ARGUMENTS$ * is a string that specifies the FOR condition for the - * order. + * order. * - * is a code block that defines a FOR condition that - * each record within the scope must meet in order to be processed. If - * a record does not meet the specified condition, it is ignored and the - * next record is processed.Duplicate keys values are not added to the - * index file when a FOR condition is Used. + * is a code block that defines a FOR condition that + * each record within the scope must meet in order to be processed. If + * a record does not meet the specified condition, it is ignored and the + * next record is processed.Duplicate keys values are not added to the + * index file when a FOR condition is Used. * $DESCRIPTION$ * * $EXAMPLES$ diff --git a/harbour/doc/en/readme.txt b/harbour/doc/en/readme.txt index 2bb6360312..166958c48f 100644 --- a/harbour/doc/en/readme.txt +++ b/harbour/doc/en/readme.txt @@ -4,102 +4,102 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ - * OVERVIEW + * OVERVIEW * $CATEGORY$ - * Document + * Document * $ONELINER$ - * HARBOUR Read me + * HARBOUR Read me * $DESCRIPTION$ * - * The Harbour project + * The Harbour project * - * ************************************************************************ - * * This file contains information on obtaining, installing, and using * - * * Harbour. Please read it *completely* before asking for help. * - * ************************************************************************ + * ************************************************************************ + * * This file contains information on obtaining, installing, and using * + * * Harbour. Please read it *completely* before asking for help. * + * ************************************************************************ - * Harbour is a free implementation of an xBase language compiler. It is - * designed to be source code compatible with the CA-Cl*pper(r) compiler. - * That means that if you've got some code that would compile using - * CA-Cl*pper(r) then it should compile under Harbour. The Harbour-Project - * web page is: + * Harbour is a free implementation of an xBase language compiler. It is + * designed to be source code compatible with the CA-Cl*pper(r) compiler. + * That means that if you've got some code that would compile using + * CA-Cl*pper(r) then it should compile under Harbour. The Harbour-Project + * web page is: * - * http://harbour-project.org/ + * http://harbour-project.org/ * - * Status and other information is always available from the web site. - * There is a Harbour mailing list. Harbour is still at a very early - * stage of development, so the mailing list is very much a Developers - * only list, although every body is welcome to join in the discussions. + * Status and other information is always available from the web site. + * There is a Harbour mailing list. Harbour is still at a very early + * stage of development, so the mailing list is very much a Developers + * only list, although every body is welcome to join in the discussions. * - * We would like you to join the Harbour development team. If you are - * interested you may suscribe to our mailing list and start contributing - * to this free public project. + * We would like you to join the Harbour development team. If you are + * interested you may suscribe to our mailing list and start contributing + * to this free public project. * - * Please feel free to report all questions, ideas, suggestions, fixes, - * code, etc. you may need and want. With the help of all of you, the Harbour - * compiler and runtime libraries will become a reality very soon. + * Please feel free to report all questions, ideas, suggestions, fixes, + * code, etc. you may need and want. With the help of all of you, the Harbour + * compiler and runtime libraries will become a reality very soon. * - * What this distribution contains - * =============================== + * What this distribution contains + * =============================== * - * This distribution is a Source code only distribution. It does not contain - * any executable files. Executable versions of Harbour are available from - * the web site. Executable versions of Harbour DO NOT create runable - * programs. Harbour at the moment produces C output code, which must be - * compiled with the Harbour Virtual Machine and the support libraries - * in order to create a functioning program. - * Please test running Harbour against your CA-Cl*pper source code and report - * any problems that might occur. + * This distribution is a Source code only distribution. It does not contain + * any executable files. Executable versions of Harbour are available from + * the web site. Executable versions of Harbour DO NOT create runable + * programs. Harbour at the moment produces C output code, which must be + * compiled with the Harbour Virtual Machine and the support libraries + * in order to create a functioning program. + * Please test running Harbour against your CA-Cl*pper source code and report + * any problems that might occur. * - * Very important: The preprocessor functionality is now working. + * Very important: The preprocessor functionality is now working. * - * Installation - * ------------ + * Installation + * ------------ * - * 1. Unzip with Harbour zip file using pkunzip or equivalent. + * 1. Unzip with Harbour zip file using pkunzip or equivalent. * - * E.G. pkunzip -d build72.zip + * E.G. pkunzip -d build72.zip * - * This will create Harbour/ directory and all the relevant sub - * directories. + * This will create Harbour/ directory and all the relevant sub + * directories. * - * 2. Compile Harbour using your C compiler. Make files for different - * platforms are included in the directory. + * 2. Compile Harbour using your C compiler. Make files for different + * platforms are included in the directory. * - * --- COPYRIGHT --- + * --- COPYRIGHT --- * - * What copyright information do we have + * What copyright information do we have * - * --- LICENCE --- + * --- LICENCE --- * - * Information about the License for usage of Harbour is available in the - * file licence.txt (when we have a license) + * Information about the License for usage of Harbour is available in the + * file licence.txt (when we have a license) * - * --- DISCLAIMER --- + * --- DISCLAIMER --- * - * Participants of The Harbour Project assume no responsibility for errors or - * omissions in these materials. + * Participants of The Harbour Project assume no responsibility for errors or + * omissions in these materials. * - * THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. + * THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. * - * Participants of The Harbour Project further do not warrant the accuracy or - * completeness of the code, information, text, output or any other items - * contained within these materials. Participants of The Harbour Project - * shall not be liable for any special, direct, indirect, incidental, or - * consequential damages, including without limitation, lost revenues or - * lost profits, which may result from the use or mis-use of these materials. + * Participants of The Harbour Project further do not warrant the accuracy or + * completeness of the code, information, text, output or any other items + * contained within these materials. Participants of The Harbour Project + * shall not be liable for any special, direct, indirect, incidental, or + * consequential damages, including without limitation, lost revenues or + * lost profits, which may result from the use or mis-use of these materials. * - * The information in The Harbour Project is subject to change without notice - * and does not represent any future commitment by the participants of The - * Harbour Project. + * The information in The Harbour Project is subject to change without notice + * and does not represent any future commitment by the participants of The + * Harbour Project. * - * The Harbour Project + * The Harbour Project * * $SEEALSO$ - * License + * License * $END$ */ diff --git a/harbour/doc/en/set.txt b/harbour/doc/en/set.txt index dfec509a04..0943bacf76 100644 --- a/harbour/doc/en/set.txt +++ b/harbour/doc/en/set.txt @@ -36,7 +36,7 @@ * $NAME$ * __SETCENTURY() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ * Environment * $ONELINER$ @@ -62,7 +62,7 @@ * $NAME$ * SET() * $CATEGORY$ - * API + * API * $SUBCATEGORY$ * Environment * $ONELINER$ @@ -656,41 +656,41 @@ * $TEMPLATE$ * Function * $NAME$ - * HB_SETKEYSAVE() + * HB_SETKEYSAVE() * $CATEGORY$ * API * $SUBCATEGORY$ * Events * $ONELINER$ - * Returns a copy of internal set-key list, optionally overwriting + * Returns a copy of internal set-key list, optionally overwriting * $SYNTAX$ - * HB_SETKEYSAVE( [ ] ) + * HB_SETKEYSAVE( [ ] ) * $ARGUMENTS$ - * is an optional set-key list from a previous call to - * HB_SetKeySave(), or NIL to clear current set-key list + * is an optional set-key list from a previous call to + * HB_SetKeySave(), or NIL to clear current set-key list * $RETURNS$ - * Current set-key list + * Current set-key list * $DESCRIPTION$ - * HB_SetKeySave() is designed to act like the set() function which - * returns the current state of an environment setting, and optionally - * assigning a new value. In this case, the "environment setting" is the - * internal set-key list, and the optional new value is either a value - * returned from a previous call to SetKeySave() - to restore that list, - * or the value of NIL to clear the current list. + * HB_SetKeySave() is designed to act like the set() function which + * returns the current state of an environment setting, and optionally + * assigning a new value. In this case, the "environment setting" is the + * internal set-key list, and the optional new value is either a value + * returned from a previous call to SetKeySave() - to restore that list, + * or the value of NIL to clear the current list. * $EXAMPLES$ - * local aKeys := HB_SetKeySave( NIL ) // removes all current set=keys - * ... // some other processing - * HB_SetKeySave( aKeys ) + * local aKeys := HB_SetKeySave( NIL ) // removes all current set=keys + * ... // some other processing + * HB_SetKeySave( aKeys ) * $TESTS$ - * None definable + * None definable * $STATUS$ - * R + * R * $COMPLIANCE$ - * H + * H * $FILES$ * Library is rtl * $SEEALSO$ - * SETKEY() + * SETKEY() * $END$ */ @@ -753,18 +753,18 @@ * $NAME$ * SET KEY * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Assign an action block to a key * $SYNTAX$ * SET KEY to p] [when ] ) * $ARGUMENTS$ * is either a numeric key value, or an array of such values - + * * is an optional code-block to be assigned - + * * is an optional condition code-block * $DESCRIPTION$ * The Set Key Command function is translated to the SetKey() function @@ -871,9 +871,9 @@ * $NAME$ * SET DEFAULT * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Establishes the Harbour search drive and directory. * $SYNTAX$ @@ -902,9 +902,9 @@ * $NAME$ * SET WRAP * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle wrapping the PROMPTs in a menu. * $SYNTAX$ @@ -933,9 +933,9 @@ * $NAME$ * SET MESSAGE * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Extablishes a message row for @...PROMPT command * $SYNTAX$ @@ -976,9 +976,9 @@ * $NAME$ * SET PATH * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Specifies a search path for opening files * $SYNTAX$ @@ -1009,9 +1009,9 @@ * $NAME$ * SET INTENSITY * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggles the enhaced display of PROMPT's and GETs. * $SYNTAX$ @@ -1039,9 +1039,9 @@ * $NAME$ * SET ALTERNATE * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle and echos output to an alternate file * $SYNTAX$ @@ -1089,9 +1089,9 @@ * $NAME$ * SET CENTURY * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle the century digits in all dates display * $SYNTAX$ @@ -1123,9 +1123,9 @@ * $NAME$ * SET DATE * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Assigns a date format or chooses a predefined date data set. * $SYNTAX$ @@ -1175,9 +1175,9 @@ * $NAME$ * SET EPOCH * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Specify a base year for interpreting dates * $SYNTAX$ @@ -1204,9 +1204,9 @@ * $NAME$ * SET FIXED * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Set the number of decimal position to be displayed * $SYNTAX$ @@ -1252,9 +1252,9 @@ * $NAME$ * SET PRINTER * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggles the printer and controls the printer device * $SYNTAX$ @@ -1309,9 +1309,9 @@ * $NAME$ * SET CONSOLE * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle the console display * $SYNTAX$ @@ -1345,9 +1345,9 @@ * $NAME$ * SET DECIMALS * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle the console display * $SYNTAX$ @@ -1380,9 +1380,9 @@ * $NAME$ * SET DEVICE * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Directs all @...SAY output to a device. * $SYNTAX$ @@ -1422,9 +1422,9 @@ * $NAME$ * SET BELL * $CATEGORY$ - * Command + * Command * $SUBCATEGORY$ - * Environment + * Environment * $ONELINER$ * Toggle the bell to sound once a GET has been completed. * $SYNTAX$ diff --git a/harbour/doc/en/strotype.txt b/harbour/doc/en/strotype.txt index 9157d50637..36dcbe173e 100644 --- a/harbour/doc/en/strotype.txt +++ b/harbour/doc/en/strotype.txt @@ -4,7 +4,7 @@ /* $DOC$ * $TEMPLATE$ - * Document + * Document * $NAME$ * Strong Typing * $CATEGORY$ diff --git a/harbour/doc/en/terminal.txt b/harbour/doc/en/terminal.txt index fdede05e65..8262b5d51d 100644 --- a/harbour/doc/en/terminal.txt +++ b/harbour/doc/en/terminal.txt @@ -70,7 +70,7 @@ * $FILES$ * Library is rtl * $SEEALSO$ - * RESTORE SCREEN,RESTSCREEN(),SAVESCREEN() + * RESTORE SCREEN,RESTSCREEN(),SAVESCREEN() * $END$ */ @@ -78,11 +78,11 @@ * $TEMPLATE$ * Command * $NAME$ - * SAVE SCREEN + * SAVE SCREEN * $CATEGORY$ * API * $SUBCATEGORY$ - * Terminal + * Terminal * $ONELINER$ * Save whole screen image and coordinate to an internal buffer * $SYNTAX$ @@ -513,13 +513,13 @@ * $TEMPLATE$ * Procedure * $NAME$ - * __TextSave() + * __TextSave() * $CATEGORY$ * API * $SUBCATEGORY$ - * Internal + * Internal * $ONELINER$ - * Redirect console output to printer or file and save old settings + * Redirect console output to printer or file and save old settings * $SYNTAX$ * __TextSave( ) * $ARGUMENTS$ diff --git a/harbour/doc/en/var.txt b/harbour/doc/en/var.txt index 8758fd81d0..a3f2b7ec7b 100644 --- a/harbour/doc/en/var.txt +++ b/harbour/doc/en/var.txt @@ -183,7 +183,7 @@ * that match passed skeleton should be either included in deletion * (if .T.) or excluded from deletion (if .F.) * $RETURNS$ - * Nothing + * Nothing * $DESCRIPTION$ * This function releases values stored in memory variables. It shouldn't * be called directly, it should be placed into RELEASE ALL command. @@ -833,7 +833,7 @@ * "P" Pointer * "S" Symbol * "U" NIL - * + * * $DESCRIPTION$ * This function returns one character which represents the data type * of the argument.