Home
last modified time | relevance | path

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

/dports/textproc/par/Par-1.53.0/
H A Dreformat.c60 #define iscapital(w) (((w)->flags & 4) != 0) macro
386 if (iscapital(w1)) w2->flags |= W_CAPITAL; in reformat()
428 if (iscapital(w2)) { in reformat()
/dports/editors/mined/mined-2015.25/src/
H A Dedit.c6372 FLAG iscapital = False; in LOWCAPWORD() local
6376 iscapital = caseconv_table [tabix].tolower != 0; in LOWCAPWORD()
6382 if (iscapital) { in LOWCAPWORD()
6387 if (iscapital) { in LOWCAPWORD()