Searched refs:nbun (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c81 s->bunq = (struct nbun *)0;
91 s->bunq = (struct nbun *)calloc((unsigned)(s->maxbunq+1+2*OVERRUN_MARGIN),
92 sizeof(struct nbun));
167 inline struct nbun *
172 return (struct nbun *)0;
325 struct nbun *bun;
369 struct nbun *bun;
404 struct nbun *bun;
425 struct nbun *bun;
453 struct nbun *bu
[all...]
H A Dnword.c51 static void storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun);
168 struct nbun *bunq = &st->bunq[st->curbun];
1257 storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun)
1612 struct nbun *bun = &st->bunq[st->maxbun];
1655 struct nbun *bun = &st->bunq[st->curbun];
1756 struct nbun *bun;
1764 int nbun; local
1849 nbun = st->maxbun;
1856 nbun = Que2Bun(cx, yy, ys, ys + 1, 0);
1861 return nbun;
[all...]
H A DRKintern.h630 /* nbun
634 struct nbun {
798 struct nbun *bunq; /* �������������������� */
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dutil.c356 int i, len, nbun; local
358 nbun = yc->bunlen ? yc->curbun : yc->nbunsetsu;
360 for (i = 0 ; i < nbun ; i++) {
H A Dromaji.c2230 int i, len, nbun; local
2232 nbun = yc->bunlen ? yc->curbun : yc->nbunsetsu;
2234 for (i = 0 ; i < nbun ; i++) {

Completed in 113 milliseconds