Searched refs:HAT (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD 126 diacrit : HAT { $$ = HAT; }
|
H A D | diacrit.c | 63 case HAT:
|
H A D | lookup.c | 37 "hat", HAT,
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 475 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 D | awk.def | 161 #define HAT 0177 /* matches ^ in regular expr */
|
H A D | awk.g.y | 272 | '^' { $$ = op2(CHAR, (NODE *) 0, HAT); }
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 38 #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 D | cpr_resume_setup.s | 140 ! the secondary context the HAT will do that for us.
|
/illumos-gate/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 586 * 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