Home
last modified time | relevance | path

Searched refs:shiftcase (Results 1 – 12 of 12) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A DFmain.c45 flag shiftcase = YES; variable
115 f2c_entry ("U", P_NO_ARGS, P_INT, &shiftcase, NO),
H A Dnames.c678 sprintf(buf, Lfmt[shiftcase], stateno);
H A Ddefs.h104 extern flag shiftcase;
H A Dlex.c1161 if(shiftcase && isupper(*i)) in crunch()
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dinit.c55 flag shiftcase = YES; variable
H A Dmain.c100 shiftcase = NO; in main()
H A Ddefs.h77 extern flag shiftcase;
H A Dlex.c523 if(shiftcase && isupper((int)*i)) in crunch()
/dports/lang/f2c/f2c-20200916/src/
H A Dmain.c45 flag shiftcase = YES; variable
119 f2c_entry ("U", P_NO_ARGS, P_INT, &shiftcase, NO),
H A Dnames.c678 sprintf(buf, Lfmt[shiftcase], stateno);
H A Ddefs.h104 extern flag shiftcase;
H A Dlex.c1200 if(shiftcase && isupper(*i)) in crunch()