Searched refs:EXTRA (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_cmds.h35 #define EXTRA 0x004 /* allow extra args after command name */ macro
57 #define FILES (XFILE | EXTRA) /* multiple extra files allowed */
58 #define WORD1 (EXTRA | NOSPC) /* one extra word allowed */
99 EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
101 EXTRA|TRLBAR|CMDWIN),
103 NEEDARG|EXTRA|NOTRLCOM),
107 RANGE|NOTADR|ZEROR|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
109 RANGE|NOTADR|ZEROR|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
117 BANG|NEEDARG|EXTRA|NOTRLCOM),
125 BANG|RANGE|NOTADR|COUNT|EXTRA|EDITCM
[all...]
H A Dex_docmd.c2493 if (!ni && !(ea.argt & EXTRA) && *ea.arg != NUL
3345 if (!(ea.argt & EXTRA) && *arg != NUL &&
5352 switch ((int)(a & (EXTRA|NOSPC|NEEDARG)))
5355 case (EXTRA): IObuff[len++] = '*'; break;
5356 case (EXTRA|NOSPC): IObuff[len++] = '?'; break;
5357 case (EXTRA|NEEDARG): IObuff[len++] = '+'; break;
5358 case (EXTRA|NOSPC|NEEDARG): IObuff[len++] = '1'; break;
5493 *argt |= (EXTRA | NOSPC | NEEDARG);
5495 *argt |= EXTRA;
5497 *argt |= (EXTRA | NOSP
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.h30 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon12031
64 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
H A Dinflate.c679 state->mode = EXTRA;
680 case EXTRA:
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon12423
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c736 state->mode = EXTRA;
737 case EXTRA:
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h53 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon14993
87 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
H A Dinflate.c708 state->mode = EXTRA;
709 case EXTRA:
/macosx-10.10.1/zlib-55/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon15471
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
H A Dinflate.c716 state->mode = EXTRA;
717 case EXTRA:
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A Ddescrip.mms27 EXTRA=insque.obj
99 libXMenu11.olb : $(OBJS) $(EXTRA)
102 if ("$(EXTRA)" .nes. "") then $(AR) $@ $(EXTRA)
H A DMakefile.in52 EXTRA=insque.o
109 libXMenu11.a: $(OBJS) $(EXTRA)
111 $(AR) $@ $(OBJS) $(EXTRA)
150 rm -f libXMenu11.a ${OBJS} ${EXTRA}
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dgzlog.c313 /* 35 is EXTRA, 39 is EXTRA + 4 */
318 /* initial gzip extra field content (52 == HEAD + EXTRA + 1) */
328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA];
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA ||
440 unsigned char ext[EXTRA];
452 write(log->fd, ext, EXTRA) != EXTRA
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DTest.pm39 our $EXTRA = 0; # any extra tests to come after test_expect()
74 $ntests += $EXTRA + scalar @results;
420 $Template::Test::EXTRA = 2; # 2 extra tests follow test_expect()...
446 # ok() called after test_expect should be declared in $EXTRA (2)
576 should be pre-declared by setting the C<$EXTRA> package variable. This
580 $Template::Test::EXTRA = 2;
590 # here's those $EXTRA tests
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c2233 #define EXTRA 2 macro
2235 #ifndef EXTRA
2236 #define EXTRA 0 macro
2238 asymbol * ptrs[NSECS + 4 + EXTRA + 1];
/macosx-10.10.1/network_cmds-457/ping6.tproj/
H A Dping6.c175 #define EXTRA 256 /* for AH and various other headers. weird. */ macro
798 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
800 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
805 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
/macosx-10.10.1/vim-55/
H A DMakefile288 $(EXTRA) \
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1587 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator in enum:__anon9026
1621 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
2898 state->mode = EXTRA;
2899 case EXTRA:

Completed in 207 milliseconds