Searched refs:nest (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 95 char nest; /* { or } nesting operation */ member 498 if (ep->nest == '{') in ckmagic() 939 if (ep->nest == '}') in ckmagic() 1672 ep->nest = *p; in load() 1687 ep->nest = ' '; in load() 1696 last->nest = *p; in load() 1726 ep->nest = ' '; in load() 1737 if (!ep->nest) in load() 1738 ep->nest = (lev > 0 && lev != ent) ? ('0' + lev - !!ent) : ' '; in load() 1762 last->nest = '{'; in load() [all …]
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 454 ec_find(ACPI_HANDLE obj, UINT32 nest, void *context, void **rv) in ec_find() argument 456 _NOTE(ARGUNUSED(nest, rv)) in ec_find()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 89 char nest; member 275 lp->lexd.nocopy = lp->lexd.docword = lp->lexd.nest = lp->lexd.paren = 0; in sh_lexopen() 335 lp->lexd.arith = (lp->lexd.nest==1); in sh_lex() 336 if(lp->lexd.nest) in sh_lex() 338 pushlevel(lp,lp->lexd.nest,ST_NONE); in sh_lex() 339 lp->lexd.nest = 0; in sh_lex() 538 lp->lexd.nest=1; in sh_lex() 1644 lp->lexd.nest = close; in sh_lexskip()
|
/titanic_44/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 83 static ACPI_STATUS tzmon_zone_callback(ACPI_HANDLE obj, UINT32 nest, 537 tzmon_zone_callback(ACPI_HANDLE obj, UINT32 nest, void *ctx, void **rv) in tzmon_zone_callback() argument
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 2244 e->re.nest.primary = isalnum(*env->cursor) ? -1 : *env->cursor; in grp() 2262 if (e->re.nest.type[i] & ~x) in grp() 2264 e->re.nest.type[i] = x; in grp() 2276 e->re.nest.type[UCHAR_MAX+1] |= REX_NEST_terminator; in grp() 2288 if (e->re.nest.type[i] & ~x) in grp() 2290 e->re.nest.type[i] = x|REX_NEST_open|REX_NEST_close|(i<<REX_NEST_SHIFT); in grp() 2313 …if (isalnum(i) || (e->re.nest.type[i] & (REX_NEST_close|REX_NEST_escape|REX_NEST_literal|REX_NEST_… in grp() 2315 e->re.nest.type[i] = REX_NEST_open; in grp() 2316 …if ((x = chr(env, &esc)) < 0 || (e->re.nest.type[x] & (REX_NEST_close|REX_NEST_escape|REX_NEST_del… in grp() 2325 e->re.nest.type[x] |= REX_NEST_close; in grp() [all …]
|
H A D | regnexec.c | 1465 if ((c = *s++) == rex->re.nest.primary) in parse() 1467 if (s >= env->end || !(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse() 1471 if (rex->re.nest.primary >= 0) in parse() 1473 if (rex->re.nest.type[c] & (REX_NEST_delimiter|REX_NEST_separator|REX_NEST_terminator)) in parse() 1475 if (!(s = nestmatch(s, env->end, rex->re.nest.type, c))) in parse() 1477 …} while (s < env->end && !(rex->re.nest.type[*(s-1)] & (REX_NEST_delimiter|REX_NEST_separator|REX_… in parse()
|
H A D | reglib.h | 520 Nest_t nest; /* nested match */ member
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | README | 146 x X ...\n in proper place. (doesn't nest)
|
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 525 acpi_video_find_and_alloc(ACPI_HANDLE hdl, UINT32 nest, void *ctx, in acpi_video_find_and_alloc() argument
|
/titanic_44/usr/src/cmd/look/ |
H A D | words | 15581 nest
|
/titanic_44/usr/src/cmd/spell/ |
H A D | list | 15579 nest
|