Searched refs:HAT (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A De.y47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD
126 diacrit : HAT { $$ = HAT; }
H A Ddiacrit.c63 case HAT:
H A Dlookup.c37 "hat", HAT,
/illumos-gate/usr/src/cmd/oawk/
H A Db.c475 hat = HAT;
500 ce = HAT - 1;
511 cs = HAT + 1;
526 cs = HAT;
545 if ((ns != hatcn || p->cc_cs != HAT) &&
568 if ((ns != hatcn || cs != HAT) &&
627 ce = HAT - 1;
642 cs = HAT + 1;
661 cs = HAT;
684 if ((p->cc_ns != hatcn || p->cc_cs != HAT)
[all...]
H A Dawk.def161 #define HAT 0177 /* matches ^ in regular expr */
H A Dawk.g.y272 | '^' { $$ = op2(CHAR, (NODE *) 0, HAT); }
/illumos-gate/usr/src/cmd/awk/
H A Db.c38 #define HAT (NCHARS-1) /* matches ^ in regular expr */ macro
179 f->curstat = cgoto(f, 2, HAT);
622 return (unary(op2(CHAR, NIL, (Node *)HAT)));
787 k == DOT && c != 0 && c != HAT ||
793 c != 0 && c != HAT) {
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s140 ! the secondary context the HAT will do that for us.
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s586 * if allocflag == 1, then alloc ctx when HAT mmu cnum == INVALID .
587 * if allocflag == 0, then do not alloc ctx if HAT mmu cnum == INVALID, which
597 * Hardware context register and HAT mmu cnum are updated accordingly.
670 ! load HAT sfmmu_ctxs[mmuid] gnum, cnum
694 ! (invalid HAT cnum) && (allocflag == 1)
705 ! valid HAT cnum, check gnum
745 ! (invalid HAT cnum) && (allocflag == 1)
749 ! valid HAT cnum, check gnum
764 * the HAT gnum does not match global gnum. We hold

Completed in 119 milliseconds