Searched refs:rowp (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/yacc/
H A Dclosure.c62 unsigned int *rowp; local
69 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars));
70 word = *rowp++;
75 word = *rowp++;
H A Dlalr.c293 unsigned int *rowp; local
303 rowp = F;
315 SETBIT(rowp, symbol);
335 rowp += tokensetsize;
507 unsigned int *rowp; local
509 rowp = LA;
512 fp3 = rowp + tokensetsize;
514 fp1 = rowp;
519 rowp = fp3;
H A Dmkpar.c132 unsigned *rowp; local
139 rowp = LA + i * tokensetsize;
141 if (BIT(rowp, j))
/openbsd-current/usr.bin/vi/cl/
H A Dcl_term.c299 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
354 if (rowp != NULL)
355 *rowp = row;
405 if (rowp != NULL)
406 *rowp = row;
/openbsd-current/sys/arch/sparc64/dev/
H A Dpcons.c564 int *rowp, *colp; local
571 if (romgetcursoraddr(&rowp, &colp) == 0) {
572 if (rowp != NULL)
573 row = *rowp;
652 int *rowp, *colp; local
656 if (romgetcursoraddr(&rowp, &colp) == 0) {
657 if (rowp != NULL)
658 row = *rowp;
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dautoconf.c1275 romgetcursoraddr(int **rowp, int **colp) argument
1289 *rowp = (int *)(row + 4);

Completed in 75 milliseconds