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

/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c95 unsigned *rowp; local
101 rowp = LA + larno * tokensetsize;
106 if (BIT(rowp, i))
H A Dclosure.c198 unsigned *rowp; local
207 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars));
208 word = *rowp++;
215 word = *rowp++;
H A Dlalr.c278 unsigned *rowp; local
293 rowp = F;
308 SETBIT(rowp, symbol);
330 rowp += tokensetsize;
531 unsigned *rowp; local
533 rowp = LA;
537 fp3 = rowp + tokensetsize;
540 fp1 = rowp;
545 rowp = fp3;
H A Dmkpar.c112 unsigned *rowp; local
120 rowp = LA + i * tokensetsize;
123 if (BIT(rowp, j))
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_term.c357 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
412 if (rowp != NULL)
413 *rowp = row;
459 if (rowp != NULL)
460 *rowp = row;
/freebsd-10.1-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c133 apr_dbd_row_t ** rowp, int rownum)
135 apr_dbd_row_t *row = *rowp;
140 *rowp = row;
154 *rowp = NULL;
132 dbd_sqlite_get_row(apr_pool_t * pool, apr_dbd_results_t * res, apr_dbd_row_t ** rowp, int rownum) argument
H A Dapr_dbd_sqlite3.c216 apr_dbd_row_t **rowp, int rownum)
221 *rowp = res->next_row;
222 if (*rowp == 0)
224 res->next_row = (*rowp)->next_row;
231 *rowp = res->next_row;
232 for (; *rowp != 0; i++, *rowp = (*rowp)->next_row) {
215 dbd_sqlite3_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
H A Dapr_dbd_freetds.c299 apr_dbd_row_t **rowp, int rownum)
302 apr_dbd_row_t *row = *rowp;
307 *rowp = row;
331 *rowp = NULL;
298 dbd_freetds_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
H A Dapr_dbd_pgsql.c230 apr_dbd_row_t **rowp, int rownum)
232 apr_dbd_row_t *row = *rowp;
237 *rowp = row;
267 *rowp = NULL;
229 dbd_pgsql_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
H A Dapr_dbd_oracle.c687 apr_dbd_row_t **rowp, int rownum)
689 apr_dbd_row_t *row = *rowp;
695 *rowp = row;
720 (*rowp)->res = res;
686 dbd_oracle_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
/freebsd-10.1-release/sys/dev/terasic/mtl/
H A Dterasic_mtl.h186 uint8_t *colp, uint8_t *rowp);
H A Dterasic_mtl_reg.c209 uint8_t *rowp)
217 *rowp = (v & TERASIC_MTL_TEXTCURSOR_ROW_MASK);
208 terasic_mtl_reg_textcursor_get(struct terasic_mtl_softc *sc, uint8_t *colp, uint8_t *rowp) argument
H A Dterasic_mtl_syscons.c247 terasic_mtl_vidsw_read_hw_cursor(video_adapter_t *adp, int *colp, int *rowp) argument
255 *rowp = row;

Completed in 86 milliseconds