Searched refs:nc2 (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dngram.c843 RkUnionWcand(struct RkWcand *wc1, int nc1, int wlen1, struct RkWcand *wc2, int nc2) argument
851 for (j = 0; j < nc2 && nu < wlen1; j++) {
867 RkSubtractWcand(struct RkWcand *wc1, int nc1, struct RkWcand *wc2, int nc2, unsigned long *lucks) argument
878 for (j = 0; j < nc2; j++) {
883 if (nc2 <= j) {
903 int nc1, nc2, nc, ylen; local
931 nc2 = RkScanWcand(wrec2, wc2, RK_CAND_NMAX);
932 nc = RkSubtractWcand(wc1, nc1, wc2, nc2, tw1->lucks);
950 int nc1, nc2, nc; local
965 nc2
[all...]
H A DRKintern.h981 int RkUnionWcand(struct RkWcand *wc1, int nc1, int wlen1, struct RkWcand *wc2, int nc2);
982 int RkSubtractWcand(struct RkWcand *wc1, int nc1, struct RkWcand *wc2, int nc2, unsigned long *lucks);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_parse.c168 char nc1[MAX_NAME_SIZE + 2], nc2[MAX_NAME_SIZE + 2]; local
171 n2 = force_bar(nc2, n2);

Completed in 89 milliseconds