Searched refs:positions (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 214 static struct pos_sds *positions; variable 360 positions = (struct pos_sds *) malloc(sizeof (struct pos_sds) + in init_positions() 363 if (positions == NULL) { in init_positions() 368 positions->size = init_size; in init_positions() 369 positions->last = 0; in init_positions() 378 for (i = 0; i < positions->last; i++) { in fini_positions() 379 if (positions->pos[i] == NULL) in fini_positions() 381 free(positions->pos[i]->line); in fini_positions() 382 free(positions->pos[i]); in fini_positions() 384 free(positions); in fini_positions() [all …]
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 317 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions)); 318 if (tmpstat == 0 || foll == 0 || positions == 0 || 329 free(positions);
|
H A D | once.h | 130 int *positions; variable
|
H A D | ldefs.h | 214 extern int *positions;
|
H A D | header.c | 370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()
|
H A D | sub2.c | 160 if (nxtpos >= positions+maxpos) in add()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | README | 174 ensures that all font positions are at least that big.
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 60 …Rounds the corners of the frame for the top left, top right, bottom left and bottom right positions
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | sh.memo | 561 mode the user positions the cursor to the point
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 6448 % will somehow specify the positions allowed to float to (here, top, bottom).
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 15157 # characters from the first 256 Unicode positions (including C1 but 15518 # positions have been left blank in the font. For this reason, no
|
H A D | terminfo.src | 17097 # characters from the first 256 Unicode positions (including C1 but 17467 # positions have been left blank in the font. For this reason, no
|