| /src/usr.bin/fold/ | 
| Makefile | 4 PROG=	fold 
 | 
| fold.c | 1 /*	$NetBSD: fold.c,v 1.17 2011/09/04 20:24:59 joerg Exp $	*/ 43 static char sccsid[] = "@(#)fold.c	8.1 (Berkeley) 6/6/93";
 45 __RCSID("$NetBSD: fold.c,v 1.17 2011/09/04 20:24:59 joerg Exp $");
 58 static	void	fold(int);
 108 		fold(width);
 114 			fold(width);
 119  * Fold the contents of standard input to fit within WIDTH columns
 130 fold(int width)  function in typeref:typename:void
 
 | 
| /src/usr.sbin/gspa/gspa/ | 
| gsp_eval.c | 47 fold(expr x)  function in typeref:typename:expr 58 	x->e_left = lp = fold(x->e_left);
 60 		x->e_right = rp = fold(x->e_right);
 111 	e = fold(e);
 
 | 
| gsp_ass.h | 136 expr fold(expr); 
 | 
| /src/usr.bin/vis/ | 
| vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol;  variable in typeref:typename:int 91 				errx(1, "can't fold lines to less than 5 cols");
 97 			fold++;		/* fold output lines to 80 cols */
 263 		if (fold) {
 283 	if (fold && *(cp - 1) != '\n')
 
 | 
| /src/sys/arch/hp300/stand/common/ | 
| ite_dv.c | 77 	regbase->fold      = 0x01; 165 	dbp->fold      = 0x01;
 
 | 
| grf_rbreg.h | 104     vu_char	fold;			/* fold  register	      0x40b3 */  member in struct:rboxfb 
 | 
| grf_dvreg.h | 96   vu_char	fold;			/* Byte/longword per pixel    0x40B3 */  member in struct:dvboxfb 
 | 
| /src/sys/arch/hp300/dev/ | 
| rboxreg.h | 83 	uint8_t fold;			/* fold  register	      0x40b3 */  member in struct:rboxfb 
 | 
| dvboxreg.h | 72 	uint8_t fold;			/* Byte/longword per pixel    0x40B3 */  member in struct:dvboxfb 
 | 
| dvbox.c | 288 	db->fold = 0x01;	/* 8bpp */ 335 	db->fold = 0x01;
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | 
| fp_extend_impl.inc | 43     // Any reasonable optimizer will fold and propagate all of these. 
 | 
| fp_trunc_impl.inc | 44     // Any reasonable optimizer will fold and propagate all of these. 
 | 
| /src/usr.bin/spell/spellprog/ | 
| spellprog.c | 318 	int ch, fold, i;  local in function:main 395 		fold = 0;
 401 		++fold;
 409 				if (fold)
 
 | 
| /src/usr.bin/ | 
| Makefile | 13 	false fdformat fgen fincore find finger flock fmt fold fpr from \ 
 | 
| /src/sys/arch/mvme68k/stand/sboot/ | 
| oc_cksum.s | 158 	movl	%d0,%d1		| fold 32 bit sum to 16 bits 
 | 
| /src/usr.bin/crunch/examples/ | 
| really-big.conf | 42 progs dirname du env error expand false file find finger fmt fold fpr from 
 |