Searched defs:positions (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h131 int *positions; variable
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c207 /* Self describing stricture for positions */
214 static struct pos_sds *positions; variable in typeref:struct:pos_sds
354 /* Inits positions sds. 0 means everything went OK, -1 for errors */
358 int init_size = 32; /* Initial size of the positions array */
360 positions = (struct pos_sds *) malloc(sizeof (struct pos_sds) +
363 if (positions == NULL) {
368 positions->size = init_size;
369 positions->last = 0;
373 /* Free the positions array */
378 for (i = 0; i < positions
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c269 } positions[8]; variable in typeref:struct:position
531 positions[j].base_x = margin_x +
533 positions[j].base_y = margin_y +
536 positions[j].base_x += box_width;
546 positions[j].base_x, positions[j].base_y);
984 rot_text, layoutp->scale, positions[logical_page].base_x,
985 positions[logical_page].base_y, START_PAGE);

Completed in 65 milliseconds