Home
last modified time | relevance | path

Searched refs:rowp (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/byacc/
H A Dlalr.c281 unsigned *rowp; in initialize_F() local
295 rowp = F; in initialize_F()
311 SETBIT(rowp, symbol); in initialize_F()
333 rowp += tokensetsize; in initialize_F()
531 unsigned *rowp; in compute_lookaheads() local
533 rowp = LA; in compute_lookaheads()
537 fp3 = rowp + tokensetsize; in compute_lookaheads()
540 fp1 = rowp; in compute_lookaheads()
545 rowp = fp3; in compute_lookaheads()
H A Dclosure.c196 unsigned *rowp; in print_EFF() local
205 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars)); in print_EFF()
206 word = *rowp++; in print_EFF()
213 word = *rowp++; in print_EFF()
H A Dgraph.c101 unsigned *rowp = LA + larno * tokensetsize; in graph_LA() local
106 if (BIT(rowp, i)) in graph_LA()
H A Dmkpar.c120 unsigned *rowp = LA + i * tokensetsize; in add_reductions() local
124 if (BIT(rowp, j)) in add_reductions()
/dragonfly/contrib/nvi2/cl/
H A Dcl_term.c355 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) in cl_ssize() argument
410 if (rowp != NULL) in cl_ssize()
411 *rowp = row; in cl_ssize()
457 if (rowp != NULL) in cl_ssize()
458 *rowp = row; in cl_ssize()