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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h101 #ifndef GOTO
102 #define GOTO(label) DEBUG_GOTO(label) macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Ddebug.h92 #ifndef GOTO
93 #define GOTO(label) DEBUG_GOTO(label) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h101 #ifndef GOTO
102 #define GOTO(label) DEBUG_GOTO(label) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h101 #ifndef GOTO
102 #define GOTO(label) DEBUG_GOTO(label) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h101 #ifndef GOTO
102 #define GOTO(label) DEBUG_GOTO(label) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c71 #define GOTO(r,c) (__m_mvcur(curscr->_cury, curscr->_curx,r,c,__m_outc),\ macro
303 GOTO(row, col);
473 GOTO(from, 0);
514 GOTO(from, 0);
553 GOTO(LINES-1, 0);
557 GOTO(0, 0);
565 GOTO(0, 0);
598 GOTO(0, 0);
602 GOTO(0, 0);
610 GOTO(
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c69 #define GOTO(r, c) ((void) __m_mvcur(curscr->_cury, curscr->_curx,\ macro
326 GOTO(row, tail);
563 GOTO(row, regions[iRegion].col);
570 GOTO(row, regions[iRegion].col);
632 GOTO(from, 0);
671 GOTO(from, 0);
707 GOTO(LINES-1, 0);
711 GOTO(0, 0);
715 GOTO(0, 0);
747 GOTO(
[all...]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s202 * GOTO just jumps to a label.
205 #define GOTO(label) \ define
1182 GOTO(kmdb_trap); /* 061 PA watchpoint */
1183 GOTO(kmdb_trap); /* 062 VA watchpoint */
1230 GOTO(syscall_trap_4x); /* 100 old system call */
1233 GOTO(.flushw); /* 103 flush windows */
1234 GOTO(.clean_windows); /* 104 clean windows */
1236 GOTO(.fix_alignment); /* 106 do unaligned references */
1239 GOTO(set_trap0_addr); /* 109 set trap0 address */
1242 GOTO(
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s209 * GOTO just jumps to a label.
212 #define GOTO(label) \ define
1414 GOTO(kmdb_trap); /* 061 PA watchpoint */
1415 GOTO(kmdb_trap); /* 062 VA watchpoint */
1458 GOTO(syscall_trap_4x); /* 100 old system call */
1462 GOTO(.clean_windows); /* 104 clean windows */
1464 GOTO(.fix_alignment); /* 106 do unaligned references */
1467 GOTO(set_trap0_addr); /* 109 set trap0 address */
1470 GOTO(.getcc); /* 120 get condition codes */
1471 GOTO(
[all...]

Completed in 108 milliseconds