/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 438 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() argument 449 if (--fold < 8) in sh_fmtqf() 450 fold = 0; in sh_fmtqf() 451 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold) in sh_fmtqf() 461 n = fold; in sh_fmtqf() 495 n = fold - 3; in sh_fmtqf() 506 n = fold - 1; in sh_fmtqf() 528 n = fold - 1; in sh_fmtqf() 543 n = fold - 7; in sh_fmtqf() 560 n = fold - 5; in sh_fmtqf() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 463 * fold>0 prints raw newlines and inserts appropriately 464 * escaped newlines every (fold-x) chars 466 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() argument 477 if (--fold < 8) in sh_fmtqf() 478 fold = 0; in sh_fmtqf() 481 if (!cp || !*cp || !fold || fold && strlen(string) < fold) in sh_fmtqf() 491 n = fold; in sh_fmtqf() 525 n = fold in sh_fmtqf() [all...] |
/titanic_51/usr/src/cmd/vi/misc/ |
H A D | fold.c | 44 * fold - fold long lines for finite output devices 48 int fold = 80; variable 62 fold = 0; in main() 65 fold *= 10, fold += *argv[0]++ - '0'; in main() 67 printf("Bad number for fold\n"); in main() 113 if (ncol > fold) in putch()
|
H A D | Makefile | 30 OTHERPROGS= fold cxref 31 SRCS= $(PROG).c fold.c mkstr.c xstr.c
|
/titanic_51/usr/src/cmd/pr/ |
H A D | pr.c | 108 typedef struct {int fold; int skip; int eof; } foldinf; member 145 static int fold = 0; variable 514 fold++; in findopt() 552 if (Ncols == 1 && fold) in findopt() 586 Fcol[i].fold = Fcol[i].skip = 0; in findopt() 646 if (C == WEOF && !(fold && Buffer)) in print() 684 if (fold) { in putpage() 784 (Fcol[0].fold && Multi == 'a') || in foldpage() 808 Fcol[(Multi == 'a') ? 0 : colno].fold in foldpage() 812 Fcol[0].fold in foldpage() [all...] |
/titanic_51/usr/src/cmd/look/ |
H A D | look.c | 24 int fold; variable 50 fold++; in main() 70 fold++; in main() 193 if(fold) { in canon()
|
/titanic_51/usr/src/lib/libadm/common/ |
H A D | puttext.c | 174 goto fold; in puttext() 183 * enough small to fold the line there. in puttext() 203 goto fold; in puttext() 230 goto fold; in puttext() 238 * enough small to fold the line there. in puttext() 257 goto fold; in puttext() 271 fold: in puttext()
|
/titanic_51/usr/src/cmd/fold/ |
H A D | fold.c | 57 * fold - fold long lines for finite output devices 60 static int fold = 80; variable 117 fold = w; /* Update with new width */ in main() 133 (void) fprintf(stderr, "fold"); in main() 157 (void) fprintf(stderr, "fold"); in main() 167 fold = w; in main() 246 if ((ncol > fold) && (bflg || in putch() 339 "Usage: fold [-bs] [-w width | -width ] [file...]\n")); in Usage() 389 /* fold erro [all...] |
H A D | Makefile | 29 PROG= fold
|
/titanic_51/usr/src/cmd/ast/libshell/common/ |
H A D | illumos_cmdlist.h | 112 ASTCMDLIST(fold) 113 BINCMDLIST(fold) 114 GNUCMDLIST(fold)
|
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 115 ASTCMDLIST(fold) 116 BINCMDLIST(fold) 117 GNUCMDLIST(fold)
|
/titanic_51/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 61 static void sinc_coef(int fold, // sample rate change in sinc_coef() argument 67 double bandwidth = M_PI / fold; // digital bandwidth of pass band in sinc_coef() 154 int fold = (up > down)? up : down; // take the bigger rate change in ResampleFilter() local 155 order = (fold << 4) - 2; // filter order = fold * 16 - 2 in ResampleFilter() 157 sinc_coef(fold, order, coef); // required bandwidth = PI/fold in ResampleFilter()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fold.c | 26 * fold 30 "[-?\n@(#)$Id: fold (AT&T Research) 2004-11-18 $\n]" 32 "[+NAME?fold - fold lines]" 89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) in fold() function 234 fold(fp,sfstdout,width,cont,contsize,cols); in b_fold()
|
H A D | Mamfile | 308 make fold.c 310 done fold.c 480 exec - ${PACKAGEROOT}/src/lib/libcmd/cmdinit.c ${PACKAGEROOT}/src/lib/libcmd/basename.c ${PACKAGEROOT}/src/lib/libcmd/cat.c ${PACKAGEROOT}/src/lib/libcmd/chgrp.c ${PACKAGEROOT}/src/lib/libcmd/chmod.c ${PACKAGEROOT}/src/lib/libcmd/chown.c ${PACKAGEROOT}/src/lib/libcmd/cksum.c ${PACKAGEROOT}/src/lib/libcmd/cmp.c ${PACKAGEROOT}/src/lib/libcmd/comm.c ${PACKAGEROOT}/src/lib/libcmd/cp.c ${PACKAGEROOT}/src/lib/libcmd/cut.c ${PACKAGEROOT}/src/lib/libcmd/dirname.c ${PACKAGEROOT}/src/lib/libcmd/date.c ${PACKAGEROOT}/src/lib/libcmd/expr.c ${PACKAGEROOT}/src/lib/libcmd/fds.c ${PACKAGEROOT}/src/lib/libcmd/fmt.c ${PACKAGEROOT}/src/lib/libcmd/fold.c ${PACKAGEROOT}/src/lib/libcmd/getconf.c ${PACKAGEROOT}/src/lib/libcmd/head.c ${PACKAGEROOT}/src/lib/libcmd/id.c ${PACKAGEROOT}/src/lib/libcmd/join.c ${PACKAGEROOT}/src/lib/libcmd/ln.c ${PACKAGEROOT}/src/lib/libcmd/logname.c ${PACKAGEROOT}/src/lib/libcmd/md5sum.c ${PACKAGEROOT}/src/lib/libcmd/mkdir.c ${PACKAGEROOT}/src/lib/libcmd/mkfifo.c ${PACKAGEROOT}/src/lib/libcmd/mktemp.c ${PACKAGEROOT}/src/lib/libcmd/mv.c ${PACKAGEROOT}/src/lib/libcmd/paste.c ${PACKAGEROOT}/src/lib/libcmd/pathchk.c ${PACKAGEROOT}/src/lib/libcmd/pids.c ${PACKAGEROOT}/src/lib/libcmd/rev.c ${PACKAGEROOT}/src/lib/libcmd/rm.c ${PACKAGEROOT}/src/lib/libcmd/rmdir.c ${PACKAGEROOT}/src/lib/libcmd/stty.c ${PACKAGEROOT}/src/lib/libcmd/sum.c ${PACKAGEROOT}/src/lib/libcmd/sync.c ${PACKAGEROOT}/src/lib/libcmd/tail.c ${PACKAGEROOT}/src/lib/libcmd/tee.c ${PACKAGEROOT}/src/lib/libcmd/tty.c ${PACKAGEROOT}/src/lib/libcmd/uname.c ${PACKAGEROOT}/src/lib/libcmd/uniq.c ${PACKAGEROOT}/src/lib/libcmd/vmstate.c ${PACKAGEROOT}/src/lib/libcmd/wc.c ${PACKAGEROOT}/src/lib/libcmd/revlib.c ${PACKAGEROOT}/src/lib/libcmd/wclib.c ${PACKAGEROOT}/src/lib/libcmd/fts_fix.c ${PACKAGEROOT}/src/lib/libcmd/lib.c | 592 make fold.o 593 prev fold.c 594 meta fold.o %.c>%.o fold.c fold 595 prev fold.c 596 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -DERROR_CATALOG=\""libcmd"\" -D_BLD_cmd -D_PACKAGE_ast -DUSAGE_LICENSE=\""[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"\" -c fold [all...] |
H A D | Makefile | 23 comm.c cp.c cut.c dirname.c date.c expr.c fds.c fmt.c fold.c \
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | fold.c | 89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, ch… in fold() function 236 fold(fp,sfstdout,width,cont,contsize,cols); in b_fold()
|
/titanic_51/usr/src/cmd/spell/ |
H A D | spellprog.c | 291 int fold; in main() local 361 fold = 0; in main() 370 ++fold; in main() 380 if (fold) *dp = Tolower(*dp); in main()
|
/titanic_51/usr/src/cmd/ast/libcmd/ |
H A D | Makefile.defs | 32 fmt.o fold.o fts_fix.o getconf.o head.o id.o join.o lib.o ln.o \
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 94 # define fold(c) ((c)&~040) /* lower and uppercase equivalent */ macro 96 # define fold(c) ((c)|0100) /* lower and uppercase equivalent */ macro 1696 if( fold(vp->last_find) == 'T' ) in mvcursor() 2155 if( cur_virt==0 || fold(mode)=='N' ) in search() 2305 if(mode && (fold(vp->lastmotion)=='F' || fold(vp->lastmotion)=='T')) in textmod() 2308 if( fold(c) == 'P' ) in textmod() 2412 if( fold(mode) == 'A' ) in textmod() 2431 if( fold(mode) == 'I' ) in textmod()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 89 # define fold(c) ((c)&~040) /* lower and uppercase equivalent */ macro 91 # define fold(c) ((c)|0100) /* lower and uppercase equivalent */ macro 1767 if( fold(vp->last_find) == 'T' ) in mvcursor() 2250 if( cur_virt==0 || fold(mode)=='N' ) in search() 2401 if(mode && (fold(vp->lastmotion)=='F' || fold(vp->lastmotion)=='T')) in textmod() 2404 if( fold(c) == 'P' ) in textmod() 2511 if( fold(mode) == 'A' ) in textmod() 2531 if( fold(mode) == 'I' ) in textmod()
|
/titanic_51/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 187 ASTCMDLIST(fold) 188 BINCMDLIST(fold) 189 GNUCMDLIST(fold)
|
/titanic_51/usr/src/lib/libcmd/ |
H A D | Makefile.com | 49 fold.o \
|
/titanic_51/usr/src/ucbcmd/ |
H A D | Makefile | 107 fold \
|
/titanic_51/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 427 bz,a .fold 443 .fold: label
|
/titanic_51/usr/src/cmd/ |
H A D | Makefile | 178 fold \ 589 fold \
|