Searched refs:STR (Results 251 - 261 of 261) sorted by relevance

<<11

/macosx-10.10.1/libedit-40/src/
H A Dchared.c204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL;
H A Dcommon.c910 tmplen = c_gets(el, tmpbuf, STR("\n: "));
H A Drefresh.c1084 re__copy_and_pad(firstline, STR(""), (size_t)0);
H A Dvi.c806 const Char match_chars[] = STR("()[]{}");
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumrgts.cpp2574 const char* STR[] = { "-2.", "-2.", "-0.", "0.", "2.", "2.", "4.", "4." }; local
2579 UnicodeString exp(STR[i]);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c1625 #define CaseErrorString( X, STR ) case X: s = STR; break
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmasm.vim210 syn keyword masmOpcode ARPL LAR LSL SGDT SIDT SLDT SMSW STR VERR VERW
H A Dnasm.vim323 syn keyword nasmSysInstruction LTR STR
H A Dvera.vim226 syn keyword veraConstant stdin stdout STR STR_ERR_OUT_OF_RANGE
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm87 my $STR = $raw ? _raw_str( qr{.*?} ) : _str( qr{.*?} );
92 | :$key\( \s* (?:$STR | $NUM ) \s* \)
93 | (?: $key | $str_key ) \s* => \s* (?: $STR | $NUM )
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c5378 return STR$COMPARE (&src1, &src2);

Completed in 135 milliseconds

<<11