Searched refs:shiftcase (Results 1 – 12 of 12) sorted by relevance
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/ |
H A D | Fmain.c | 45 flag shiftcase = YES; variable 115 f2c_entry ("U", P_NO_ARGS, P_INT, &shiftcase, NO),
|
H A D | names.c | 678 sprintf(buf, Lfmt[shiftcase], stateno);
|
H A D | defs.h | 104 extern flag shiftcase;
|
H A D | lex.c | 1161 if(shiftcase && isupper(*i)) in crunch()
|
/dports/lang/pcc/pcc-1.1.0/f77/fcom/ |
H A D | init.c | 55 flag shiftcase = YES; variable
|
H A D | main.c | 100 shiftcase = NO; in main()
|
H A D | defs.h | 77 extern flag shiftcase;
|
H A D | lex.c | 523 if(shiftcase && isupper((int)*i)) in crunch()
|
/dports/lang/f2c/f2c-20200916/src/ |
H A D | main.c | 45 flag shiftcase = YES; variable 119 f2c_entry ("U", P_NO_ARGS, P_INT, &shiftcase, NO),
|
H A D | names.c | 678 sprintf(buf, Lfmt[shiftcase], stateno);
|
H A D | defs.h | 104 extern flag shiftcase;
|
H A D | lex.c | 1200 if(shiftcase && isupper(*i)) in crunch()
|