Searched refs:OFS (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | db_disasm.c | 80 OFS, /* range [0..MAXINT] */ typedef 769 int (*dasmfcn)(const struct inst *, OFS, union insn); 907 int blDasm(const struct inst *, OFS, union insn); 908 int ldDasm(const struct inst *, OFS, union insn); 909 int stDasm(const struct inst *, OFS, union insn); 910 int addDasm(const struct inst *, OFS, union insn); 911 int unitDasm(const struct inst *, OFS, union insn); 912 int iaDasm(const struct inst *, OFS, union insn); 913 int shdDasm(const struct inst *, OFS, union insn); 914 int extrDasm(const struct inst *, OFS, union insn); [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/regformats/ |
| D | regdat.sh | 47 OFS="${IFS}" ; IFS="[:]" 51 IFS="${OFS}"
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | atime.awk | 14 OFS = "\t"
|
| D | stime.awk | 14 OFS = "\t"
|
| D | send-ack.awk | 16 OFS = "\t"
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | mdoc2man.awk | 46 retval=retval OFS
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | ChangeLog | 212 (setsval): Remove call to save_old_OFS(). If setting OFS, call 215 As part of the process, revert OFS-related changes of 2018-05-22: 218 * lib.c (recbld): Use *OFS instead of saveOFS. 231 to NF or OFS, but fixes a compiler complaint.) 336 (save_old_OFS): New function to save OFS aside.
|
| D | awk.h | 73 extern char **OFS;
|
| D | tran.c | 44 char **OFS; /* output field sep */ variable 88 OFS = &ofsloc->sval; in syminit()
|
| D | FIXES.1e | 381 1. ofs-rebuild: OFS value used to rebuild the record was incorrect. 395 bug. There are interactions with the old and new value of OFS as well.
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | amigaos | 149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"
|
| /netbsd/src/share/man/tools/ |
| D | sp.ignore | 678 OFS
|
| D | newsp.errs | 146 OFS
|
| /netbsd/src/external/gpl2/gawk/dist/ |
| D | awk.texi | 4425 @cindex @code{OFS} variable 4426 @cindex output field separator, See @code{OFS} variable 4427 @cindex field separators, See Also @code{OFS} 4433 the @dfn{output field separator}, @code{OFS}, 4461 $ echo a b c d | awk '@{ OFS = ":"; $2 = "" 4473 $ echo a b c d | awk '@{ OFS = ":"; $2 = ""; $6 = "new" 4506 value of the fields and @code{OFS}. To do this, use the 4711 separated by the value of @code{OFS}. Because the leading whitespace 5974 @cindex @code{OFS} variable 5980 built-in variable @code{OFS}. The initial value of this variable [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-1999 | 12688 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
|