Home
last modified time | relevance | path

Searched refs:Expand (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset319 17 Expand to preceding word for which this is a prefix
32 30 Expand file name wildcards
33 31 Expand history escapes
34 32 Expand the history escapes in a line
35 33 Expand variables
53 51 Expand history escapes and insert a space
55 53 Expand pathnames, eliminating leading .'s and ..'s
56 54 Expand commands to the resulting pathname or alias
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset319 17 Expand to preceding word for which this is a prefix
32 30 Expand file name wildcards
33 31 Expand history escapes
34 32 Expand the history escapes in a line
35 33 Expand variables
53 51 Expand history escapes and insert a space
55 53 Expand pathnames, eliminating leading .'s and ..'s
56 54 Expand commands to the resulting pathname or alias
/dragonfly/gnu/usr.bin/rcs/co/
H A Dco.c352 int newmode = Expand==BINARY_EXPAND ? OPEN_O_BINARY : 0;
432 Expand = expmode;
433 if (0 < lockflag && Expand == VAL_EXPAND) {
457 Expand < MIN_UNEXPAND
485 if (Expand == BINARY_EXPAND)
493 ! (Expand==VAL_EXPAND || (lockflag<=0 && StrictLocks))
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h81 # define FOPEN_R_WORK (Expand==BINARY_EXPAND ? "r" : "rb")
83 # define FOPEN_W_WORK (Expand==BINARY_EXPAND ? "w" : "wb")
84 # define FOPEN_WPLUS_WORK (Expand==BINARY_EXPAND ? "w+" : "w+b")
H A Drcssyn.c201 int Expand; variable
328 Expand = KEYVAL_EXPAND; in getadmin()
333 if ((Expand = strn2expmode(cb.string,cb.size)) < 0) in getadmin()
H A Drcsgen.c520 if (Expand != KEYVAL_EXPAND) in putadmin()
522 Kexpand, SDELIM, expand_names[Expand], SDELIM in putadmin()
H A Drcsfcmp.c178 if (MIN_UNEXPAND <= Expand) {
H A Drcsbase.h673 extern int Expand;
H A Drcsfnms.c407 Expand = KEYVAL_EXPAND; in InitAdmin()
H A Drcsedit.c1034 exp = Expand;
/dragonfly/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c198 Expand = expmode;
201 Expand == KEYVAL_EXPAND &&
204 Expand = KEYVALLOCK_EXPAND;
/dragonfly/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c363 && Expand == KEYVAL_EXPAND
394 if (Expand == BINARY_EXPAND)
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c630 changework = Expand < MIN_UNCHANGED_EXPAND;
762 if (Expand == BINARY_EXPAND)
821 ! (Expand==VAL_EXPAND || lockthis < StrictLocks)
1268 if (MIN_UNEXPAND <= Expand)
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset319 17 Expand to preceding word for which this is a prefix
/dragonfly/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c219 if (Expand == BINARY_EXPAND)
/dragonfly/contrib/tcsh-6/
H A Ded.h155 EXTERN char Expand; /* true if we are expanding a line */ variable
H A Ded.inputl.c149 if (Expand) { in Inputl()
151 Expand = 0; in Inputl()
H A Dsh.c2085 if ((hadhist && !seterr && intty && !tellwhat && !Expand && !whyles) || in process()
2109 if (Expand && seterr) in process()
2110 Expand = 0; in process()
H A Ded.init.c180 Expand = 0; in ed_Setup()
/dragonfly/gnu/usr.bin/rcs/rcs/
H A Drcs.c546 if (0 <= expmode && Expand != expmode) {
547 Expand = expmode;
1553 if (Expand == BINARY_EXPAND)
/dragonfly/gnu/usr.bin/rcs/rlog/
H A Drlog.c440 if (!pre5 || Expand != KEYVAL_EXPAND)
442 expand_names[Expand]
/dragonfly/crypto/openssh/
H A Dsntrup761.c845 static void Expand(uint32 *L,const unsigned char *k) in Expand() function
883 Expand(L,k); in Generator()
896 Expand(L,h); in HashShort()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-cris.texi18 * CRIS-Expand:: Instruction expansion
110 32-bit multiple-instruction construct (@pxref{CRIS-Expand}).
131 @node CRIS-Expand
H A Dc-mmix.texi18 * MMIX-Expand:: Instruction expansion
60 or an external symbol (@pxref{MMIX-Expand}). By passing
107 @node MMIX-Expand
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.opt567 Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check

12