Searched refs:ast (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dstrtod.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Derrno.c3 * This software is part of the ast package *
24 #include <ast.h>
34 * that define both an ast library supplied routine and
H A Dunlink.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dexeclp.c3 * This software is part of the ast package *
28 #include <ast.h>
38 #include <ast.h>
H A Dexecvp.c3 * This software is part of the ast package *
28 #include <ast.h>
38 #include <ast.h>
H A Dgetwd.c3 * This software is part of the ast package *
29 #include <ast.h>
H A Dgetlogin.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dkillpg.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dlstat.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dsetlogmask.c3 * This software is part of the ast package *
27 #include <ast.h>
H A Dstrtoll.c3 * This software is part of the ast package *
28 #include <ast.h>
H A Dstrtoull.c3 * This software is part of the ast package *
28 #include <ast.h>
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dftwflags.c3 * This software is part of the ast package *
28 #include <ast.h>
H A Dstate.c3 * This software is part of the ast package *
24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2010-01-02 $\0\n";
26 #include <ast.h>
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmterror.c3 * This software is part of the ast package *
31 #include <ast.h>
H A Dstrntod.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Dstrntold.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Dstrcopy.c3 * This software is part of the ast package *
24 #include <ast.h>
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmform.c3 * This software is part of the ast package *
32 #include <ast.h>
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dsettings.rb25 require "ast"
31 # computeSettingsCombinations(ast) -> settingsCombiations
39 def computeSettingsCombinations(ast)
57 settingsCombinator(settingsCombinations, {}, (ast.filter(Setting).uniq.collect{|v| v.name} + BACKENDS).uniq)
63 # forSettings(concreteSettings, ast) {
70 def forSettings(concreteSettings, ast)
87 lowLevelAST = ast.resolveSettings(concreteSettings)
93 # forEachValidSettingsCombination(ast) {
94 # | concreteSettings, ast, backend, index | ... }
96 # forEachValidSettingsCombination(ast, settingsCombination
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/preroot/
H A Dispreroot.c3 * This software is part of the ast package *
28 #include <ast.h>
48 struct stat ast; local
52 i = !stat(a, &ast) && !stat(b, &bst) && ast.st_dev == bst.st_dev && ast.st_ino == bst.st_ino;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_astree.tcl16 namespace eval ::pt::ast {
31 proc ::pt::ast::verify {serial {canonvar {}}} {
44 proc ::pt::ast::verify-as-canonical {serial} {
54 proc ::pt::ast::Verify {ast} {
61 if {[llength $ast] < 3} {
72 lassign $ast type start end
90 [info exists iscanonical] && ($ast ne [list {*}$ast])
100 proc ::pt::ast
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dfrontend.h96 #include <ast.h> /* Abstract Syntax Tree defs */
H A Dpropagat.h98 #include <ast.h> /* Abstract Syntax Tree defs */
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dstrdup.c3 * This software is part of the ast package *
24 #include <ast.h>

Completed in 146 milliseconds

1234567891011>>