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

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddd.c794 _RkIsInDDP(struct DD **ddp, struct DD *dd) argument
796 while (*ddp)
797 if (*ddp++ == dd)
805 struct DD **ddp)
809 if (ddp)
810 while (ddp[count]) count++;
816 struct DD **ddp)
822 if (ddp) {
823 int count = _RkCountDDP(ddp);
827 for (i = 0; (dd = newc[i] = ddp[
804 _RkCountDDP( struct DD **ddp) argument
815 _RkCopyDDP( struct DD **ddp) argument
835 _RkAppendDDP( struct DD **ddp, struct DD *dd) argument
863 struct DD **ddp = (struct DD **)0; local
902 _RkFreeDDP( struct DD **ddp) argument
921 _RkSearchDDP( struct DD **ddp, char *name) argument
965 _RkSearchDDQ( struct DD **ddp, char *name, int type) argument
997 _RkSearchUDDP( struct DD **ddp, unsigned char *name) argument
1015 _RkSearchDDMEM( struct DD **ddp, char *name) argument
[all...]
H A Dcontext.c261 struct DD **ddp = cx->ddpath; local
282 if (!_RkIsInDDP(ddp, dd)) /* unreachable */
710 struct DD **ddp, *dd; local
718 if ((cx = RkGetContext(cx_num)) && (ddp = cx->ddpath)) {
720 for (i = 0; (dd = ddp[i]) != (struct DD *)0 ; i++) {
734 for (i = 0 ; (dd = ddp[i]) != (struct DD *)0 ; i++) {
783 struct DD **ddp, *dd; local
787 if ((cx = RkGetContext(cx_num)) && (ddp = cx->ddpath)) {
789 for (p = 0; (dd = ddp[p]) != (struct DD *)0 ; p++) {
H A DRKintern.h1014 struct DM *_RkSearchDDP(struct DD **ddp, char *name);
1015 struct DM *_RkSearchUDDP(struct DD **ddp, unsigned char *name);
1016 struct DM *_RkSearchDDMEM(struct DD **ddp, char *name);
1019 struct DD ** _RkCopyDDP(struct DD **ddp);
1021 void _RkFreeDDP(struct DD **ddp);
1137 int _RkIsInDDP(struct DD **ddp, struct DD *dd);

Completed in 45 milliseconds