HomeSort by relevance Sort by last modified time
    Searched refs:ytab (Results 1 - 8 of 8) sorted by null

  /external/one-true-awk/
makefile 41 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
47 SHIP = README FIXES $(SOURCE) ytab[ch].bak makefile \
50 a.out: ytab.o $(OFILES)
51 $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC) -lm
53 $(OFILES): awk.h ytab.h proto.h
55 ytab.o: awk.h proto.h awkgram.y
57 mv y.tab.c ytab.c
58 mv y.tab.h ytab.h
59 $(CC) $(CFLAGS) -c ytab.
    [all...]
README 41 mv y.tab.c ytab.c
42 mv y.tab.h ytab.h
43 cc -c ytab.c
54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
61 included yacc output in ytab.c and ytab.h, and backup copies in
FIXES 596 makefile now includes backup copies of ytab.c and lexyy.c in case
647 y.tab.[ch] => ytab.[ch], lex.yy.c => lexyy.c, all in the aid of
    [all...]
  /external/syslinux/codepage/
cptable.pl 65 @ytab = (undef) x 256;
74 $ytab[hex $f[0]] = hex $f[1]; # Codepage -> Unicode
95 # $tabx{$ucase{$ytab[$i]}}
97 # ... where @ytab is console codepage -> Unicode and
102 $uuc = $ucase{$ytab[$i]}; # Unicode upper case
125 # ... where @ytab is console codepage -> Unicode and
153 if (!defined($ytab[$i])) {
156 $p0 = $ytab[$i];
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
ytab.go 9 type ytab struct { type
25 func (yt *ytab) match(args []int) bool {
asm6.go 70 ytab []ytab
322 var ynone = []ytab{
326 var ytext = []ytab{
331 var ynop = []ytab{
343 var yfuncdata = []ytab{
347 var ypcdata = []ytab{
351 var yxorb = []ytab{
358 var yaddl = []ytab{
366 var yincl = []ytab{
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
ytab.go 9 type ytab struct { type
25 func (yt *ytab) match(args []int) bool {
asm6.go 70 ytab []ytab
322 var ynone = []ytab{
326 var ytext = []ytab{
331 var ynop = []ytab{
343 var yfuncdata = []ytab{
347 var ypcdata = []ytab{
351 var yxorb = []ytab{
358 var yaddl = []ytab{
366 var yincl = []ytab{
    [all...]

Completed in 204 milliseconds