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

  /src/bin/ksh/
table.h 47 #define LOCAL BIT(11) /* for local typeset() */
57 #define LOCAL_COPY BIT(22) /* with LOCAL - copy attrs from existing var */
68 * should be repoted by set/typeset). Does not include ARRAY or LOCAL.
114 struct table vars; /* local variables */
115 struct table funs; /* local functions */
exec.c 472 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
479 * we know if we should create a local block, which must be done
554 type_flags = LOCAL|LOCAL_COPY|EXPORT;
571 typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0);
721 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
var.c 134 /* Used to calculate an array index for global()/local(). Sets *arrayp to
254 * Search for local variable, if not found create locally.
257 local(const char *n, bool copy) function in typeref:struct:tbl *
609 * lookup variable (according to (set&LOCAL)),
658 /* Prevent typeset from creating a local PATH/ENV/SHELL */
664 vp = (set&LOCAL) ? local(tvar, (set & LOCAL_COPY) ? true : false)
666 set &= ~(LOCAL|LOCAL_COPY);
1241 /* to get local array, use "typeset foo; set -A foo" */
c_ksh.c 716 fset |= LOCAL;
  /src/sys/arch/m68k/include/
asm.h 167 * ...and local variables.
169 #define LOCAL(x) \
  /src/tests/net/route/
t_route.sh 59 atf_set "descr" "tests of a gateway not on the local subnet"
131 local sock=${1}
132 local addr=${2}
133 local bus=${3}
134 local mode=${4}
135 local gw=${5}
231 # Local
235 local addr: 10.0.1.2
237 flags: 0x40045<UP,HOST,DONE,LOCAL>
251 local addr: 10.0.1.
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 387 set LOCAL, 0 # offsets within an
fpsp.s 407 set LOCAL, 0 # offsets within an
21766 # *** Local Equates *** #
22131 # *** LOCAL EQUATES ***

Completed in 50 milliseconds