Searched refs:punct (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dctype_base.h58 static const mask punct = _CTYPE_P; member in struct:ctype_base
71 static const mask punct = _P; member in struct:ctype_base
H A Dctype_inline.h69 | space | print | graph | cntrl | punct | alnum);
81 if (this->is(punct, *__low)) __m |= punct;
138 | space | print | graph | cntrl | punct | alnum);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D3_peg_itself1921 # "<punct>"
1932 # "<punct>"
1936 my si:next_str <punct>
/macosx-10.10.1/lsof-53/lsof/
H A Dusage.c51 _PROTOTYPE(static void report_SECURITY,(char *pfx, char *punct));
53 char *punct));
279 report_SECURITY(pfx, punct)
281 char *punct; /* short foem punctuation
292 punct ? punct : ""
296 punct ? punct : ""
308 report_WARNDEVACCESS(pfx, verb, punct)
311 char *punct; /* punctuatio
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dchartype.test129 ctype punct ".,:;"
133 ctype punct ".,:;ab"
137 list [ctype -failindex failIdx punct ".,:;ab"] $failIdx
198 } {1 {unrecognized class specification: "ascbb", expected one of: alnum, alpha, ascii, char, cntrl, digit, graph, lower, ord, print, punct, space, upper or xdigit}}
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DuniClass.tcl91 punct "punctuation characters"
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DuniClass.tcl91 punct "punctuation characters"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl22 punct space upper wordchar xdigit ddigit \
134 punct - space - upper - wordchar - xdigit - ddigit - dot {
227 proc ::pt::pe::punct {} { return punct }
276 punct {0 0}
H A Dpt_peg_to_peg.tcl211 punct - space - upper - wordchar - xdigit - ddigit {
404 * 3 alnum 4 punct 4 cl 4
H A Dpt_peg_interp.tcl120 lower print punct space upper wordchar
H A Dpt_rdengine_tcl.tcl889 #Asm::Ins i_input_next punct
896 set myerror [list $myloc [list punct]]
902 set myok [string is punct -strict $mycurrent]
904 set myerror [list $myloc [list punct]]
1654 set myok [string is punct -strict $mycurrent]
1655 OkFail punct
1779 set ourmsg(punct) [pt::pe punct]
H A Dpt_peg_to_cparam.tcl482 punct space upper wordchar xdigit ddigit \
510 punct space upper wordchar xdigit ddigit
H A Dpt_peg_from_peg.tcl316 return [pt::pe punct]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_interactive.test61 {-punct -type punct -default ..,.}
92 append res "punct:'$punct' "
145 punct ..,.
187 {-punct -type punct -optional}
217 catch {append res " punct:'$punct'"}
268 punct
[all...]
H A Dproc_call_arg_type.test71 {-punct -type punct -optional}
181 {-punct -type punct -optional -multiple}
/macosx-10.10.1/perl-103/versioner/
H A Dversioner.c212 char *punct; local
236 if ((punct = strchr(buf, '-')) != NULL || (punct = strrchr(buf, '.')) != NULL) {
237 memmove(punct + vlen, punct, strlen(punct) + 1);
238 memcpy(punct, version, vlen);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dctype.cc41 const ctype_base::mask ctype_base::punct; member in class:ctype_base
/macosx-10.10.1/nano-12/src/
H A Drcfile.c62 {"punct", 0},
775 if (strcasecmp(rcopts[i].name, "punct") == 0) {
776 punct = option;
777 if (has_blank_mbchars(punct)) {
780 free(punct);
781 punct = NULL;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D3_peg_itself1935 # "<punct>"
1946 # "<punct>"
1950 $myparser si:next_str <punct>
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dglobtests108 t a%1X [[:alpha:][:punct:]]#[[:digit:]][^[:lower:]]
109 f a%1 [[:alpha:][:punct:]]#[[:digit:]][^[:lower:]]
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Drefer.cpp107 static void split_punct(string &line, string &punct);
515 string punct; local
517 split_punct(pending_line, punct);
529 pending_line += punct;
653 static void split_punct(string &line, string &punct) argument
672 punct.append(last_token_start, end - last_token_start);
/macosx-10.10.1/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26060 char uniname2ctype_pool_str8[sizeof("punct")];
26598 char uniname2ctype_pool_str1725[sizeof("punct")];
26705 "punct",
27250 "punct",
H A Dname2ctype.h26060 char uniname2ctype_pool_str8[sizeof("punct")];
26598 char uniname2ctype_pool_str1725[sizeof("punct")];
26705 "punct",
27250 "punct",
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcucumber.vim121 let pattern = s:bsub(pattern,'\\\([[:punct:]]\)','\1')
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl31 punct => {},
553 foreach my $d (qw(cntrl digit punct space)) {
563 foreach my $d (qw(upper lower alpha digit punct graph print xdigit)) {
568 &deny_in_ctype_class('punct', $d, keys(%{$ctype_classes{$d}}));
572 foreach my $a (qw(upper lower alpha digit xdigit punct)) {

Completed in 275 milliseconds

12