HomeSort by: relevance | last modified time | path
    Searched defs:fold (Results 1 - 8 of 8) sorted by relevancy

  /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);
  /src/usr.bin/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.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/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
  /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/sys/arch/hp300/stand/common/
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

Completed in 14 milliseconds