HomeSort by relevance Sort by last modified time
    Searched defs:define (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
Id.cxx 21 void Id::define(const Location &loc) function in class:SP_NAMESPACE::Id
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
lookup.c 22 #define VAR 1
23 #define CONST 2
35 * Define a variable from a command line argument.
38 define(name) function
46 printf("define(%s)\n", name);
  /onnv/onnv-gate/usr/src/cmd/eqn/
lex.c 21 #define SSIZE 400
24 #define putbak(c) *ip++ = c;
25 #define PUSHBACK 300 /* maximum pushback characters */
32 void define(int);
146 } else if (tp->defn == (char *)DEFINE ||
148 define((int)tp->defn);
227 define(int type) function
233 if (type != DEFINE) {
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Option.java 372 * Define symbol when invoking preprocssor (compile-time).
374 public static final String define = "define"; field in class:Option
473 * options, which define the ascending sort reversed by this option.
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
elf.c 532 char *version, *define; local
561 define = (char *)(nstrs + vdap->vda_name);
562 if (strcmp(version, define) != 0)
    [all...]

Completed in 600 milliseconds