Searched refs:skel (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dskel.c5 const char *skel[] = { variable
9 " * $Header: /projects/cvsroot/src/router/flex/skel.c,v 1.1.1.1 2001/04/08 23:53:37 mhuang Exp $",
H A Dmkskel.sh8 const char *skel[] = {
H A DMakefile73 scan.l skel.c sym.c tblcmp.c yylex.c
75 scan.o skel.o sym.o tblcmp.o yylex.o
81 scan.c skel.c sym.c tblcmp.c yylex.c
124 skel.c: flex.skl mkskel.sh
125 $(SHELL) $(srcdir)/mkskel.sh $(srcdir)/flex.skl >skel.c
135 skel.o: skel.c flexdef.h config.h
225 rm -f $(FLEX).man skel.c flex*.tar.gz flex*.tar.Z
H A DMakefile.in73 scan.l skel.c sym.c tblcmp.c yylex.c
75 scan.o skel.o sym.o tblcmp.o yylex.o @ALLOCA@
81 scan.c skel.c sym.c tblcmp.c yylex.c
124 skel.c: flex.skl mkskel.sh
125 $(SHELL) $(srcdir)/mkskel.sh $(srcdir)/flex.skl >skel.c
135 skel.o: skel.c flexdef.h config.h
225 rm -f $(FLEX).man skel.c flex*.tar.gz flex*.tar.Z
H A Dflexdef.h405 * skel - compiled-in skeleton array
406 * skel_ind - index into "skel" array, if skelfile is nil
432 extern const char *skel[];
H A Dmisc.c774 * Copies skelfile or skel array to stdout until a line beginning with
784 * one, or from the skel[] array.
788 ((buf = (char *) skel[skel_ind++]) != 0) )
789 { /* copy from skel array */
819 * newline, skel[] array does not.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/OS2/
H A DMakefile.os224 scan$O skel$O sym$O tblcmp$O yylex$O
58 skel.c: flex.skl mkskel.sh
59 $(SHELL) mkskel.sh flex.skl >skel.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/Borland/
H A DMakefile87 sym.c tblcmp.c yylex.c skel.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-q.c443 list_add_tail(&qh->node, &uhci->skelqh[qh->skel]->node);
464 if (pqh->skel <= qh->skel)
477 if (pqh->skel < SKEL_FSBR && qh->skel >= SKEL_FSBR)
514 if (qh->skel == SKEL_ISO)
516 else if (qh->skel < SKEL_ASYNC)
547 if (pqh->skel < SKEL_FSBR && qh->skel >= SKEL_FSBR)
563 if (qh->skel
806 int skel; local
[all...]
H A Duhci-hcd.h153 int skel; /* Skeleton queue number */ member in struct:uhci_qh
H A Duhci-debug.c459 if (!fsbr_link && qh->skel >= SKEL_FSBR)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit738 if ($suffix eq "skel" || $suffix =~ /^stub/
1004 my $skel = ($source =~ m/\.skel$/);
1008 if ($stub || $skel || $signals) {
1016 $source =~ s/\.(stub|skel|signals)$//;
1020 if ($skel) {
1050 if ($skel) {
1054 $dep_lines_tmp = "\t\$(DCOPIDL2CPP) --c++-suffix $cxxsuffix --no-signals --no-skel $source.kidl\n";
1056 $dep_lines_tmp = "\t\$(DCOPIDL2CPP) --c++-suffix $cxxsuffix --no-stub --no-skel $source.kidl\n";
1077 $important{$program} .= "$sourcename.h " if (!$skel);
[all...]

Completed in 127 milliseconds