Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/usr.sbin/apmd/
H A Dapmdlex.l49 %s TOP
55 BEGIN TOP; variable
61 <TOP>[ \t]+ ;
62 <TOP>\n lineno++;
63 <TOP>, { return COMMA; }
64 <TOP>; { return SEMICOLON; }
65 <TOP>#.*$ ;
67 <TOP>apm_event { return APMEVENT; }
69 <TOP>NOEVENT { yylval.ev = EVENT_NOEVENT; return EVENT; }
70 <TOP>STANDBYREQ { yylval.ev = EVENT_STANDBYREQ; return EVENT; }
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources8 TOP=$(HAL_TOP)\$(TOP_HAL_DIR)
11 TOP=$(HAL_TOP)\..\..\..
14 INC=$(TOP)\include
15 ASF=$(TOP)\asf
16 ADF=$(TOP)\adf
19 INC_MP=$(TOP)\os\win_nwf\include
27 TARGETPATH=$(TOP)\lib
/freebsd/contrib/sqlite3/
H A DMakefile.in17 TOP = @abs_top_srcdir@
97 AS_AUTO_DEF = $(TOP)/auto.def
104 Makefile: $(TOP)/Makefile.in $(AS_AUTO_DEF)
108 sqlite3.pc: $(TOP)/sqlite3.pc.in $(AS_AUTO_DEF)
138 sqlite3.o: $(TOP)/sqlite3.h $(TOP)/sqlite3.c
139 $(CC) -c $(TOP)/sqlite3.c -o $@ $(CFLAGS) $(CFLAGS.libsqlite3)
226 sqlite3-shell-link-flags.1 = $(TOP)/sqlite3.c $(LDFLAGS.libsqlite3)
228 sqlite3-shell-deps.1 = $(TOP)/sqlite3.c
242 sqlite3$(T.exe): $(TOP)/shell.c $(sqlite3-shell-deps.$(ENABLE_STATIC_SHELL))
244 $(TOP)/shell.c $(sqlite3-shell-link-flags.$(ENABLE_STATIC_SHELL)) \
[all …]
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh30 TOP=`cd /sys; pwd -P`
31 echo "Using ${TOP} as the path to the kernel sources!"
33 TOP=${2}
37 if [ -d ${TOP}/modules/${1} ]; then
47 rm -rf ${TOP}/dev/${1}
48 rm -rf ${TOP}/modules/${1}
49 rm ${TOP}/conf/files.${UPPER}
50 rm ${TOP}/i386/conf/${UPPER}
51 rm ${TOP}/sys/${1}io.h
60 echo ${TOP}/modules/${1}
[all …]
/freebsd/contrib/elftoolchain/elfcopy/
H A DMakefile3 TOP= .. macro
5 .include "${TOP}/mk/elftoolchain.components.mk"
49 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/libelftc/
H A DMakefile3 TOP= .. macro
56 ${.CURDIR}/make-toolchain-version -t ${.CURDIR}/${TOP} \
60 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd/contrib/less/
H A Dposition.c119 get_scrpos(&scrpos, TOP); in pos_init()
181 case TOP: in get_scrpos()
300 POSITION tpos = table[TOP]; in pos_rehead()
306 table[TOP] = linepos; in pos_rehead()
H A Dforwback.c314 (!force && position(TOP) != NULL_POSITION) || in forw()
359 if (do_stop_on_form_feed && !do_repaint && line_is_ff() && position(TOP) != NULL_POSITION) in forw()
475 back(1, position(TOP), TRUE, FALSE, FALSE, stop_on_form_feed); in forward()
496 pos = position(TOP); in backward()
H A Djump.c125 get_scrpos(&scrpos, TOP); in repaint()
248 back(-nline, position(TOP), TRUE, FALSE, FALSE, FALSE); in jump_loc()
270 tpos = position(TOP); in jump_loc()
/freebsd/contrib/elftoolchain/brandelf/
H A DMakefile3 TOP= .. macro
9 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/elfdump/
H A DMakefile3 TOP= .. macro
11 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/size/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/strings/
H A DMakefile3 TOP= .. macro
10 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/nm/
H A DMakefile3 TOP= .. macro
12 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/readelf/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/addr2line/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/elftoolchain/cxxfilt/
H A DMakefile3 TOP= .. macro
15 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/share/doc/llvm/clang/
H A DMakefile5 FILESGROUPS= TOP
6 TOP= LICENSE.TXT macro
/freebsd/contrib/elftoolchain/common/
H A DMakefile3 TOP= .. macro
18 .include "${TOP}/mk/elftoolchain.inc.mk"
/freebsd/share/doc/atf/
H A DMakefile30 FILESGROUPS= TOP
33 TOP= AUTHORS COPYING NEWS README macro
/freebsd/share/doc/llvm/
H A DMakefile9 FILESGROUPS= TOP
10 TOP= LICENSE.TXT COPYRIGHT.regex macro
/freebsd/contrib/elftoolchain/libpe/
H A DMakefile3 TOP= .. macro
32 .include "${TOP}/mk/elftoolchain.lib.mk"
/freebsd/contrib/elftoolchain/ar/
H A DMakefile3 TOP= .. macro
30 .include "${TOP}/mk/elftoolchain.prog.mk"
/freebsd/contrib/tnftp/src/
H A Ddomacro.c78 TOP: in domacro()
151 goto TOP; in domacro()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c60 TOP: in domacro()
146 goto TOP; in domacro()

1234