HomeSort by: relevance | last modified time | path
    Searched refs:plan (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/find/
find.c 63 * process the command line and create a "plan" corresponding to the
66 PLAN *
69 PLAN *plan, *tail, *new; local in function:find_formplan
73 * it is, create the appropriate node type and add the new plan node
74 * to the end of the existing plan. The resulting plan is a linked
75 * list of plan nodes. For example, the string:
79 * results in the plan:
83 * in this diagram, `[-name foo]' represents the plan node generate
    [all...]
function.c 69 switch (plan->flags) { \
81 static int64_t find_parsenum(PLAN *, const char *, const char *, char *);
82 static void run_f_exec(PLAN *);
83 int f_always_true(PLAN *, FTSENT *);
84 int f_amin(PLAN *, FTSENT *);
85 int f_anewer(PLAN *, FTSENT *);
86 int f_asince(PLAN *, FTSENT *);
87 int f_atime(PLAN *, FTSENT *);
88 int f_cmin(PLAN *, FTSENT *);
89 int f_cnewer(PLAN *, FTSENT *)
    [all...]
operator.c 52 static PLAN *yanknode(PLAN **);
53 static PLAN *yankexpr(PLAN **);
57 * destructively removes the top from the plan
59 static PLAN *
60 yanknode(PLAN **planp) /* pointer to top of plan (modified) */
62 PLAN *node; /* top node removed from the plan */
    [all...]
  /src/usr.sbin/sysinst/arch/x68k/
msg.md.en 54 Note that if you plan to use a part of %s from Human68k, you should abort
  /src/usr.sbin/sysinst/
msg.entropy.en 38 If you plan to use this installation for production work and will
msg.entropy.es 38 If you plan to use this installation for production work and will
msg.entropy.fr 38 If you plan to use this installation for production work and will
msg.entropy.pl 38 If you plan to use this installation for production work and will
  /src/distrib/miniroot/
install.sh 365 This would be especially useful if you plan to keep '/usr' on an NFS
  /src/sys/arch/sparc64/sparc64/
locore.s 7551 ! sethi %hi(_C_LABEL(timerblurb), %o5 ! This is if we plan to tune the clock

Completed in 17 milliseconds