Searched refs:colinc (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | format.c | 162 {0, 1}, /* colinc */ 240 {0, 1}, /* colinc */ 514 colinc = args->arguments[1].value, local in function:format_ascii 521 if (colinc < 0) 522 colinc = 1; 545 if (colinc) { 546 /* puts colinc spaces at a time, 549 LispWriteChars(stream, padchar, colinc); 550 length += colinc; 581 if (colinc) { 751 colinc = args->arguments[1].value, local in function:format_tabulate 1508 colinc = info->args.arguments[1].value, local in function:format_justify [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.c | 629 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager 640 colinc = wwidth; 657 new_x = col * colinc; 682 newwidth = maxcol * colinc; 684 newwidth = colinc;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | iconmgr.c | 1145 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager 1160 colinc = wwidth; 1175 new_x = col * colinc; 1202 newwidth = maxcol * colinc; 1204 newwidth = colinc;
|
Completed in 5 milliseconds