Searched refs:NR (Results 1 – 4 of 4) sorted by relevance
55 awk 'NR==1 {t=$$0} NR>1 {t=t "$(nl-escape)" $$0} END {printf t}'75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
114 print "Semantic error at " NR ": " msg > "/dev/stderr"268 if (NR == 1)
158 #define ___bpf_typeof1(type, NR) ({ \ argument159 extern typeof(type) *___concat(bpf_type_tmp_, NR); \160 ___concat(bpf_type_tmp_, NR); \
46 C(NR, NULL)
Completed in 12 milliseconds