Searched refs:raw (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libast/disc/ |
H A D | sfdcfilter.c | 35 char raw[4096]; /* raw data buffer */ member in struct:_filter_s 55 /* get some raw data to stuff down the pipe */ 57 { if((r = sfrd(f,fi->raw,sizeof(fi->raw),disc)) > 0) 58 { fi->next = fi->raw; 59 fi->endb = fi->raw+r; 177 fi->next = fi->endb = fi->raw;
|
/ast/src/lib/libcmd/ |
H A D | cat.c | 134 register int raw; local 151 raw = !mbwide(); 155 if (raw) 302 if (raw || n < T_CONTROL) 326 } while (states[c = *++cp] == T_CNTL8BIT && raw); 334 } while (states[c = *++cp] == T_EIGHTBIT && raw);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 97 char raw; member in struct:print 109 prdata.raw = prdata.echon = 0; 123 prdata.raw = 1; 130 prdata.raw = 0; 133 prdata.raw = 0; 197 rflag = pp->raw; 369 * if <raw> is non-zero then \ is not a special character. 373 int sh_echolist(Shell_t *shp,Sfio_t *outfile, int raw, char *argv[]) argument 382 if(!raw && (n=fmtvecho(cp,&pdata))>=0)
|
/ast/src/cmd/mailx/ |
H A D | send.c | 268 note(DEBUG, "interpolate boundary=%s offset=%ld size=%ld", state.part.out.boundary, (long)ap->raw.offset, (long)ap->raw.size); 270 fseek(pp.fp, ap->raw.offset, SEEK_SET); 271 if (part(&pp, op, &state.part.global, ap->raw.size, prefix, prefixlen, emptylen, flags)) 273 n += ap->raw.size;
|
H A D | mailx.h | 440 } raw; member in struct:part
|
/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 273 raw) __raw__=$__raw__$'\n'$__line__
|
/ast/src/cmd/pax/ |
H A D | bio.c | 818 if (!ap->raw) 908 if (!ap->raw) 936 ap->raw++; 938 ap->raw--;
|
H A D | pax.h | 455 int raw; /* don't convert sections */ \
|
/ast/src/cmd/ie/ |
H A D | emacs.c | 129 #define raw editb.e_raw macro 210 raw = 1;
|
/ast/src/cmd/ksh93/tests/ |
H A D | options.sh | 240 viraw vi-raw vi_raw
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 141 #define raw editb.e_raw macro 206 raw = 1;
|
Completed in 37 milliseconds