Searched refs:omit (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10/bash-94.1.2/bash-3.2/po/
H A DRules-builtins7 $(XGETTEXT_OPTIONS) --omit-header \
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DCONVERT.mk43 * pattern ksh pattern of files to omit
97 omit = .*|*.?(l)[ao] macro
133 .cvt.omit : .FUNCTION
134 return -s',^\(\(?K)?(*/)($(omit))?(/*))$,,$(showedit)'
186 $$(PAX) $$(PAXFLAGS) -rf $$(*:P=A) -s ',^$(>:O=2)/*,,' $(.cvt.omit) $(.cvt.filter)
195 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.filter) $(T:P=A)
204 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.move) $(.cvt.filter) $(T:P=A)
259 omit := $(omit)|$(P) macro
H A Dpackage.mk237 package.omit = -|*/$(init)
239 package.all = $(package.glob.all:P=G:W=O=$(?$(name):A=.VIRTUAL):N!=$(package.omit):T=F:$(PACKAGEVIEW:C,.*,C;^&/;;,:/ /:/G):U)
241 package.pkg = $(package.glob.pkg:P=G:D:N!=$(package.omit):T=F:$(PACKAGEVIEW:C,.*,C;^&/;;,:/ /:/G):U)
281 package.omit = -
405 package.omit := $(package.omit)|$(>:C,^,*/,:/ /|/G)
424 package.omit = -
654 /opt/$(org) change "source" to "binary" and omit "package make".
/macosx-10.10/zsh-61/zsh/Misc/
H A Dcompctl-examples294 defer-pop function-cse inline peephole omit-frame-pointer
594 local omit
595 omit=( ${pref}*(D) )
596 eval 'reply=( ${reply:#('${(j:|:)omit}')} )'
604 local all omit
606 omit=( $reply ${pref}${^${=cvsignore}} )
607 [[ -r ~/.cvsignore ]] && omit=( $omit ${pref}${^$(<~/.cvsignore)} )
608 [[ -r ${pref}.cvsignore ]] && omit=( $omit
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpdist.tcl40 proc walker {{omit {}} {dirs .}} {
42 foreach x $omit {
66 proc localPackingList {a {omit {}}} {
69 foreach f [walker $omit] {
74 proc splitList {a data {omit {}}} {
78 if {[regexp {^# Ignore: (.*)$} $line - omit]} continue
86 return $omit
/macosx-10.10/WebCore-7600.1.25/css/
H A Dmakevalues.pl80 %omit-struct-type
H A Dmakeprop.pl121 %omit-struct-type
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c1060 bool omit = FALSE; local
1063 omit = TRUE;
1068 omit = TRUE;
1073 if (omit) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dcuplsim.vim22 " omit definition-specific stuff
H A Dabel.vim29 " option to omit obsolete statements
H A Dgretl.vim37 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint coint2 corc corr corrgm criteria critical cusum data delete diff else end endif endloop eqnprint equation estimate fcast fcasterr fit freq function funcerr garch genr gnuplot graph hausman hccm help hilu hsk hurst if import include info kpss label labels lad lags ldiff leverage lmtest logistic logit logs loop mahal meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm plot poisson pooled print printf probit pvalue pwe quit remember rename reset restrict rhodiff rmplot run runs scatters sdiff set setobs setmiss shell sim smpl spearman square store summary system tabprint testuhat tobit transpos tsls var varlist vartest vecm vif wls
H A Dtidy.vim35 syn match tidyDoctype "\<omit\|auto\|strict\|loose\|transitional\|user\>" contained
H A Dxf86conf.vim158 syn keyword xf86confConstant true false on off yes no omit contained
H A Dinitex.vim144 \ '\\\%(cr\|crcr\|[hv]align\|noalign\|omit\|span\)\>'
H A Dcf.vim160 syn keyword cfArg contained object omit onblur onchange onclick onerror onfocus
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsl.vim25 \ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-declaration' : ['yes', 'no'], 'standalone' : ['yes', 'no'], 'doctype-public' : [], 'doctype-system' : [], 'cdata-section-elements' : [], 'indent' : ['yes', 'no'], 'media-type' : []}],
/macosx-10.10/ksh-23/ksh/lib/package/
H A Dpackage.mk237 package.omit = -|*/$(init)
239 package.all = $(package.glob.all:P=G:W=O=$(?$(name):A=.VIRTUAL):N!=$(package.omit):T=F:$(PACKAGEVIEW:C,.*,C;^&/;;,:/ /:/G):U)
241 package.pkg = $(package.glob.pkg:P=G:D:N!=$(package.omit):T=F:$(PACKAGEVIEW:C,.*,C;^&/;;,:/ /:/G):U)
281 package.omit = -
405 package.omit := $(package.omit)|$(>:C,^,*/,:/ /|/G)
424 package.omit = -
654 /opt/$(org) change "source" to "binary" and omit "package make".
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm319 in order to omit denial of service attacks. By default the limit is
H A DPlServer.pm415 in order to omit denial of service attacks. By default the limit is
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4839 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4874 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
/macosx-10.10/tidy-15.15/tidy/src/
H A Dconfig.c139 "omit",
199 /* omit | auto | strict | loose | <fpi> */
1371 doctype: omit | auto | strict | loose | <fpi>
1408 else if ( TY_(tmbstrcasecmp)(buf, "omit") == 0 )
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dconfigure1643 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
1644 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
1749 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
1750 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dconfigure5483 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5484 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5589 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5590 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm825 It is possible to omit some or all of the final 4 parameters in the
835 It is also possible to omit the filename parameter as well, so the
/macosx-10.10/gnudiff-19/diffutils/
H A Dconfigure846 --disable-largefile omit support for large files
4634 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
4635 (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4707 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
4708 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then

Completed in 445 milliseconds

123