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

  /src/sys/arch/m68k/include/
asm.h 167 * ...and local variables.
169 #define LOCAL(x) \
  /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 */

Completed in 11 milliseconds