Home
last modified time | relevance | path

Searched refs:AWK (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dawk.vim7 " AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger
8 " The AWK Programming Language, Addison-Wesley, 1988
11 " Effective AWK Programming, Third Edition, O'Reilly, 2001
12 " Effective AWK Programming, Fourth Edition, O'Reilly, 2015
15 " MAWK is a "new awk" meaning it implements AWK ref.
17 " definition of the AWK language which contains a few features
18 " not described in the AWK book, and mawk provides a small number of extensions.
34 " AWK ref. p. 188
/vim-8.2.3635/runtime/doc/
H A DMakefile7 AWK = awk macro
379 $(AWK) -f makehtml.awk $< >$@
384 $(AWK) -f makehtml.awk help.txt >index.html
387 $(AWK) -f makehtml.awk index.txt >vimindex.html
390 $(AWK) -f maketags.awk tags >tags.html
H A Dfiletype.txt402 AWK *ft-awk-plugin*
H A Dsyntax.txt3124 " AWK Embedding:
/vim-8.2.3635/src/
H A Dconfig.mk.in96 AWK = @AWK@
H A Dconfigure.ac360 …RUNTIME_GLOBAL_AFTER=$(printf -- "$RUNTIME_GLOBAL\\n" | $AWK -F, 'BEGIN { comma=0 } { for (i = NF;…
/vim-8.2.3635/src/auto/
H A Dconfigure4043 if test -n "$AWK"; then
4044 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4063 AWK=$ac_cv_prog_AWK
4064 if test -n "$AWK"; then
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4066 $as_echo "$AWK" >&6; }
4073 test -n "$AWK" && break
15691 AWK='$AWK'
15692 test -n "\$AWK" || AWK=awk
16329 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
[all …]