Home
last modified time | relevance | path

Searched refs:inputcode (Results 1 – 14 of 14) sorted by relevance

/dports/math/tmv/tmv-0.75/doc/
H A DExample.tex17 \inputcode{../examples/Vector.cpp}
25 \inputcode{../examples/Matrix.cpp}
33 \inputcode{../examples/Division.cpp}
41 \inputcode{../examples/BandMatrix.cpp}
49 \inputcode{../examples/SymMatrix.cpp}
H A DTMV_Documentation.tex84 %\newcommand{\inputcode}[1]{\verbatiminput{#1}}
88 \newcommand{\inputcode}[1]{\lstinputlisting[basicstyle=\small,breaklines=true]{#1}}
/dports/japanese/qkc/ja-qkc-1.0/
H A Dqkcopt.c17 extern int inputcode;
249 inputcode = INPUT_SJIS;
252 inputcode = INPUT_EUC;
255 inputcode = INPUT_JIS;
258 inputcode = INPUT_AUTO;
H A Dqkcexec.c22 extern int inputcode;
58 switch (inputcode) {
H A Dqkc.c24 int inputcode = INPUT_AUTO; variable
607 if (inputcode == INPUT_AUTO) { in checkfile()
626 else if (inputcode == INPUT_AUTO) in checkfile()
629 detectedcode = inputcode; in checkfile()
636 if (inputcode == INPUT_AUTO) in checkfile()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Da2m.h70 unsigned short inputcode(unsigned short bits);
H A Da2m.cpp366 unsigned short Ca2mLoader::inputcode(unsigned short bits) in inputcode() function in Ca2mLoader
438 dist = inputcode(copybits[index]) + len + copymin[index]; in decode()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Da2m.h70 unsigned short inputcode(unsigned short bits);
H A Da2m.cpp394 unsigned short Ca2mLoader::inputcode(unsigned short bits) in inputcode() function in Ca2mLoader
466 dist = inputcode(copybits[index]) + len + copymin[index]; in decode()
/dports/japanese/nkf/nkf-2.1.4/NKF.mod/
H A DNKF.xs211 inputcode(...)
/dports/japanese/p5-nkf/nkf-2.1.4/NKF.mod/
H A DNKF.xs211 inputcode(...)
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dinput.cpp818 static char inputcode[6]; in nstsdl_input_translate_event() local
822 …sprintf(inputcode, "j%da%d%d", event.jaxis.which, event.jaxis.axis, nstsdl_input_checksign(event.j… in nstsdl_input_translate_event()
826 sprintf(inputcode, "j%dh%d%d", event.jhat.which, event.jhat.hat, event.jhat.value); in nstsdl_input_translate_event()
831 sprintf(inputcode, "j%db%d", event.jbutton.which, event.jbutton.button); in nstsdl_input_translate_event()
834 return inputcode; in nstsdl_input_translate_event()
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dparser.y873 static String *remove_block(Node *kw, const String *inputcode) { in remove_block() argument
878 char *cstr = Char(inputcode); in remove_block()
879 int len = Len(inputcode); in remove_block()
H A Dparser.c914 static String *remove_block(Node *kw, const String *inputcode) { in remove_block() argument
919 char *cstr = Char(inputcode); in remove_block()
920 int len = Len(inputcode); in remove_block()