/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 116 #define NONE 0 /* no parse found */ macro 405 int r = NONE; in parserep() 461 r = NONE; in parserep() 509 return NONE; in parsetrie() 512 return NONE; in parsetrie() 524 return NONE; in parsetrie() 527 return NONE; in parsetrie() 561 r = NONE; in parsetrie() 565 r = NONE; in parsetrie() 839 if (n != NONE) in parse() [all...] |
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 116 #define NONE 0 /* no parse found */ macro 406 int r = NONE; in parserep() 462 r = NONE; in parserep() 510 return NONE; in parsetrie() 513 return NONE; in parsetrie() 525 return NONE; in parsetrie() 528 return NONE; in parsetrie() 562 r = NONE; in parsetrie() 566 r = NONE; in parsetrie() 840 if (n != NONE) in parse() [all …]
|
/titanic_51/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_common.c | 613 I40E_PTT(1, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2), 614 I40E_PTT(2, L2, NONE, NOF, NONE, NONE, NOF, TS, PAY2), 615 I40E_PTT(3, L2, NONE, NOF, NONE, NONE, NO [all...] |
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 58 * <b>NONE</b> suppresses logging of all calls. 168 if (lvl < ALL || lvl > NONE) in setDebugLevel() 179 if (lvl < ALL || lvl > NONE) in setDebugLevel() 191 if (lvl < ALL || lvl > NONE) in setDebugLevel() 248 if (lvl < ALL || lvl > NONE) in SetDebugLevel() 276 static public final int NONE = 6; field in Debug
|
/titanic_51/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 101 #define NONE 0 macro 261 #define ENC_UNROLL NONE 269 #define DEC_UNROLL NONE 506 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE 508 #define ENC_UNROLL NONE 519 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE 521 #define DEC_UNROLL NONE
|
/titanic_51/usr/src/lib/iconv_modules/zh/common/ |
H A D | zh_TW-iso2022-CN-EXT.c | 63 st->SSfunc = NONE; in _icv_open() 122 st->SSfunc = NONE; in iso2022_icv_iconv() 170 st->SSfunc = NONE; /* If we just processed SS bytes, in iso2022_icv_iconv() 171 this will reset SSfunc to NONE. If in iso2022_icv_iconv() 173 already NONE */ in iso2022_icv_iconv() 174 } else if ( st->SSfunc != NONE ) { /* We are currently expecting in iso2022_icv_iconv()
|
/titanic_51/usr/src/cmd/audio/include/ |
H A D | AudioHdr.h | 98 NONE = 0, // no encoding type set enumerator 132 channels(0), encoding(NONE) in AudioHdr()
|
/titanic_51/usr/src/cmd/audio/utilities/ |
H A D | AudioHdr.cc | 61 encoding = NONE; in Clear() 75 case NONE: in Validate()
|
/titanic_51/usr/src/cmd/whodo/ |
H A D | whodo.c | 93 #define NONE 'n' /* no state */ macro 348 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main() 521 else if (up->p_state != NONE) { in showproc() 589 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals() 705 up->p_state = NONE; in findhash() 725 tp->p_state = NONE; in findhash()
|
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallScreen.java | 307 c.fill = GridBagConstraints.NONE; in northPanelConstraints() 316 c.fill = GridBagConstraints.NONE; in labelConstraints() 322 // c.fill = GridBagConstraints.NONE; in TextFieldConstraints() 328 c.fill = GridBagConstraints.NONE; in comboboxConstraints() 333 c.fill = GridBagConstraints.NONE; in optionsConstraints() 441 c.fill = GridBagConstraints.NONE; in xxcenterPanel()
|
H A D | pmLoad.java | 48 final static int NONE = 7; field in pmLoad 80 c.fill = GridBagConstraints.NONE; in northPanel() 120 Debug.message("CLNT:pmLoad:0: NONE"); in actionPerformed()
|
H A D | pmHelpSearchPanel.java | 186 c.fill = GridBagConstraints.NONE; in pmHelpSearchResultPanel() 311 c.fill = GridBagConstraints.NONE; in pmHelpSearchQueryPanel() 360 c.fill = GridBagConstraints.NONE; in pmHelpSearchQueryPanel()
|
H A D | pmHelpIndexPanel.java | 177 c.fill = GridBagConstraints.NONE; in pmHelpIndexResultPanel() 307 c.fill = GridBagConstraints.NONE; in pmHelpIndexQueryPanel()
|
/titanic_51/usr/src/cmd/w/ |
H A D | w.c | 94 #define NONE 'n' /* no state */ macro 367 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main() 571 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals() 616 up->p_state = NONE; in findhash() 635 tp->p_state = NONE; in findhash()
|
/titanic_51/usr/src/tools/cscope-fast/ |
H A D | mouse.c | 147 case NONE: in downloadmenu() 291 case NONE: in labelarea()
|
H A D | mouse.h | 48 NONE, /* must be first value */ enumerator
|
/titanic_51/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 123 #define NONE 0 /* no function */ macro 176 function = NONE; 186 if (function != NONE) 193 if (function != NONE) 200 if (function != NONE) 218 if (function != NONE) 224 if (function != NONE) 231 if (function != NONE) 238 if (function != NONE) 245 if (function != NONE) [all...] |
/titanic_51/usr/src/boot/sys/boot/fdt/dts/ |
H A D | bindings-gpio.txt | 68 gpios = <&GPIO 0 1 0 /* GPIO[0]: IN, NONE */ 69 &GPIO 1 2 0>; /* GPIO[1]: OUT, NONE */
|
/titanic_51/usr/src/lib/iconv_modules/inc/ |
H A D | iso2022-cn.h | 52 short SSfunc; /* Current single shift function NONE, SS2, SS3 */ 73 enum _ssfunc { NONE, SS2, SS3 }; enumerator
|
/titanic_51/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.h | 48 #define NONE 0x0000 macro
|
/titanic_51/usr/src/lib/libm/common/C/ |
H A D | __cos.c | 45 /* NONE = */ -1.0, 76 #define NONE sc[1] macro
|
H A D | __sin.c | 45 /* NONE = */ -1.0, 76 #define NONE sc[1] macro
|
H A D | __sincos.c | 71 /* NONE = */ -1.0, 102 #define NONE sc[1] macro
|
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Flow.java | 69 NONE enumConstant
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | syminfo.msg | 60 @ MSG_SYMINFO_BT_NONE_CFNP "NONE"
|