taglinefilesource code
cc78arch/i386/boot/compressed/inflate.cuch cc;
cc80arch/i386/boot/compressed/inflate.c(decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte())
cc777arch/i386/math-emu/fpu_trig.cint cc = 0;
cc842arch/i386/math-emu/fpu_trig.cif (q & 4) cc |= SW_C0;
cc843arch/i386/math-emu/fpu_trig.cif (q & 2) cc |= SW_C3;
cc844arch/i386/math-emu/fpu_trig.cif (q & 1) cc |= SW_C1;
cc900arch/i386/math-emu/fpu_trig.ccc = SW_C2;
cc907arch/i386/math-emu/fpu_trig.csetcc(cc);
cc51arch/i386/math-emu/status_w.h#define setcc(cc) ({ \
cc53arch/i386/math-emu/status_w.hpartial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); })
cc395drivers/char/console.cunsigned long cc, ll, ss, sr;
cc402drivers/char/console.ccc = (cols ? cols : video_num_columns);
cc404drivers/char/console.csr = cc << 1;
cc439drivers/char/console.cvideo_num_columns = cc;
cc810drivers/char/vt.cushort ll,cc;
cc817drivers/char/vt.ccc = get_fs_word(&vtsizes->v_cols);
cc818drivers/char/vt.creturn vc_resize(ll, cc);