代码搜索:awk

找到约 3,459 项符合「awk」的源代码

代码结果 3,459
www.eeworm.com/read/147766/5727612

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/147766/5727618

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/147766/5727621

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/147331/5731593

awk defs.awk

/^[ ]*\.endp/ { need_endp = 1 } /^[ ]*\.end/ { need_end = 1 } /^[ ]*\.align/ { if($2 > max) max = $2; } END { if(need_endp) { print "#define END_INIT .endp _init"; print "#define END_F
www.eeworm.com/read/146447/5737849

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/140582/5785491

awk contents.awk

# table-of-contents extractor # Copyright (C) 1999 Sandy Harris. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as pu
www.eeworm.com/read/140467/5791087

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/139291/5804862

awk mkconfnw.awk

# Copyright 2002-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may ob
www.eeworm.com/read/138104/5817453

awk genbasfuncs.awk

# this awk script helps create the vb6 declarations function splittypenamedefault(s,tnd, i,t,n,d,a) { i = index(s,"="); if(i>0) { d = substr(s,i+1); s = substr(s,1,i-1); } else { d
www.eeworm.com/read/136786/5867000

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