Home
last modified time | relevance | path

Searched refs:lastuc (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_environ.py100 lastuc = MPI.COMM_WORLD.Get_attr(MPI.LASTUSEDCODE)
101 self.assertTrue(lastuc >= 0)
/dports/devel/vasm/vasm/syntax/oldstyle/
H A Dsyntax.c99 unsigned char lastuc = 0; in skip_oper() local
108 lastuc = toupper((unsigned char)*(s-1)); in skip_oper()
122 else if ((c=='\'' && (lastuc<'A' || lastuc>'Z')) || c=='\"') in skip_oper()
1164 unsigned char lastuc; local
1170 lastuc = toupper((unsigned char)*(s-1));
1171 if ((c=='\'' && (lastuc<'A' || lastuc>'Z')) || c=='\"') {
/dports/editors/madedit/madedit-0.2.9/src/MadEdit/
H A DMadLines.cpp1685 ucs4_t firstuc, lastuc, prevuc; in Reformat() local
1909 lastuc = ucqueue[1].first; in Reformat()
1910 if(lastuc!=0x0D && lastuc!=0x0A) in Reformat()
H A DMadSyntax.cpp1471 ucs4_t lastuc = nw_ucqueue.back().first; in NextWord() local
1472 if(lastuc == 0x0D || lastuc == 0x0A) in NextWord()