Searched refs:col1 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.bin/systat/
H A Difstat.c59 static const int col1 = C1; variable
/freebsd-11-stable/sys/dev/syscons/
H A Dscvgarndr.c679 u_short col1, col2; local
698 col1 = ((a & 0x7000) >> 4) | (a & 0x0800);
701 col1 = (a & 0x0f00);
713 outw(GDCIDX, col1 | 0x00); /* set/reset */
736 u_short col1, col2, color; local
753 col1 = (((a & 0x7000) >> 4) | (a & 0x0800)) >> 8;
756 col1 = (a & 0x0f00) >> 8;
765 color = *f & (1 << (7 - k)) ? col1 : col2;
787 u_short col1, col2; local
807 col1
858 int col1, col2, color; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlambda-mat.c245 lambda_matrix_col_exchange (lambda_matrix mat, int m, int col1, int col2) argument
251 tmp = mat[i][col1];
252 mat[i][col1] = mat[i][col2];
/freebsd-11-stable/usr.bin/comm/
H A Dcomm.c74 const char *col1, *col2, *col3; local
114 col1 = col2 = col3 = NULL;
116 col1 = *p++;
151 if (n1 >= 0 && col1 != NULL)
152 show(fp1, argv[0], col1, &line1, &line1len);
180 if (col1 != NULL)
181 (void)printf("%s%s\n", col1, line1);

Completed in 108 milliseconds