Home
last modified time | relevance | path

Searched refs:lastext (Results 1 – 25 of 29) sorted by relevance

12

/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Ddvips.c589 int i, lastext = -1; local
1099 lastext = 0;
1111 lastext = 0;
1221 lastext = strlen(iname) - 1;
1222 while (iname[lastext] != '.' && lastext > 0)
1223 lastext--;
1224 if (iname[lastext] != '.')
1225 lastext = strlen(iname) - 1;
1229 lastext = strlen(iname) -1;
1250 for (i=0; i<=lastext; i++)
[all …]
H A Dafm2tfm.c1565 register int lastext; in openfiles() local
1596 lastext = -1; in openfiles()
1599 lastext = i; in openfiles()
1601 lastext = -1; in openfiles()
1618 lastext = -1; in openfiles()
1718 lastext = -1; in openfiles()
1721 lastext = i; in openfiles()
1723 lastext = -1; in openfiles()
1726 lastext = -1; in openfiles()
1728 if (lastext == -1) { in openfiles()
[all …]
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pk/
H A Dttf2tfm.c300 register int lastext; in handle_options() local
603 lastext = -1; in handle_options()
606 lastext = i; in handle_options()
608 if (argc == 2 && lastext >= 0) in handle_options()
610 temp[lastext] = '\0'; /* remove TTF file extension */ in handle_options()
611 lastext = -1; in handle_options()
614 if (lastext == -1) in handle_options()
618 fnt->tfm_ext = newstring(temp + lastext); in handle_options()
619 temp[lastext] = '\0'; in handle_options()
H A Dfilesrch.c582 int i, lastext = -1; in handle_extension() local
587 lastext = i; in handle_extension()
591 lastext = -1; in handle_extension()
593 if (lastext == -1) in handle_extension()
/dports/print/texlive-base/texlive-20150521-source/texk/dvidvi/
H A Ddvidvi.c568 int i, pageno, lastext = -1 ; in processargs() local
760 lastext = 0 ; in processargs()
766 lastext = nextstring - iname ; in processargs()
768 lastext = 0 ; in processargs()
771 if (lastext == 0) { in processargs()
772 lastext = nextstring - iname ; in processargs()
785 lastext = 0 ; in processargs()
791 lastext = nextstring - oname ; in processargs()
793 lastext = 0 ; in processargs()
796 if (lastext == 0) { in processargs()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttf2pk2/
H A Dttf2tfm.c345 register int lastext; in handle_options() local
665 lastext = -1; in handle_options()
668 lastext = i; in handle_options()
670 if (argc == 2 && lastext >= 0) in handle_options()
672 temp[lastext] = '\0'; /* remove TTF file extension */ in handle_options()
673 lastext = -1; in handle_options()
676 if (lastext == -1) in handle_options()
680 fnt->tfm_ext = newstring(temp + lastext); in handle_options()
681 temp[lastext] = '\0'; in handle_options()
H A Dfilesrch.c537 int i, lastext = -1; in handle_extension() local
542 lastext = i; in handle_extension()
546 lastext = -1; in handle_extension()
548 if (lastext == -1) in handle_extension()
/dports/archivers/zip/zip30/acorn/
H A Dacornzip.c339 char *lastext=NULL; /* pointer to last extension */ local
349 lastext=t+1;
357 if (exts2swap!=NULL && (int)lastext>(int)lastdir) {
360 if (checkext(lastext)) {
361 if (swapext(lastdir,lastext-1)) {
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dinit.c248 Extsym *lastext; variable
334 lastext = extsymtab + maxext; in fileinit()
H A Ddefs.h295 extern Extsym *lastext;
H A Dmisc.c560 if(nextext >= lastext)
/dports/lang/f2c/f2c-20200916/src/
H A Dinit.c248 Extsym *lastext; variable
342 lastext = extsymtab + maxext; in fileinit()
H A Ddefs.h295 extern Extsym *lastext;
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4/hbf2gf/
H A Dhbf2gf.c1708 {int i,lastext= -1; in read_config() local
1712 lastext= i; in read_config()
1716 lastext= -1; in read_config()
1718 if(lastext==-1) in read_config()
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/
H A Dhbf2gf.c1708 {int i,lastext= -1; in read_config() local
1712 lastext= i; in read_config()
1716 lastext= -1; in read_config()
1718 if(lastext==-1) in read_config()
H A Dhbf2gf.idx140 \I\\{lastext}, \[56].
/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dinit.c113 struct extsym *lastext = extsymtab+MAXEXT; variable
H A Ddefs.h185 extern struct extsym *lastext;
H A Dmisc.c378 if(nextext >= lastext)
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c748 const char* lastext; in setup_buffers_stream() local
749 if (!check_ext(lastext = "EGL_EXT_output_base", extstr) || in setup_buffers_stream()
750 !check_ext(lastext = "EGL_EXT_output_drm", extstr) || in setup_buffers_stream()
751 !check_ext(lastext = "EGL_KHR_stream", extstr) || in setup_buffers_stream()
752 !check_ext(lastext = "EGL_EXT_stream_consumer_egloutput", extstr) || in setup_buffers_stream()
753 !check_ext(lastext = "EGL_KHR_stream_producer_eglsurface", extstr)){ in setup_buffers_stream()
754 debug_print("EGLstreams, couldn't find extension (%s)", lastext); in setup_buffers_stream()
1926 const char* lastext; in setup_node_egl() local
1927 if (!check_ext(lastext = "EGL_EXT_platform_base", extstr)){ in setup_node_egl()
1928 debug_print("EGLStreams, missing extension (%s)", lastext); in setup_node_egl()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c748 const char* lastext; in setup_buffers_stream() local
749 if (!check_ext(lastext = "EGL_EXT_output_base", extstr) || in setup_buffers_stream()
750 !check_ext(lastext = "EGL_EXT_output_drm", extstr) || in setup_buffers_stream()
751 !check_ext(lastext = "EGL_KHR_stream", extstr) || in setup_buffers_stream()
752 !check_ext(lastext = "EGL_EXT_stream_consumer_egloutput", extstr) || in setup_buffers_stream()
753 !check_ext(lastext = "EGL_KHR_stream_producer_eglsurface", extstr)){ in setup_buffers_stream()
754 debug_print("EGLstreams, couldn't find extension (%s)", lastext); in setup_buffers_stream()
1926 const char* lastext; in setup_node_egl() local
1927 if (!check_ext(lastext = "EGL_EXT_platform_base", extstr)){ in setup_node_egl()
1928 debug_print("EGLStreams, missing extension (%s)", lastext); in setup_node_egl()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c748 const char* lastext; in setup_buffers_stream() local
749 if (!check_ext(lastext = "EGL_EXT_output_base", extstr) || in setup_buffers_stream()
750 !check_ext(lastext = "EGL_EXT_output_drm", extstr) || in setup_buffers_stream()
751 !check_ext(lastext = "EGL_KHR_stream", extstr) || in setup_buffers_stream()
752 !check_ext(lastext = "EGL_EXT_stream_consumer_egloutput", extstr) || in setup_buffers_stream()
753 !check_ext(lastext = "EGL_KHR_stream_producer_eglsurface", extstr)){ in setup_buffers_stream()
754 debug_print("EGLstreams, couldn't find extension (%s)", lastext); in setup_buffers_stream()
1926 const char* lastext; in setup_node_egl() local
1927 if (!check_ext(lastext = "EGL_EXT_platform_base", extstr)){ in setup_node_egl()
1928 debug_print("EGLStreams, missing extension (%s)", lastext); in setup_node_egl()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/egl-dri/
H A Dvideo.c748 const char* lastext; in setup_buffers_stream() local
749 if (!check_ext(lastext = "EGL_EXT_output_base", extstr) || in setup_buffers_stream()
750 !check_ext(lastext = "EGL_EXT_output_drm", extstr) || in setup_buffers_stream()
751 !check_ext(lastext = "EGL_KHR_stream", extstr) || in setup_buffers_stream()
752 !check_ext(lastext = "EGL_EXT_stream_consumer_egloutput", extstr) || in setup_buffers_stream()
753 !check_ext(lastext = "EGL_KHR_stream_producer_eglsurface", extstr)){ in setup_buffers_stream()
754 debug_print("EGLstreams, couldn't find extension (%s)", lastext); in setup_buffers_stream()
1926 const char* lastext; in setup_node_egl() local
1927 if (!check_ext(lastext = "EGL_EXT_platform_base", extstr)){ in setup_node_egl()
1928 debug_print("EGLStreams, missing extension (%s)", lastext); in setup_node_egl()
[all …]
/dports/textproc/igor/igor-1.595/
H A Digor305 sub lastext {
331 my $ext = lastext($fname);
/dports/mail/spamassassin-devel/spamassassin-1ea352210/rulesrc/sandbox/khopesh/
H A D20_khop_bl.cf108 ## we have the non-lastext data; let's see how good it is if we clean it up a bit

12