Searched refs:rowp (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/yacc/ |
| D | lalr.c | 293 unsigned int *rowp; in initialize_F() local 303 rowp = F; in initialize_F() 315 SETBIT(rowp, symbol); in initialize_F() 335 rowp += tokensetsize; in initialize_F() 507 unsigned int *rowp; in compute_lookaheads() local 509 rowp = LA; in compute_lookaheads() 512 fp3 = rowp + tokensetsize; in compute_lookaheads() 514 fp1 = rowp; in compute_lookaheads() 519 rowp = fp3; in compute_lookaheads()
|
| D | closure.c | 62 unsigned int *rowp; in print_EFF() local 69 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars)); in print_EFF() 70 word = *rowp++; in print_EFF() 75 word = *rowp++; in print_EFF()
|
| D | mkpar.c | 132 unsigned *rowp; in add_reductions() local 139 rowp = LA + i * tokensetsize; in add_reductions() 141 if (BIT(rowp, j)) in add_reductions()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | pcons.c | 564 int *rowp, *colp; in pcons_alloc_screen() local 571 if (romgetcursoraddr(&rowp, &colp) == 0) { in pcons_alloc_screen() 572 if (rowp != NULL) in pcons_alloc_screen() 573 row = *rowp; in pcons_alloc_screen() 652 int *rowp, *colp; in pcons_wsdisplay_init() local 656 if (romgetcursoraddr(&rowp, &colp) == 0) { in pcons_wsdisplay_init() 657 if (rowp != NULL) in pcons_wsdisplay_init() 658 row = *rowp; in pcons_wsdisplay_init()
|
| /openbsd/src/usr.bin/vi/cl/ |
| D | cl_term.c | 299 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) in cl_ssize() argument 354 if (rowp != NULL) in cl_ssize() 355 *rowp = row; in cl_ssize() 405 if (rowp != NULL) in cl_ssize() 406 *rowp = row; in cl_ssize()
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | autoconf.c | 1275 romgetcursoraddr(int **rowp, int **colp) in romgetcursoraddr() argument 1289 *rowp = (int *)(row + 4); in romgetcursoraddr()
|