Searched refs:BANG (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ruby-106/ruby/bcc32/
H A Dsetup.mak17 BANG = ! macro
39 $(BANG)ifndef srcdir
41 $(BANG)endif
42 $(BANG)ifndef prefix
44 $(BANG)endif
45 $(BANG)if !defined(BASERUBY)
54 $(BANG)endif
80 $(MAKE) > nul -DBANG=$(BANG) -f &&|
82 $(BANG)include conftest.i
87 $(BANG)i
[all...]
/macosx-10.10/vim-55/src/
H A Dex_cmds.h34 #define BANG 0x002 /* allow a ! after the command name */ macro
97 BANG|RANGE|ZEROR|TRLBAR|CMDWIN|MODIFY),
111 BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
113 BANG|NEEDARG|RANGE|NOTADR|ZEROR|FILES|TRLBAR),
115 BANG|RANGE|NOTADR|FILES|TRLBAR),
117 BANG|NEEDARG|EXTRA|NOTRLCOM),
119 BANG|NEEDARG|RANGE|NOTADR|FILE1|EDITCMD|ARGOPT|TRLBAR),
121 BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
123 BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
125 BANG|RANG
[all...]
H A Dex_docmd.c2251 if (!ni && !(ea.argt & BANG) && ea.forceit) /* no <!> allowed */
5336 msg_putchar(a & BANG ? '!' : ' ');
5460 *argt |= BANG;
/macosx-10.10/ruby-106/ruby/win32/
H A Dsetup.mak15 BANG = ! macro
139 $(BANG)if "$$(TARGET_OS)" == "mswin64"
145 $(BANG)else
147 $(BANG)endif
200 $(BANG)include $$(srcdir)/win32/Makefile.sub
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y311 %token IN BANG TIME TIMEOPT
958 | BANG pipeline
970 | timespec BANG pipeline
976 | BANG timespec pipeline
1781 { "!", BANG },
3170 else if (tok == BANG || (tok == WORD && (yylval.word->word[0] == '!' && yylval.word->word[1] == '\0')))
3798 case BANG:
/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c970 {{NULL, "!", 0}, BANG},
H A Dparse.c692 * sublist2 : [ COPROC | BANG ] pline
705 } else if (tok == BANG) {
2048 * cond_2 : BANG cond_2
2090 if (tok == BANG) {
H A Dzsh.h281 BANG, /* ! */ enumerator in enum:lextok
H A Dhist.c3018 tok != BANG);
H A Dbuiltin.c5981 tok = BANG;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 371 milliseconds