Home
last modified time | relevance | path

Searched refs:absolute_p (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcygw32.c54 conv_filename_to_w32_unicode (Lisp_Object in, int absolute_p) in conv_filename_to_w32_unicode() argument
64 if (!absolute_p) { in conv_filename_to_w32_unicode()
83 conv_filename_from_w32_unicode (const wchar_t* in, int absolute_p) in conv_filename_from_w32_unicode() argument
93 if (!absolute_p) { in conv_filename_from_w32_unicode()
115 (Lisp_Object file, Lisp_Object absolute_p)
118 conv_filename_to_w32_unicode (file, EQ (absolute_p, Qnil) ? 0 : 1));
128 (Lisp_Object file, Lisp_Object absolute_p)
131 EQ (absolute_p, Qnil) ? 0 : 1);
/dports/editors/emacs/emacs-27.2/src/
H A Dcygw32.c54 conv_filename_to_w32_unicode (Lisp_Object in, int absolute_p) in conv_filename_to_w32_unicode() argument
64 if (!absolute_p) { in conv_filename_to_w32_unicode()
83 conv_filename_from_w32_unicode (const wchar_t* in, int absolute_p) in conv_filename_from_w32_unicode() argument
93 if (!absolute_p) { in conv_filename_from_w32_unicode()
115 (Lisp_Object file, Lisp_Object absolute_p)
118 conv_filename_to_w32_unicode (file, EQ (absolute_p, Qnil) ? 0 : 1));
128 (Lisp_Object file, Lisp_Object absolute_p)
131 EQ (absolute_p, Qnil) ? 0 : 1);
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dpathsearch.c337 boolean absolute_p; in search() local
367 absolute_p = kpathsea_absolute_p (kpse, name, true); in search()
376 ret_list = absolute_p ? absolute_search (kpse, name) in search()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dpathsearch.c337 boolean absolute_p; in search() local
367 absolute_p = kpathsea_absolute_p (kpse, name, true); in search()
376 ret_list = absolute_p ? absolute_search (kpse, name) in search()
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dkpse.cc490 bool absolute_p; in search() local
497 absolute_p = kpse_absolute_p (name, true); in search()
505 ret_list = (absolute_p in search()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/term/
H A Dw32-win.el90 (path &optional absolute_p))
/dports/editors/emacs/emacs-27.2/lisp/term/
H A Dw32-win.el95 (path &optional absolute_p))
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-mips.c15691 bool absolute_p; in fix_bad_cross_mode_branch_p() local
15705 absolute_p = bfd_is_abs_section (symsec); in fix_bad_cross_mode_branch_p()
15715 return ((absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other)) in fix_bad_cross_mode_branch_p()
15718 return ((absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other)) in fix_bad_cross_mode_branch_p()
15722 return absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_cross_mode_branch_p()
15724 return absolute_p ? !(val & 1) : !ELF_ST_IS_MIPS16 (other); in fix_bad_cross_mode_branch_p()
15727 return absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other); in fix_bad_cross_mode_branch_p()
15743 bool absolute_p; in fix_bad_misaligned_branch_p() local
15754 absolute_p = bfd_is_abs_section (symsec); in fix_bad_misaligned_branch_p()
15760 isa_bit = absolute_p ? (val + off) & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_misaligned_branch_p()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-mips.c15691 bool absolute_p; in fix_bad_cross_mode_branch_p() local
15705 absolute_p = bfd_is_abs_section (symsec); in fix_bad_cross_mode_branch_p()
15715 return ((absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other)) in fix_bad_cross_mode_branch_p()
15718 return ((absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other)) in fix_bad_cross_mode_branch_p()
15722 return absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_cross_mode_branch_p()
15724 return absolute_p ? !(val & 1) : !ELF_ST_IS_MIPS16 (other); in fix_bad_cross_mode_branch_p()
15727 return absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other); in fix_bad_cross_mode_branch_p()
15743 bool absolute_p; in fix_bad_misaligned_branch_p() local
15754 absolute_p = bfd_is_abs_section (symsec); in fix_bad_misaligned_branch_p()
15760 isa_bit = absolute_p ? (val + off) & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_misaligned_branch_p()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-mips.c15691 bool absolute_p; in fix_bad_cross_mode_branch_p() local
15705 absolute_p = bfd_is_abs_section (symsec); in fix_bad_cross_mode_branch_p()
15715 return ((absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other)) in fix_bad_cross_mode_branch_p()
15718 return ((absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other)) in fix_bad_cross_mode_branch_p()
15722 return absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_cross_mode_branch_p()
15724 return absolute_p ? !(val & 1) : !ELF_ST_IS_MIPS16 (other); in fix_bad_cross_mode_branch_p()
15727 return absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other); in fix_bad_cross_mode_branch_p()
15743 bool absolute_p; in fix_bad_misaligned_branch_p() local
15754 absolute_p = bfd_is_abs_section (symsec); in fix_bad_misaligned_branch_p()
15760 isa_bit = absolute_p ? (val + off) & 1 : ELF_ST_IS_COMPRESSED (other); in fix_bad_misaligned_branch_p()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpathname.d2151 var bool absolute_p = !missingp(STACK_0); variable
2246 if (absolute_p)
4635 var bool absolute_p = !missingp(STACK_0); variable
4733 if (absolute_p) {
/dports/www/tclwebtest/tclwebtest-1.0/lib/
H A Dtclwebtest.tcl687 if { $absolute_p } {
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A DChangeLog2125 * search.c (search) [SECURE]: Don't allow reading of an absolute_p
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/lib/
H A DChangeLog2128 Routine absolute_p() can now deal with VMS directory specifications.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A DChangeLog-91972751 (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.

12