Home
last modified time | relevance | path

Searched refs:DoIf (Results 1 – 11 of 11) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dpreproc.c1042 static int DoIf (int Skip) in DoIf() function
1275 Skip = DoIf (Skip); in Preprocess()
1328 Skip = DoIf (Skip); in Preprocess()
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_intrp.pas298 procedure DoIf; forward;
411 procedure DoIf; procedure
833 if bs = 'IF' then DoIf
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_intrp.pas298 procedure DoIf; forward;
411 procedure DoIf; procedure
833 if bs = 'IF' then DoIf
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_intrp.pas298 procedure DoIf; forward;
411 procedure DoIf; procedure
833 if bs = 'IF' then DoIf
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_intrp.pas298 procedure DoIf; forward;
411 procedure DoIf; procedure
833 if bs = 'IF' then DoIf
/dports/deskutils/remind/remind-03.03.11/src/
H A Dprotos.h71 int DoIf (ParsePtr p);
H A Dmain.c233 case T_If: r=DoIf(&p); break; in DoReminders()
731 int DoIf(ParsePtr p) in DoIf() function
H A Dcalendar.c1237 case T_If: r=DoIf(&p); break; in GenerateCalEntries()
/dports/lang/nbc/NXT/
H A DuNXCComp.pas190 procedure DoIf(const lend, lstart : string); procedure
4571 procedure TNXCComp.DoIf(const lend, lstart : string); procedure
5141 TOK_IF: DoIf(lend, lstart);
/dports/math/form/form-4.2.1/sources/
H A Ddeclare.h915 extern int DoIf(UBYTE *);
H A Dpre.c73 ,{"if" , DoIf , 0, 0}
3260 int DoIf(UBYTE *s) in DoIf() function