Home
last modified time | relevance | path

Searched refs:hkfl (Results 1 – 2 of 2) sorted by relevance

/dports/devel/xa65/xa-2.3.12/src/
H A Dxap.c447 int i,l,n,sl,d,ld,er=E_OK,hkfl,klfl; in pp_replace() local
534 hkfl=klfl=0; in pp_replace()
536 && ((hkfl!=0 in pp_replace()
544 hkfl=hkfl^1; in pp_replace()
545 if(!hkfl) in pp_replace()
680 hkfl=klfl=0; in pp_replace()
682 && ((hkfl!=0 in pp_replace()
690 hkfl=hkfl^1; in pp_replace()
691 if(!hkfl) in pp_replace()
H A Dxa.c1020 int hkfl,j,comcom; in xa_getline() local
1022 j=hkfl=comcom=0; in xa_getline()
1069 if (!(hkfl&2) && c=='\"') in xa_getline()
1070 hkfl^=1; in xa_getline()
1071 if (!comcom && !(hkfl&1) && c=='\'') in xa_getline()
1072 hkfl^=2; in xa_getline()
1073 if (c==';' && !hkfl) in xa_getline()
1077 if (c==':' && !hkfl && (!comcom || !masm)) { in xa_getline()