Searched refs:positions (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c182 * tmpstat, foll, positions, gotof, nexts,
210 * positions, tmpstat, foll, state, name,
308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
309 if (tmpstat == 0 || foll == 0 || positions == 0 ||
320 free(positions);
H A Donce.h131 int *positions; variable
H A Dldefs.h216 extern int *positions;
H A Dheader.c373 "%d/%d nodes(%%e), %d/%d positions(%%p), %d/%d (%%n), %ld transitions,\n",
374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1,
H A Dsub2.c134 /* print sets of chars which may follow positions */
156 array[n] = nxtpos; /* note no packing is done in positions */
162 if (nxtpos >= positions+maxpos)
164 "Too many positions %s",
229 /* calculate set of positions with v as root which can be active initially */
800 error("Too many positions for one state - acompute");
/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/cmd/egrep/
H A Degrep.y84 int *positions;
458 num = positions[state[s]];
463 curpos = positions[pos];
474 number = positions[foll[curpos]];
477 if (tmpstat[positions[newpos]] != 1) {
478 tmpstat[positions[newpos]] = 1;
588 if (positions[state[i]] == count) {
591 if (tmpstat[positions[pos++]] != 1) goto nxt;
606 if((positions = (int *)realloc(positions, maxpo
[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);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6448 % will somehow specify the positions allowed to float to (here, top, bottom).

Completed in 83 milliseconds