diff options
| author | Cody Peter Mello <cody.mello@joyent.com> | 2018-10-23 18:01:14 +0000 |
|---|---|---|
| committer | Cody Peter Mello <cody.mello@joyent.com> | 2019-06-13 18:47:50 +0000 |
| commit | 2b2695541d621ef1caa51056d6407f0acd012ed6 (patch) | |
| tree | 182c3b6dc707f76c929fb252567b6fb90f46ac3d /usr/src/cmd/awk/awk.h | |
| parent | 084c5c48f7680535f554dd406a99bf0ea8329823 (diff) | |
| download | illumos-joyent-2b2695541d621ef1caa51056d6407f0acd012ed6.tar.gz | |
OS-7316 Want support for RT (record terminator) variable in nawk(1)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Jason King <jbk@joyent.com>
Diffstat (limited to 'usr/src/cmd/awk/awk.h')
| -rw-r--r-- | usr/src/cmd/awk/awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/awk/awk.h b/usr/src/cmd/awk/awk.h index 01495d108d..dfbed45e9d 100644 --- a/usr/src/cmd/awk/awk.h +++ b/usr/src/cmd/awk/awk.h @@ -149,6 +149,7 @@ extern Cell *nfloc; /* NF */ extern Cell *ofsloc; /* OFS */ extern Cell *orsloc; /* ORS */ extern Cell *rsloc; /* RS */ +extern Cell *rtloc; /* RT */ extern Cell *rstartloc; /* RSTART */ extern Cell *rlengthloc; /* RLENGTH */ extern Cell *subseploc; /* SUBSEP */ |
