Home
last modified time | relevance | path

Searched refs:vk_8toqr (Results 1 – 13 of 13) sorted by relevance

/dports/vietnamese/vnpstext/lib/viqr/
H A DMakefile12 SRCS = vncompos.c vnkeys.c vk_qrto8.c vk_8toqr.c
13 OBJS = vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o
H A Dvk_8toqr.c584 vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state) in vk_8toqr() function
586 vk_8toqr(inbuf, outbuf, esc, state) in vk_8toqr()
/dports/vietnamese/libviet/libviet-20010210/lib/viqr/
H A DMakefile13 SRCS = vncompos.c vnkeys.c vk_qrto8.c vk_8toqr.c
14 OBJS = vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o
H A Dvk_8toqr.c584 vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state) in vk_8toqr() function
586 vk_8toqr(inbuf, outbuf, esc, state) in vk_8toqr()
/dports/vietnamese/vn7to8/DONT.lib/viqr/
H A DMakefile12 SRCS = vncompos.c vnkeys.c vk_qrto8.c vk_8toqr.c
13 OBJS = vncompos.o vnkeys.o vk_qrto8.o vk_8toqr.o
H A Dvk_8toqr.c584 vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state) in vk_8toqr() function
586 vk_8toqr(inbuf, outbuf, esc, state) in vk_8toqr()
/dports/vietnamese/vn7to8/DONT.include/
H A Dvnkeys.h74 extern int FAR PASCAL vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state);
84 extern int FAR PASCAL vk_8toqr();
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dvnkeys.h74 extern int FAR PASCAL vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state);
84 extern int FAR PASCAL vk_8toqr();
/dports/vietnamese/vnpstext/include/
H A Dvnkeys.h74 extern int FAR PASCAL vk_8toqr(u_char FAR *inbuf, u_char FAR *outbuf, u_char esc, Vk_State state);
84 extern int FAR PASCAL vk_8toqr();
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dvnkeys.h73 extern int FAR PASCAL vk_8toqr();
H A Dvnconvert.c217 k = vk_8toqr(buf, obuf, esc, state); in main()
H A Dvn78.c577 int FAR PASCAL vk_8toqr(inbuf, outbuf, esc, state) in vk_8toqr() function
/dports/vietnamese/vn7to8/vn7to8/
H A Dvn8to7.c95 n = vk_8toqr(ibuf, obuf, esc, state);