Home
last modified time | relevance | path

Searched refs:col (Results 126 – 150 of 191) sorted by relevance

12345678

/original-bsd/share/man/
H A DMakefile15 done | col -b | sort -u > /tmp/whatis.db
/original-bsd/usr.bin/window/
H A Dlcmd1.c42 int col, row, ncol, nrow, id, nline; variable
53 col = a->v_type == V_ERR ? 0 : a->v_num;
57 ncol = a->v_type == V_ERR ? wwncol - col : a->v_num;
86 if ((w = openwin(id, row, col, nrow, ncol, nline, label, haspty,
H A D:tt8 +/"row"16t"col"16t"scrtop"16t"sclbot"n4D
/original-bsd/usr.bin/pascal/pxp/
H A Dyycomm.c129 int cmjust, col; local
142 col = yycol - (cmdelim == '{' ? 1 : 2);
149 kp->cmcol = col;
/original-bsd/usr.bin/talk/
H A Ddisplay.c129 readwin(win, line, col) in readwin() argument
136 wmove(win, line, col);
/original-bsd/games/sail/
H A D:file10 +/"dir"8t"col"8t"row"8t"loadwit"8t"stern"nb+2d2b
H A Ddr_main.c52 sp->file->col = sp->shipcol; in dr_main()
H A Dextern.h55 #define sterncol(sp) ((sp)->file->col + dc[(sp)->file->dir])
181 short col; member
/original-bsd/old/tbl/
H A Dtc.c28 s = table[ilin][icol].col; in choochar()
H A Dt..c45 struct colstr {char *col, *rcol;}; member
H A Dtt.c86 s = (t=='a' ? pc->rcol : pc->col); in thish()
/original-bsd/usr.bin/systat/
H A Dmain.c39 int col; variable
175 move(CMDLINE, col);
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Ddelimfields.c39 s = table[ilin][icol].col; in choochar()
/original-bsd/old/vfilters/vcat/
H A Dvcat.c103 double row, col; variable
436 col += esc; in ofile()
437 ypos = CONVERT(col); in ofile()
452 col = 0; in ofile()
/original-bsd/usr.bin/mail/
H A Dlist.c320 evalcol(col) in evalcol() argument
321 int col; in evalcol()
325 if (col == 0)
328 if (colp->co_char == col)
/original-bsd/usr.bin/indent/
H A Dindent.c224 register col = 1; local
228 col++;
230 col = ((col - 1) & ~7) + 9;
235 if (col > ps.ind_size)
236 ps.ind_level = ps.i_l_follow = col / ps.ind_size;
/original-bsd/sys/pmax/include/
H A Dpmioctl.h134 short col; /* screen col */ member
/original-bsd/old/eqn/common_source/
H A De.y55 | col '{' list '}' { column('-', $1); }
61 col : COL { $$ = ct++; } ;
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A DREADME38 for a pile or col: lcol 33 {... above ...} adds 33/100 em
41 pile, etc., have become synonyms for col, etc.
H A De.y46 | col '{' list '}' { column('-', $1); }
52 col : COL { $$ = ct++; } ;
/original-bsd/sys/pmax/dev/
H A Dfbreg.h27 int row, col; /* Screen pos for glass tty */ member
/original-bsd/old/adb/common_scripts/
H A Dtty15 +/"col"8t"rocount"8t"rocol"8t"hiwat"8t"lowat"8tn5d
/original-bsd/bin/sh/
H A Djobs.c228 int col; local
249 col = strlen(s);
269 col += strlen(s);
272 col++;
273 } while (col < 30);
/original-bsd/usr.bin/rs/
H A Drs.c179 prints(s, col) in prints() argument
181 int col;
188 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s));
/original-bsd/local/toolchest/ksh/
H A DINSTALL47 nroff -mm sh.memo | col > sh.memo.M
48 nroff -man sh.1 | col > sh.1.M

12345678