代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/297137/3890732
awk genfloatregs.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/297137/3890733
awk genfixregs.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/297137/3890734
awk symtab.awk
#
# Copyright (C) 1998, 1999, Jonathan S. Shapiro.
#
# This file is part of the EROS Operating System.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/295687/3909246
scr awk.scr
/.*\(0x3da.*/||/.*\(0x3ba.*/ {
if (v_3da != 1) print "_v_retrace_";
v_3da = 1;
next;
}
/.*\(0x42.*/||/.*\(0x43.*/ {
if (v_4x != 1) print "_timer_";
www.eeworm.com/read/295367/3910900
shar awk.shar
# To unbundle, sh this file
echo README 1>&2
sed 's/.//' >README
www.eeworm.com/read/294038/3925300
awk compile.awk
# to run: awk -f transit.awk transit.p0
#
BEGIN { "date" | getline
enable_index = 1
today = $0
printf("\n/* this file was generated on %s */\n", today )
not_firstone = 0 # flag to avoid empty ent
www.eeworm.com/read/294038/3925306
awk actionnm.awk
# usage: awk -f actionnm.awk pseudocode.h
#
BEGIN { "date" | getline
today = $0
printf("\n/* this file generated on %s */\n", today )
printf("\nstatic char *action_names[] = { \n " )
opl = 0
}
www.eeworm.com/read/294038/3925309
awk compile.awk
# usage: cat pseudocode | sed -f act2num | awk -f compile.awk
#
#
BEGIN { "date" | getline
today = $0
printf("\n/* this file generated on %s */\n", today )
printf("\nstatic char pseudo_code [ ] =
www.eeworm.com/read/293248/3933917
awk function.awk
#
# FIX ME please !!
#
# - bushi@mizi.com
#
BEGIN {
VIVI_MAP = "../vivi.map"
FUNCTION_MAP = "function.map"
name_of_function = ""
prototype = ""
print("/* ") > FUNCTION_MAP
print(" * Auto gen
www.eeworm.com/read/292705/3949925
awk compile.awk
# to run: awk -f transit.awk transit.p0
#
BEGIN { "date" | getline
enable_index = 1
today = $0
printf("\n/* this file was generated on %s */\n", today )
not_firstone = 0 # flag to avoid empty ent