8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Update cleaning todo for 3.x , remove already cleaned work done in 1.5.x,2.x

This commit is contained in:
mapopa 2013-04-10 11:32:45 +00:00
parent bb2ec33516
commit 2a608f7814
2 changed files with 8 additions and 392 deletions

View File

@ -1,5 +1,5 @@
Cleaning todo. Cleaning TODO.
Taken from Blas' v1.5 checklist and revised for v2 on 2005-04-03 by Claudio. Taken from Blas' v1.5 checklist and revised for v2 by Claudio and for v3 by Popa Adrian.
The order is not significant. The order is not significant.
@ -7,27 +7,15 @@ Macros
M1.- Remove NOT_USED_OR_REPLACED Macro M1.- Remove NOT_USED_OR_REPLACED Macro
Pending. Pending.
M2.- Remove PYXIS macro M2.- Remove BOOLEAN, TRUE and FALSE macros and replace with keywords.
Done.
M3.- Remove NO_CHECKSUM macro (and CCH_Checksum function in cch.cpp)
Not agreed still.
M4.- Remove GDS_VAL and GDS_REF macros.
Done.
M5.- Remove NULL_PTR macro
Done.
M6.- Remove BOOLEAN, TRUE and FALSE macros and replace with keywords.
Done where except some places where it doesn't make sense to remove them. Done where except some places where it doesn't make sense to remove them.
M7.- Remove TEXT and SCHAR macros. M4.- Remove TEXT and SCHAR macros.
Tricky and in some places SCHAR is really used as signed char. Tricky and in some places SCHAR is really used as signed char.
Code Code
C1.- Remove warnings (excluding parentheses, unused var, non complete switches and pragmas) C1.- Remove clang++ warnings (excluding parentheses, unused var, non complete switches and pragmas)
Mostly done. Pending.
C2.- Define (type-safe?) unions for nod_arg and lls_object. C2.- Define (type-safe?) unions for nod_arg and lls_object.
Nod_arg is used in several places of the code to contain pointers to several kinds of objects or numbers, whether is defined as pointer to xxx_nod. Nod_arg is used in several places of the code to contain pointers to several kinds of objects or numbers, whether is defined as pointer to xxx_nod.
@ -35,26 +23,14 @@ C2.- Define (type-safe?) unions for nod_arg and lls_object.
See gpre.h nod_arg in gpre_nod struct and lls_object in lls struct. See gpre.h nod_arg in gpre_nod struct and lls_object in lls struct.
Another solution exists. Another solution exists.
C3.- Modify gds__msg_format and derivated functions to use arglist instead of TEXT arguments. This change will also remove a lot of casts. C3.- Remove casts.
Done with fb_msg_format in MsgPrint.h.
C4.- Remove casts.
Partially done. Partially done.
C5.- Replace macros with code with inline functions. C4.- Replace macros with code with inline functions.
Partially done. Partially done.
C6.- Assertion cleaning. Now there are in the code compiler and custom assertions.
AFAIK, done.
Builds Builds
B1.- Posix take cpp generated from epp out of src directory. B1.- Posix take cpp generated from epp out of src directory.
Unknown state. Unknown state.
B2.- Build help.fdb from script.
Done.
B3.- Build msg.fdb from script.
Done.

View File

