Searched refs:NR (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dptecms.awk32 NR == 1 {
H A Dptelus.awk29 NR == 1 {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dconv_princ.c82 #define NR(NAME) { NAME, NAME, 0, sizeof(NAME)-1 } macro
84 NR("kadmin"),
110 NR("zephyr"),
121 #undef NR macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DMakefile34 NR NX PA PB PI PX S1 VB \
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c343 if (NR && *NR > 0)
344 fprintf(stderr, gettext(" record number %g\n"), *NR);
H A Dtran.c47 awkfloat *NR; /* number of current record */ variable
52 CELL *nrloc; /* NR */
73 static wchar_t L_NR[] = L"NR";
93 NR = &nrloc->fval;
H A Dawk.def47 extern awkfloat *NR;
75 extern CELL *nrloc; /* NR */
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c570 if (compile_time != 2 && NR && *NR > 0) {
H A Dtran.c51 Awkfloat *NR; /* number of current record */ variable
60 Cell *nrloc; /* NR */
106 nrloc = setsymtab((uchar *)"NR", (uchar *)"", 0.0, NUM, symtab);
107 NR = &nrloc->fval;
H A Dawk.h79 extern Awkfloat *NR;
121 extern Cell *nrloc; /* NR */

Completed in 1379 milliseconds