Searched refs:col (Results 176 - 200 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h250 extern void Position P_((WINDOW *window, int row, int col));
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c832 int base, b_num, cnt, col, colwidth, curlen, s_num; local
936 for (base = row, col = 0; col < numcols; ++col) {
/freebsd-11-stable/contrib/mdocml/
H A Dmandoc.h271 int col; /* column number, starting from 0 */ member in struct:tbl_cell
H A Droff_term.c146 if (p->col) {
H A Dread.c856 int ln, int col, const char *msg)
868 (*m->mmsg)(er, level, m->file, ln, col, msg); local
855 mandoc_msg(enum mandocerr er, struct mparse *m, int ln, int col, const char *msg) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h926 #define HAL_INI_WRITE_ARRAY(ah, regArray, col, regWr) do { \
929 OS_REG_WRITE(ah, (regArray)[r][0], (regArray)[r][col]); \
943 int col, int regWr);
945 int col);
/freebsd-11-stable/usr.bin/
H A DMakefile28 col \
/freebsd-11-stable/sys/dev/syscons/
H A Dscvgarndr.c900 int col; local
916 col = (on) ? ((a & 0xf000) >> 4) : (a & 0x0f00);
918 col = (on) ? (a & 0x0f00) : ((a & 0xf000) >> 4);
919 outw(GDCIDX, col | 0x00); /* set/reset */
925 col = (on) ? (a & 0x0f00) : ((a & 0xf000) >> 4);
927 col = (on) ? ((a & 0xf000) >> 4) : (a & 0x0f00);
928 outw(GDCIDX, col | 0x00); /* set/reset */
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c1192 gdc_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1216 *col = off % adp->va_info.vi_width;
1223 * Move the hardware text cursor. If col and row are both -1,
1227 gdc_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1235 if ((col == -1) && (row == -1)) {
1240 off = row*adp->va_info.vi_width + col;
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c1222 int i, j, c, lastc, col, nc; local
1262 col = 0;
1274 newcol = ((col/tabsize)+1)*tabsize;
1277 } while (++col < newcol);
1292 col++;
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.in1220 col="$$grn"; \
1222 col="$$red"; \
1225 echo "$${col}$$br$${std}"; \
1226 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1227 echo "$${col}$$br$${std}"; \
1229 echo "$$col$$br$$std"; \
1231 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1233 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1235 echo "$$col$$br$$std"; \
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c2223 insert_some_chars (string, count, col)
2225 int count, col;
2232 if (count != col)
2233 fprintf(stderr, "readline: debug: insert_some_chars: count (%d) != col (%d)\n", count, col);
2240 buffer = tgoto (_rl_term_IC, 0, col);
2256 for (i = col; i--; )
/freebsd-11-stable/contrib/gcc/
H A Dlambda-mat.c171 lambda_matrix_get_column (lambda_matrix mat, int n, int col, argument
177 vec[i] = mat[i][col];
H A Dbitmap.c1483 unsigned int i, j, col = 26;
1492 if (col > 70)
1495 col = 24;
1500 col += 4;
1471 unsigned int i, j, col = 26; local
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c2155 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; local
2185 for (col = 0, p = av[0]->bp + prefix; *p != '\0'; ++p)
2186 col += KEY_COL(sp, *p);
2187 if (col > colwidth)
2188 colwidth = col;
2231 for (base = row, col = 0; col < numcols; ++col) {
/freebsd-11-stable/crypto/heimdal/kadmin/
H A DMakefile.in823 col=$$red; res=XPASS; \
826 col=$$grn; res=PASS; \
834 col=$$lgn; res=XFAIL; \
838 col=$$red; res=FAIL; \
843 col=$$blu; res=SKIP; \
845 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in651 col=$$red; res=XPASS; \
654 col=$$grn; res=PASS; \
662 col=$$lgn; res=XFAIL; \
666 col=$$red; res=FAIL; \
671 col=$$blu; res=SKIP; \
673 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in653 col=$$red; res=XPASS; \
656 col=$$grn; res=PASS; \
664 col=$$lgn; res=XFAIL; \
668 col=$$red; res=FAIL; \
673 col=$$blu; res=SKIP; \
675 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.in703 col=$$red; res=XPASS; \
706 col=$$grn; res=PASS; \
714 col=$$lgn; res=XFAIL; \
718 col=$$red; res=FAIL; \
723 col=$$blu; res=SKIP; \
725 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in857 col=$$red; res=XPASS; \
860 col=$$grn; res=PASS; \
868 col=$$lgn; res=XFAIL; \
872 col=$$red; res=FAIL; \
877 col=$$blu; res=SKIP; \
879 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c363 int col, len;
369 col = 8;
372 if (col + len > 65) {
374 col = 8;
377 col += len;
362 int col, len; local
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c1198 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
1231 col = f + c;
1233 if (col >= dcols) {
1234 col -= dcols;
1237 rm->rm_col[c].rc_devidx = col;
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c452 int col, len;
458 col = 8;
461 if (col + len > 65) {
463 col = 8;
466 col += len;
451 int col, len; local
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c2196 ** col -- the column number to fetch.
2208 get_column(line, col, delim, buf, buflen)
2210 int col;
2231 if (*p == (char) delim && col == 0)
2236 if (col == 0 && (char) delim == '\0')
2242 for (i = 0; i < col; i++)
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c2848 static int get_db_session_fields(void *ctx, int argc, char *argv[], char *col[]) argument
2857 RADIUS_DEBUG("Session DB: %s=%s", col[i], argv[i]);
2859 if (os_strcmp(col[i], "identity") == 0) {
2862 } else if (os_strcmp(col[i], "nas") == 0) {
2865 } else if (os_strcmp(col[i], "hs20_t_c_filtering") == 0) {
2867 } else if (os_strcmp(col[i], "waiting_coa_ack") == 0) {
2869 } else if (os_strcmp(col[i], "coa_ack_received") == 0) {

Completed in 624 milliseconds

12345678910