@ -5040,12 +5040,6 @@ used in remote\xnet.cpp(121) with #ifdef <br>
used in remote\xnet.cpp(1929) with #ifdef <br> used in remote\xnet.cpp(1929) with #ifdef <br>
</td></tr> </td></tr>
<tr><td valign="top"> <tr><td valign="top">
(3) NO_CHECKSUM</td><td>To be deleted, checksum pages on cch_checksum, not used since win32 GDS 9.0 and others in 8.0.</td></tr>
<tr><td>&nbsp;</td><td>
used in jrd\cch.cpp(203) with #ifdef <br>
used in jrd\cch.cpp(958) with #ifndef<br>
</td></tr>
<tr><td valign="top">
(4) OLD_AIX</td><td>To be removed, not used for last AIX builds.</td></tr> (4) OLD_AIX</td><td>To be removed, not used for last AIX builds.</td></tr>
<tr><td>&nbsp;</td><td> <tr><td>&nbsp;</td><td>
used in jrd\flu.cpp(313) with #if<br> used in jrd\flu.cpp(313) with #if<br>
@ -5056,360 +5050,6 @@ used in jrd\flu.cpp(313) with #if<br>
used in jrd\flu.cpp(313) with #if<br> used in jrd\flu.cpp(313) with #if<br>
</td></tr> </td></tr>
<tr><td valign="top"> <tr><td valign="top">
(6) PYXIS</td><td>To be deleted</td></tr>
<tr><td>&nbsp;</td><td>
used in gpre\ada.cpp(96) with #ifdef <br>
used in gpre\ada.cpp(104) with #ifdef <br>
used in gpre\ada.cpp(109) with #ifdef <br>
used in gpre\ada.cpp(147) with #ifdef <br>
used in gpre\ada.cpp(352) with #ifdef <br>
used in gpre\ada.cpp(378) with #ifdef <br>
used in gpre\ada.cpp(390) with #ifdef <br>
used in gpre\ada.cpp(485) with #ifdef <br>
used in gpre\ada.cpp(1020) with #ifdef <br>
used in gpre\ada.cpp(1265) with #ifdef <br>
used in gpre\ada.cpp(1286) with #ifdef <br>
used in gpre\ada.cpp(1366) with #ifdef <br>
used in gpre\ada.cpp(2258) with #ifdef <br>
used in gpre\ada.cpp(2294) with #ifdef <br>
used in gpre\ada.cpp(2305) with #ifdef <br>
used in gpre\ada.cpp(2553) with #ifdef <br>
used in gpre\ada.cpp(2599) with #ifdef <br>
used in gpre\ada.cpp(2681) with #ifdef <br>
used in gpre\ada.cpp(2692) with #ifdef <br>
used in gpre\ada.cpp(2732) with #ifdef <br>
used in gpre\ada.cpp(2751) with #ifdef <br>
used in gpre\ada.cpp(2761) with #ifdef <br>
used in gpre\ada.cpp(2807) with #ifdef <br>
used in gpre\ada.cpp(2826) with #ifdef <br>
used in gpre\ada.cpp(2856) with #ifdef <br>
used in gpre\ada.cpp(2894) with #ifdef <br>
used in gpre\ada.cpp(3215) with #ifdef <br>
used in gpre\ada.cpp(3221) with #ifdef <br>
used in gpre\ada.cpp(3309) with #ifdef <br>
used in gpre\ada.cpp(3348) with #ifdef <br>
used in gpre\ada.cpp(3401) with #ifdef <br>
used in gpre\ada.cpp(4002) with #ifdef <br>
used in gpre\cmd.cpp(2436) with #ifdef <br>
used in gpre\cmp.cpp(61) with #ifdef <br>
used in gpre\cmp.cpp(65) with #ifdef <br>
used in gpre\cmp.cpp(197) with #ifdef <br>
used in gpre\cmp.cpp(209) with #ifdef <br>
used in gpre\cmp.cpp(327) with #ifdef <br>
used in gpre\cmp.cpp(874) with #ifdef <br>
used in gpre\cmp.cpp(1042) with #ifdef <br>
used in gpre\cmp.cpp(1211) with #ifdef <br>
used in gpre\cmp_proto.h(35) with #ifdef <br>
used in gpre\cob.cpp(99) with #ifdef <br>
used in gpre\cob.cpp(109) with #ifdef <br>
used in gpre\cob.cpp(132) with #ifdef <br>
used in gpre\cob.cpp(227) with #ifdef <br>
used in gpre\cob.cpp(237) with #ifdef <br>
used in gpre\cob.cpp(260) with #ifdef <br>
used in gpre\cob.cpp(357) with #ifdef <br>
used in gpre\cob.cpp(365) with #ifdef <br>
used in gpre\cob.cpp(370) with #ifdef <br>
used in gpre\cob.cpp(406) with #ifdef <br>
used in gpre\cob.cpp(687) with #ifdef <br>
used in gpre\cob.cpp(713) with #ifdef <br>
used in gpre\cob.cpp(725) with #ifdef <br>
used in gpre\cob.cpp(819) with #ifdef <br>
used in gpre\cob.cpp(1488) with #ifdef <br>
used in gpre\cob.cpp(1822) with #ifdef <br>
used in gpre\cob.cpp(1877) with #ifdef <br>
used in gpre\cob.cpp(2933) with #ifdef <br>
used in gpre\cob.cpp(2980) with #ifdef <br>
used in gpre\cob.cpp(3091) with #ifdef <br>
used in gpre\cob.cpp(3259) with #ifdef <br>
used in gpre\cob.cpp(3315) with #ifdef <br>
used in gpre\cob.cpp(3395) with #ifdef <br>
used in gpre\cob.cpp(3423) with #ifdef <br>
used in gpre\cob.cpp(3464) with #ifdef <br>
used in gpre\cob.cpp(3481) with #ifdef <br>
used in gpre\cob.cpp(3498) with #ifdef <br>
used in gpre\cob.cpp(3544) with #ifdef <br>
used in gpre\cob.cpp(3563) with #ifdef <br>
used in gpre\cob.cpp(3602) with #ifdef <br>
used in gpre\cob.cpp(3637) with #ifdef <br>
used in gpre\cob.cpp(3878) with #ifdef <br>
used in gpre\cob.cpp(4033) with #ifdef <br>
used in gpre\cob.cpp(4042) with #ifdef <br>
used in gpre\cob.cpp(4064) with #ifdef <br>
used in gpre\cob.cpp(4114) with #ifdef <br>
used in gpre\cob.cpp(4149) with #ifdef <br>
used in gpre\cob.cpp(4199) with #ifdef <br>
used in gpre\cob.cpp(4775) with #ifdef <br>
used in gpre\cob.cpp(4791) with #ifdef <br>
used in gpre\cob.cpp(4804) with #ifdef <br>
used in gpre\c_cxx.cpp(96) with #ifdef <br>
used in gpre\c_cxx.cpp(104) with #ifdef <br>
used in gpre\c_cxx.cpp(109) with #ifdef <br>
used in gpre\c_cxx.cpp(147) with #ifdef <br>
used in gpre\c_cxx.cpp(253) with #ifdef <br>
used in gpre\c_cxx.cpp(260) with #ifdef <br>
used in gpre\c_cxx.cpp(265) with #ifdef <br>
used in gpre\c_cxx.cpp(445) with #ifdef <br>
used in gpre\c_cxx.cpp(471) with #ifdef <br>
used in gpre\c_cxx.cpp(483) with #ifdef <br>
used in gpre\c_cxx.cpp(584) with #ifdef <br>
used in gpre\c_cxx.cpp(1235) with #ifdef <br>
used in gpre\c_cxx.cpp(1497) with #ifdef <br>
used in gpre\c_cxx.cpp(1516) with #ifdef <br>
used in gpre\c_cxx.cpp(1567) with #ifdef <br>
used in gpre\c_cxx.cpp(1638) with #ifdef <br>
used in gpre\c_cxx.cpp(2480) with #ifdef <br>
used in gpre\c_cxx.cpp(2524) with #ifdef <br>
used in gpre\c_cxx.cpp(2537) with #ifdef <br>
used in gpre\c_cxx.cpp(2799) with #ifdef <br>
used in gpre\c_cxx.cpp(2846) with #ifdef <br>
used in gpre\c_cxx.cpp(2924) with #ifdef <br>
used in gpre\c_cxx.cpp(2941) with #ifdef <br>
used in gpre\c_cxx.cpp(2978) with #ifdef <br>
used in gpre\c_cxx.cpp(2992) with #ifdef <br>
used in gpre\c_cxx.cpp(3039) with #ifdef <br>
used in gpre\c_cxx.cpp(3052) with #ifdef <br>
used in gpre\c_cxx.cpp(3072) with #ifdef <br>
used in gpre\c_cxx.cpp(3103) with #ifdef <br>
used in gpre\c_cxx.cpp(3136) with #ifdef <br>
used in gpre\c_cxx.cpp(3481) with #ifdef <br>
used in gpre\c_cxx.cpp(3538) with #ifdef <br>
used in gpre\c_cxx.cpp(3576) with #ifdef <br>
used in gpre\c_cxx.cpp(3644) with #ifdef <br>
used in gpre\c_cxx.cpp(4248) with #ifdef <br>
used in gpre\c_cxx.cpp(4262) with #ifdef <br>
used in gpre\c_cxx.cpp(4275) with #ifdef <br>
used in gpre\exp.cpp(307) with #ifdef <br>
used in gpre\exp.cpp(707) with #ifdef <br>
used in gpre\exp.cpp(755) with #ifdef <br>
used in gpre\exp.cpp(1386) with #ifdef <br>
used in gpre\exp.cpp(1604) with #ifdef <br>
used in gpre\exp_proto.h(31) with #ifdef <br>
used in gpre\form.h(23) with #ifdef <br>
used in gpre\form_proto.h(23) with #ifdef <br>
used in gpre\form_trn.cpp(43) with #ifdef <br>
used in gpre\form__proto.h(23) with #ifdef <br>
used in gpre\ftn.cpp(111) with #ifdef <br>
used in gpre\ftn.cpp(119) with #ifdef <br>
used in gpre\ftn.cpp(124) with #ifdef <br>
used in gpre\ftn.cpp(174) with #ifdef <br>
used in gpre\ftn.cpp(563) with #ifdef <br>
used in gpre\ftn.cpp(589) with #ifdef <br>
used in gpre\ftn.cpp(601) with #ifdef <br>
used in gpre\ftn.cpp(700) with #ifdef <br>
used in gpre\ftn.cpp(2613) with #ifdef <br>
used in gpre\ftn.cpp(2656) with #ifdef <br>
used in gpre\ftn.cpp(2668) with #ifdef <br>
used in gpre\ftn.cpp(2858) with #ifdef <br>
used in gpre\ftn.cpp(2907) with #ifdef <br>
used in gpre\ftn.cpp(2995) with #ifdef <br>
used in gpre\ftn.cpp(3011) with #ifdef <br>
used in gpre\ftn.cpp(3050) with #ifdef <br>
used in gpre\ftn.cpp(3067) with #ifdef <br>
used in gpre\ftn.cpp(3086) with #ifdef <br>
used in gpre\ftn.cpp(3134) with #ifdef <br>
used in gpre\ftn.cpp(3153) with #ifdef <br>
used in gpre\ftn.cpp(3181) with #ifdef <br>
used in gpre\ftn.cpp(3216) with #ifdef <br>
used in gpre\ftn.cpp(3438) with #ifdef <br>
used in gpre\ftn.cpp(3568) with #ifdef <br>
used in gpre\ftn.cpp(3577) with #ifdef <br>
used in gpre\ftn.cpp(3636) with #ifdef <br>
used in gpre\ftn.cpp(3671) with #ifdef <br>
used in gpre\ftn.cpp(3755) with #ifdef <br>
used in gpre\ftn.cpp(3763) with #ifdef <br>
used in gpre\ftn.cpp(4435) with #ifdef <br>
used in gpre\ftn.cpp(4448) with #ifdef <br>
used in gpre\ftn.cpp(4460) with #ifdef <br>
used in gpre\ftn.cpp(5047) with #ifdef <br>
used in gpre\gpre.cpp(2521) with #ifdef <br>
used in gpre\gpre.h(277) with #ifdef <br>
used in gpre\gpre.h(333) with #ifdef <br>
used in gpre\gpre.h(534) with #ifdef <br>
used in gpre\gpre.h(681) with #ifdef <br>
used in gpre\gpre.h(709) with #ifdef <br>
used in gpre\gpre.h(1056) with #ifdef <br>
used in gpre\gpre.h(1060) with #ifdef <br>
used in gpre\gpre.h(1081) with #ifdef <br>
used in gpre\gpre.h(1103) with #ifdef <br>
used in gpre\gpre.h(1117) with #ifdef <br>
used in gpre\gpre.h(1134) with #ifdef <br>
used in gpre\gpre.h(1303) with #ifdef <br>
used in gpre\gpre.h(1310) with #ifdef <br>
used in gpre\hsh.h(65) with #ifdef <br>
used in gpre\hsh.h(98) with #ifdef <br>
used in gpre\hsh.h(119) with #ifdef <br>
used in gpre\hsh.h(129) with #ifdef <br>
used in gpre\hsh.h(149) with #ifdef <br>
used in gpre\hsh.h(158) with #ifdef <br>
used in gpre\hsh.h(192) with #ifdef <br>
used in gpre\hsh.h(197) with #ifdef <br>
used in gpre\hsh.h(206) with #ifdef <br>
used in gpre\hsh.h(283) with #ifdef <br>
used in gpre\hsh.h(354) with #ifdef <br>
used in gpre\hsh.h(443) with #ifdef <br>
used in gpre\msc_proto.h(45) with #ifdef <br>
used in gpre\noform.cpp(30) with #ifdef <br>
used in gpre\par.cpp(90) with #ifdef <br>
used in gpre\par.cpp(97) with #ifdef <br>
used in gpre\par.cpp(104) with #ifdef <br>
used in gpre\par.cpp(112) with #ifdef <br>
used in gpre\par.cpp(117) with #ifdef <br>
used in gpre\par.cpp(131) with #ifdef <br>
used in gpre\par.cpp(146) with #ifdef <br>
used in gpre\par.cpp(251) with #ifdef <br>
used in gpre\par.cpp(257) with #ifdef <br>
used in gpre\par.cpp(263) with #ifdef <br>
used in gpre\par.cpp(271) with #ifdef <br>
used in gpre\par.cpp(287) with #ifdef <br>
used in gpre\par.cpp(305) with #ifdef <br>
used in gpre\par.cpp(315) with #ifdef <br>
used in gpre\par.cpp(325) with #ifdef <br>
used in gpre\par.cpp(341) with #ifdef <br>
used in gpre\par.cpp(347) with #ifdef <br>
used in gpre\par.cpp(435) with #ifdef <br>
used in gpre\par.cpp(464) with #ifdef <br>
used in gpre\par.cpp(1874) with #ifdef <br>
used in gpre\par.cpp(1886) with #ifdef <br>
used in gpre\par.cpp(2124) with #ifdef <br>
used in gpre\par.cpp(2285) with #ifdef <br>
used in gpre\par.cpp(2341) with #ifdef <br>
used in gpre\par.cpp(2354) with #ifdef <br>
used in gpre\par.cpp(2366) with #ifdef <br>
used in gpre\par.cpp(2378) with #ifdef <br>
used in gpre\par.cpp(2389) with #ifdef <br>
used in gpre\par.cpp(2424) with #ifdef <br>
used in gpre\par.cpp(2451) with #ifdef <br>
used in gpre\par.cpp(2553) with #ifdef <br>
used in gpre\par.cpp(2609) with #ifdef <br>
used in gpre\par.cpp(2651) with #ifdef <br>
used in gpre\par.cpp(2688) with #ifdef <br>
used in gpre\par.cpp(2739) with #ifdef <br>
used in gpre\par.cpp(2786) with #ifdef <br>
used in gpre\par.cpp(3086) with #ifdef <br>
used in gpre\par.cpp(3812) with #ifdef <br>
used in gpre\par.cpp(3824) with #ifdef <br>
used in gpre\par.cpp(3836) with #ifdef <br>
used in gpre\par.cpp(3850) with #ifdef <br>
used in gpre\pas.cpp(92) with #ifdef <br>
used in gpre\pas.cpp(99) with #ifdef <br>
used in gpre\pas.cpp(104) with #ifdef <br>
used in gpre\pas.cpp(140) with #ifdef <br>
used in gpre\pas.cpp(249) with #ifdef <br>
used in gpre\pas.cpp(256) with #ifdef <br>
used in gpre\pas.cpp(261) with #ifdef <br>
used in gpre\pas.cpp(441) with #ifdef <br>
used in gpre\pas.cpp(464) with #ifdef <br>
used in gpre\pas.cpp(476) with #ifdef <br>
used in gpre\pas.cpp(570) with #ifdef <br>
used in gpre\pas.cpp(1284) with #ifdef <br>
used in gpre\pas.cpp(1319) with #ifdef <br>
used in gpre\pas.cpp(2338) with #ifdef <br>
used in gpre\pas.cpp(2379) with #ifdef <br>
used in gpre\pas.cpp(2391) with #ifdef <br>
used in gpre\pas.cpp(2552) with #ifdef <br>
used in gpre\pas.cpp(2609) with #ifdef <br>
used in gpre\pas.cpp(2687) with #ifdef <br>
used in gpre\pas.cpp(2701) with #ifdef <br>
used in gpre\pas.cpp(2736) with #ifdef <br>
used in gpre\pas.cpp(2747) with #ifdef <br>
used in gpre\pas.cpp(2793) with #ifdef <br>
used in gpre\pas.cpp(2811) with #ifdef <br>
used in gpre\pas.cpp(2846) with #ifdef <br>
used in gpre\pas.cpp(2876) with #ifdef <br>
used in gpre\pas.cpp(3225) with #ifdef <br>
used in gpre\pas.cpp(3270) with #ifdef <br>
used in gpre\pas.cpp(3304) with #ifdef <br>
used in gpre\pas.cpp(3366) with #ifdef <br>
used in gpre\pas.cpp(3990) with #ifdef <br>
used in gpre\pas.cpp(4003) with #ifdef <br>
used in gpre\pas.cpp(4015) with #ifdef <br>
used in gpre\pretty.cpp(239) with #ifdef <br>
used in gpre\pretty.cpp(349) with #ifdef <br>
used in gpre\prett_proto.h(31) with #ifdef <br>
used in gpre\prett_proto.h(36) with #ifdef <br>
used in gpre\words.h(30) with #ifdef <br>
used in gpre\words.h(40) with #ifdef <br>
used in gpre\words.h(44) with #ifdef <br>
used in gpre\words.h(48) with #ifdef <br>
used in gpre\words.h(59) with #ifdef <br>
used in gpre\words.h(79) with #ifdef <br>
used in gpre\words.h(85) with #ifdef <br>
used in gpre\words.h(95) with #ifdef <br>
used in gpre\words.h(108) with #ifdef <br>
used in gpre\words.h(184) with #ifdef <br>
used in gpre\words.h(192) with #ifdef <br>
used in gpre\words.h(212) with #ifdef <br>
used in jrd\gdsold.h(1935) with #ifdef <br>
used in qli\blk.h(54) with #ifdef <br>
used in qli\compile.cpp(300) with #ifdef <br>
used in qli\compile.cpp(677) with #ifdef <br>
used in qli\compile.cpp(1383) with #ifdef <br>
used in qli\compile.cpp(1612) with #ifdef <br>
used in qli\compile.cpp(1727) with #ifdef <br>
used in qli\compile.cpp(1899) with #ifdef <br>
used in qli\dtr.cpp(76) with #ifdef <br>
used in qli\dtr.cpp(307) with #ifdef <br>
used in qli\dtr.cpp(313) with #ifdef <br>
used in qli\dtr.h(77) with #ifdef <br>
used in qli\dtr.h(110) with #ifdef <br>
used in qli\dtr.h(329) with #ifdef <br>
used in qli\dtr.h(380) with #ifdef <br>
used in qli\dtr.h(497) with #ifdef <br>
used in qli\eval.cpp(45) with #ifdef <br>
used in qli\eval.cpp(540) with #ifdef <br>
used in qli\eval.cpp(725) with #ifdef <br>
used in qli\exe.cpp(160) with #ifdef <br>
used in qli\exe.cpp(673) with #ifdef <br>
used in qli\exe.cpp(852) with #ifdef <br>
used in qli\exe.h(75) with #ifdef <br>
used in qli\expand.cpp(62) with #ifdef <br>
used in qli\expand.cpp(69) with #ifdef <br>
used in qli\expand.cpp(75) with #ifdef <br>
used in qli\expand.cpp(95) with #ifdef <br>
used in qli\expand.cpp(106) with #ifdef <br>
used in qli\expand.cpp(127) with #ifdef <br>
used in qli\expand.cpp(192) with #ifdef <br>
used in qli\expand.cpp(1063) with #ifdef <br>
used in qli\expand.cpp(1083) with #ifdef <br>
used in qli\expand.cpp(1149) with #ifdef <br>
used in qli\expand.cpp(1213) with #ifdef <br>
used in qli\expand.cpp(1260) with #ifdef <br>
used in qli\expand.cpp(1453) with #ifdef <br>
used in qli\expand.cpp(1514) with #ifdef <br>
used in qli\expand.cpp(1603) with #ifdef <br>
used in qli\expand.cpp(1724) with #ifdef <br>
used in qli\expand.cpp(2276) with #ifdef <br>
used in qli\expand.cpp(2382) with #ifdef <br>
used in qli\expand.cpp(2443) with #ifdef <br>
used in qli\expand.cpp(2981) with #ifdef <br>
used in qli\expand.cpp(3064) with #ifdef <br>
used in qli\expand.cpp(3306) with #ifdef <br>
used in qli\expand.cpp(3324) with #ifdef <br>
used in qli\expand.cpp(3393) with #ifdef <br>
used in qli\form.h(27) with #ifdef <br>
used in qli\format.cpp(44) with #ifdef <br>
used in qli\format.cpp(599) with #ifdef <br>
used in qli\form_proto.h(27) with #ifdef <br>
used in qli\gener.cpp(938) with #ifdef <br>
used in qli\gener.cpp(1768) with #ifdef <br>
used in qli\meta.epp(940) with #ifdef <br>
used in qli\noform.cpp(23) with #ifdef <br>
used in qli\parse.cpp(78) with #ifdef <br>
used in qli\parse.cpp(1540) with #ifdef <br>
used in qli\parse.cpp(1820) with #ifdef <br>
used in qli\parse.cpp(1831) with #ifdef <br>
used in qli\parse.cpp(2448) with #if<br>
used in qli\parse.cpp(3917) with #ifdef <br>
used in qli\parse.cpp(4187) with #ifdef <br>
used in qli\parse.cpp(4240) with #ifdef <br>
used in qli\parse.cpp(4277) with #ifdef <br>
used in qli\parse.cpp(5341) with #ifdef <br>
used in qli\symbols.h(108) with #ifdef <br>
used in qli\symbols.h(112) with #ifdef <br>
used in qli\words.h(121) with #ifdef <br>
used in qli\words.h(125) with #ifdef <br>
</td></tr>
<tr><td valign="top">
(7) lint</td><td>Added by yacc</td></tr> (7) lint</td><td>Added by yacc</td></tr>
<tr><td>&nbsp;</td><td> <tr><td>&nbsp;</td><td>
used in dsql\parse.cpp(1) with #ifndef<br> used in dsql\parse.cpp(1) with #ifndef<br>