Home
last modified time | relevance | path

Searched refs:K_MIN (Results 1 – 25 of 50) sorted by relevance

12

/dports/japanese/lipsf/lipsf-200/
H A Dterm.c1137 keyseq[K_BS - K_MIN].str = "\010"; in defaultterm()
1187 keyseq[K_DL - K_MIN].str = ""; in defaultterm()
1188 keyseq[K_IL - K_MIN].str = ""; in defaultterm()
1189 keyseq[K_DC - K_MIN].str = "\177"; in defaultterm()
1191 keyseq[K_CLR - K_MIN].str = ""; in defaultterm()
1476 n -= K_MIN;
1624 keyseq[K_UP - K_MIN].str = in getterment()
1625 keyseq[K_DOWN - K_MIN].str = in getterment()
1626 keyseq[K_RIGHT - K_MIN].str = in getterment()
1734 for (i = 0; i <= K_MAX - K_MIN; i++) keyseq[i].code = K_MIN + i; in getterment()
[all …]
H A Dterm.h35 #define K_MIN K_NOKEY macro
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dpic.hpp125 K_MIN = 332, enumerator
250 #define K_MIN 332 macro
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dexperres.h22 {"MIN", K_MIN },
H A Dy.tab.h63 #define K_MIN 312 macro
H A Dgram.y118 %token K_MIN
362 | '@' K_MIN '(' var_or_range ')'
364 | '@' K_MIN '(' e ',' expr_list ')'
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dgram.h91 #define K_MIN 329 macro
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dpic_tab.h74 #define K_MIN 330 macro
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h231 #define K_MIN 0 macro
H A Dout_routines.c248 if ((kind < K_MIN) || (kind > K_MAX)) { in out_glue_kind()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kLdr/
H A DkLdrDyld.c271 …kHlpMemCopy(kLdrDyldDefPrefix, pArgs->szDefPrefix, K_MIN(sizeof(pArgs->szDefPrefix), sizeof(kLdrDy… in kLdrDyldLoadExe()
273 …kHlpMemCopy(kLdrDyldDefSuffix, pArgs->szDefSuffix, K_MIN(sizeof(pArgs->szDefSuffix), sizeof(kLdrDy… in kLdrDyldLoadExe()
279 kHlpMemCopy(kLdrDyldLibraryPath, pArgs->szLibPath, K_MIN(sizeof(pArgs->szLibPath), cbStack)); in kLdrDyldLoadExe()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/Generic/
H A DkHlpPage.c320 KSIZE cbStub = K_MIN(g_cbStub - offStub, cb); in kHlpPageFree()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dgram.y313 %token K_MIN
905 | '@' K_MIN '(' var_or_range ')'
907 | '@' K_MIN '(' range ',' e ')'
909 | '@' K_MIN '(' e ',' expr_list ')'

12