Searched refs:wl (Results 26 - 50 of 129) sorted by relevance

123456

/macosx-10.10/ntp-92/util/
H A Dansi2knr.c321 goto wl;
323 goto wl;
350 wl: fputs(buf, out);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dshopt.c497 WORD_LIST *wl; local
500 wl = add_string_to_list (name, (WORD_LIST *)NULL);
501 r = toggle_shopts (mode, wl, 0);
502 dispose_words (wl);
H A Dcommon.c520 register int i, wl, cl, match, job; local
525 wl = strlen (name);
543 match = STREQN (p->command, name, wl);
/macosx-10.10/vim-55/runtime/syntax/
H A Dasmh8300.vim36 syn match asmOpcode "pop\.[wl]"
37 syn match asmOpcode "push\.[wl]"
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltcf-c.sh56 wlarc='${wl}'
95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
193 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
194 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
212 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}
[all...]
H A Dltcf-gcj.sh59 wlarc='${wl}'
98 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
186 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
187 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
205 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplete.c220 int fl, fl2, ll, wl, lal, ral, err, both; local
328 wl = -2;
330 wl = -1;
332 word = parse_pattern(name, &s, &wl, 0, &err);
349 n->wlen = wl;
806 int wl = arrlen(compwords) - 1; local
808 if (wl && b >= 0 && e >= 0 && (b > 0 || e < wl)) {
812 if (e > wl)
813 e = wl;
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y4661 WORD_LIST *wl;
4689 wl = (WORD_LIST *)NULL;
4707 if (wl)
4708 dispose_words (wl);
4709 wl = &parse_string_error;
4712 wl = make_word_list (yylval.word, wl);
4734 if (wl == &parse_string_error)
4743 return (REVERSE_LIST (wl, WORD_LIST *));
4750 WORD_LIST *wl, *r
[all...]
H A Darray.c809 WORD_LIST *wl; local
814 wl = (WORD_LIST *)NULL;
817 wl = make_word_list (make_bare_word(a), wl);
820 return (REVERSE_LIST (wl, WORD_LIST *));
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dsun-mouse.el650 (let ((wl (sun-get-frame-data 13))) ; returns frame location
651 (cons (+ (car wl) sm::menu-kludge-y)
652 (+ (cdr wl) sm::menu-kludge-x))))
/macosx-10.10/libedit-40/
H A Dconfig.status.gz
/macosx-10.10/sudo-73/src/
H A Dconfig.status593 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
640 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
645 archive_expsym_cmds='sed '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
647 module_expsym_cmds='sed -e '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
649 allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
1770 wl=$lt_lt_prog_compiler_wl
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dlibtool125 reload_cmds="\$CC -nostdlib \${wl}-r -o \$output\$reload_objs"
128 wl="-Wl,"
251 allow_undefined_flag="\${wl}-flat_namespace \${wl}-undefined \${wl}suppress"
1791 compiler_flags="$compiler_flags $wl$qarg"
1793 compile_command="$compile_command $wl$qarg"
1794 finalize_command="$finalize_command $wl$qarg"
2141 arg="$arg $wl$flag"
2159 arg="$arg $wl
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_canon.tcl429 set wl $w ; incr wl -1
432 puts stderr "\t\\[string repeat "-" $wl]^ ($w)"
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp1159 IOWorkLoop *wl; local
1164 wl = getWorkLoop();
1165 if ( !timerEventSource || !wl || ( kIOReturnSuccess != wl->addEventSource ( timerEventSource ) ) )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dconfigure4808 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6978 -dynamiclib ${wl}-single_module conftest.c
7022 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7024 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7031 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7033 _lt_dar_allow_undefined='${wl}
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c756 static void install(IOWorkLoop * wl, uint32_t flags,
758 bool init(IOWorkLoop * wl, const OSData * data);
809 AppleVTD::install(IOWorkLoop * wl, uint32_t flags, argument
823 if (mapper->init(wl, data) && mapper->attach(provider))
839 AppleVTD::init(IOWorkLoop * wl, const OSData * data) argument
847 wl->retain();
848 fWorkLoop = wl;
/macosx-10.10/bind9-45.101/bind9/
H A Dltmain.sh1200 single_module="${wl}-single_module"
1477 compiler_flags="$compiler_flags $wl$qarg"
1479 compile_command="$compile_command $wl$qarg"
1480 finalize_command="$finalize_command $wl$qarg"
1688 single_module="${wl}-multi_module"
1833 arg="$arg $wl$flag"
1851 arg="$arg $wl$flag"
1852 compiler_flags="$compiler_flags $wl$flag"
3382 xlcverstring="${wl}-compatibility_version ${wl}
[all...]
/macosx-10.10/file-46/file/
H A Dltmain.sh1217 single_module="${wl}-single_module"
1501 compiler_flags="$compiler_flags $wl$qarg"
1503 compile_command="$compile_command $wl$qarg"
1504 finalize_command="$finalize_command $wl$qarg"
1717 single_module="${wl}-multi_module"
1862 arg="$arg $wl$flag"
1880 arg="$arg $wl$flag"
1881 compiler_flags="$compiler_flags $wl$flag"
3413 xlcverstring="${wl}-compatibility_version ${wl}
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDocument.mm652 NSString * wl;
655 [self parseName:[properties objectForKey:@"White"] intoFirst:&wf last:&wl];
658 [NSString stringWithFormat:@"%@, %@", wl, wf];
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig657 wl=
662 wl='-Wl,'
676 link_static_flag="$link_static_flag ${wl}-lC"
706 wl='-Wl,'
707 link_static_flag="${wl}-a ${wl}archive"
712 wl='-Wl,'
723 wl='-Wl,'
736 wl='-Wl,'
742 wl
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig657 wl=
662 wl='-Wl,'
676 link_static_flag="$link_static_flag ${wl}-lC"
711 wl='-Wl,'
712 link_static_flag="${wl}-a ${wl}archive"
717 wl='-Wl,'
728 wl='-Wl,'
741 wl='-Wl,'
747 wl
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig657 wl=
662 wl='-Wl,'
676 link_static_flag="$link_static_flag ${wl}-lC"
711 wl='-Wl,'
712 link_static_flag="${wl}-a ${wl}archive"
717 wl='-Wl,'
728 wl='-Wl,'
741 wl='-Wl,'
747 wl
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3261 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh1445 compiler_flags="$compiler_flags $wl$qarg"
1447 compile_command="$compile_command $wl$qarg"
1448 finalize_command="$finalize_command $wl$qarg"
1795 arg="$arg $wl$flag"
1813 arg="$arg $wl$flag"
1814 compiler_flags="$compiler_flags $wl$flag"
3329 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]

Completed in 417 milliseconds

123456