Searched refs:preproc (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/groff-38/groff/
H A Dtest-groff.in11 $builddir/preproc/pic$SEP\
12 $builddir/preproc/eqn$SEP\
13 $builddir/preproc/tbl$SEP\
14 $builddir/preproc/grn$SEP\
15 $builddir/preproc/refer$SEP\
16 $builddir/preproc/soelim$SEP\
17 $builddir/preproc/html$SEP\
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dslex.rb35 def def_rule(token, preproc = nil, postproc = nil, &block)
39 create(token, preproc, postproc)
51 def preproc(token, proc) method in class:IRB.SLex
53 node.preproc=proc
66 def create(token, preproc = nil, postproc = nil)
67 @head.create_subnode(token.split(//), preproc, postproc)
95 def initialize(preproc = nil, postproc = nil)
97 @preproc = preproc
101 attr_accessor :preproc
[all...]
/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dt-groff.bat20 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grotty;%PATH1%
28 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\gr
[all...]
/macosx-10.10.1/libxslt-13/libxslt/python/
H A Dlibxslt_wrap.h15 #include <libxslt/preproc.h>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dart.vim39 hi def link artglobalvar preproc
H A Dfasm.vim135 hi def link fasmDirective preproc
143 hi def link fasmPrefix preproc
H A Determ.vim28 \ include preproc
H A Dnqc.vim297 " keep a // comment separately, it terminates a preproc. conditional
H A Dsplint.vim150 syn keyword splintFlag contained predboolothers predboolptr preproc protoparammatch protoparamname
H A Dc.vim162 " keep a // comment separately, it terminates a preproc. conditional
H A Djam.vim161 " keep a // comment separately, it terminates a preproc. conditional
H A Dlpc.vim291 " keep a // comment separately, it terminates a preproc. conditional
H A Dvera.vim205 " keep a // comment separately, it terminates a preproc. conditional
H A Dprogress.vim79 syn keyword ProgressReserved preproc[ess] privileges proc-ha[ndle] proc-st[atus] process program-name Progress prompt prompt[-for] promsgs propath provers[ion]
/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dcommon.c20 #include <libxslt/preproc.h>
/macosx-10.10.1/vim-55/runtime/colors/
H A Dron.vim19 hi preproc guifg=Pink2
H A Dblue.vim21 hi preproc guifg=green ctermfg=green
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dimports.c44 #include "preproc.h"
249 style->nopreproc = include->preproc;
258 include->preproc = 1;
H A DxsltInternals.h342 int preproc; /* pre-processing already done */ member in struct:_xsltDocument
/macosx-10.10.1/network_cmds-457/dnctl/
H A Ddnctl.c1195 pid_t preproc = 0; local
1243 preproc = fork();
1244 if (preproc == -1)
1247 if (preproc == 0) {
1266 (void)kill(preproc, SIGTERM);
1287 if (waitpid(preproc, &status, 0) == -1)
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c1306 pid_t preproc = 0; local
1377 switch((preproc = fork())) {
1399 (void)kill(preproc, SIGTERM);
1430 if (waitpid(preproc, &status, 0) != -1) {
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A DMakefile.am85 html/libxslt-preproc.html \
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c3930 pid_t preproc = 0; local
3992 preproc = fork();
3993 if (preproc == -1)
3996 if (preproc == 0) {
4015 (void)kill(preproc, SIGTERM);
4036 if (waitpid(preproc, &status, 0) == -1)
/macosx-10.10.1/vim-55/runtime/
H A Dmakemenu.vim242 SynMenu HIJK.HASTE\ preproc:hastepreproc
H A Dsynmenu.vim222 an 50.50.160 &Syntax.HIJK.HASTE\ preproc :cal SetSyn("hastepreproc")<CR>

Completed in 368 milliseconds

12