Searched refs:column (Results 1 - 12 of 12) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | sayings.tcl | 35 grid $w.frame.list -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 36 grid $w.frame.yscroll -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 37 grid $w.frame.xscroll -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | cscroll.tcl | 36 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 38 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 40 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | items.tcl | 36 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 38 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 40 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | widget | 347 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 349 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 351 # -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
H A D | floor.tcl | 1315 -row 0 -column 0 -rowspan 1 -columnspan 1 -sticky news 1317 -row 0 -column 1 -rowspan 1 -columnspan 1 -sticky news 1319 -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
/ast/src/lib/libtk/generic/ |
H A D | tkGrid.c | 29 #define COLUMN (1) /* working on column offsets */ 36 * Pre-allocate enough row and column slots for "typical" sized tables 39 * information for either a row or column, depending upon the context.] 58 #define REL_SKIP 'x' /* Skip this column. */ 64 * a row or column. 121 SlotInfo *columnPtr; /* Pointer to array of column constraints. */ 123 int columnEnd; /* The last column occupied by any slave. */ 126 * column constraints. */ 159 int column, row; /* Location in the grid (starting member in struct:Gridder 311 int row, column; /* origi 310 int row, column; /* origin for bounding box */ local 616 int row = -1, column = -1; local [all...] |
/ast/src/cmd/pzip/ |
H A D | pin.c | 27 * induce a column partition on fixed row data 34 "[+DESCRIPTION?\bpin\b induces a \bpzip\b(1) column partition on data files" 45 " from the data. A high frequency column has data with a high rate of" 60 " column frequencies. \bpin\b can run for a long time on some data" 70 " information includes column frequencies and singleton and pairwise" 71 " column \agzip\a rates.]" 86 "[p:partition?Specifies the data row size and the high frequency column" 91 " The remaining lines operate on column offset ranges of the form:" 92 " \abegin\a[-\aend\a]] where \abegin\a is the beginning column offset" 93 " (starting at 0), and \aend\a is the ending column offse 182 int column; member in struct:__anon192 567 int column; local [all...] |
/ast/src/lib/libtk/library/ |
H A D | xmfbox.tcl | 184 grid $f2a -row 0 -column 0 -rowspan 1 -columnspan 1 -padx 4 -pady 4 \ 186 grid $f2b -row 0 -column 1 -rowspan 1 -columnspan 1 -padx 4 -pady 4 \ 251 grid $f.lab -row 0 -column 0 -sticky news -rowspan 1 -columnspan 2 \ 253 grid $f.l -row 1 -column 0 -rowspan 1 -columnspan 1 -sticky news 254 grid $f.v -row 1 -column 1 -rowspan 1 -columnspan 1 -sticky news 255 grid $f.h -row 2 -column 0 -rowspan 1 -columnspan 1 -sticky news
|
/ast/src/lib/libpp/ |
H A D | ppsearch.c | 554 if ((pp.column + strlen(xp->name)) >= COLUMN_MAX) 557 pp.column = COLUMN_TAB; 562 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, xp->name); 822 if ((pp.column + strlen(file)) >= COLUMN_MAX) 825 pp.column = COLUMN_TAB; 830 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, file);
|
H A D | ppop.c | 1181 pp.column = sfprintf(pp.filedeps.sp, "%s :", s); 1183 pp.column += sfprintf(pp.filedeps.sp, " %s", error_info.file);
|
H A D | pplib.h | 250 int column; /* FILEDEPS column */ \
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals 437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
|
Completed in 45 milliseconds