Home | History | Annotate | Download | only in csh

Lines Matching defs:global

742     int global;
746 global = 0;
749 global |= (c == 'g') ? 1 : 2;
752 if (((c =='g') && !(global & 1)) || ((c == 'a') && !(global & 2))) {
753 global |= (c == 'g') ? 1 : 2;
763 global |= 1;
859 en = dosub(sc, en, global);
867 dosub(int sc, struct wordent *en, int global)
891 if ((global & 1) || didsub == 0) {
895 if (global & 2) {