HomeSort by: relevance | last modified time | path
    Searched defs:plan (Results 1 - 3 of 3) 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...]
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...]
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...]

Completed in 31 milliseconds