Searched refs:pe (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/macosx-10.10/tcsh-65/tcsh/
H A Dma.setp.c236 struct pelem *pe, *pathend; local
249 pe = xmalloc(sizeof(struct pelem));
250 setzero(pe, sizeof(struct pelem));
252 pathhead = pathend = pe;
254 pathend->pnext = pe;
255 pathend = pe;
258 pe->pname = p;
259 pe->psuf = "";
260 pe->pdef = "";
262 if (strcmp(pe
288 struct pelem *pe; local
316 struct pelem *pe; local
349 struct pelem *pe; local
392 struct pelem *pe; local
415 struct pelem *pe; local
431 struct pelem *pe; local
446 struct pelem *pe; local
453 insert(struct pelem *pe, int loc, char *key) argument
482 struct pelem *pe; local
497 struct pelem *pe; local
510 delete(struct pelem *pe, int n) argument
528 struct pelem *pe; local
543 struct pelem *pe; local
556 change(struct pelem *pe, int loc, char *key) argument
577 locate(struct pelem *pe, char *key) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
62 if (pe != NULL) {
63 pe->line = 0;
64 pe->offset = 0;
65 pe->preContext[0] = 0;
66 pe->postContext[0] = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duregexc.cpp27 UParseError *pe,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
H A Duspoof_wsconf.h64 int32_t confusablesWSLen, UParseError *pe, UErrorCode &status);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h44 unsigned int pe :1, member in struct:_cr0
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl16 namespace eval ::pt::pe {
36 proc ::pt::pe::verify {serial {canonvar {}}} {
54 proc ::pt::pe::verify-as-canonical {serial} {
64 proc ::pt::pe::Verify {pe op arguments} {
71 #puts "VE <$pe /$op /$arguments>"
72 if {[llength $pe] == 0} {
90 (($pe ne [list {*}$pe]) ||
103 proc ::pt::pe
[all...]
H A Dpt_pexpr_op.tcl10 package require pt::pe ; # PE basics
16 namespace eval ::pt::pe::op {
26 proc ::pt::pe::op::rename {nt ntnew serial} {
30 return [pt::pe bottomup \
35 proc ::pt::pe::op::drop {dropset serial} {
36 set res [pt::pe bottomup \
39 if {$res eq "@@"} { set res [pt::pe epsilon] }
43 proc ::pt::pe::op::called {serial} {
44 return [pt::pe bottomup \
49 proc ::pt::pe
[all...]
H A Dpt_peg_to_peg.tcl23 package require pt::pe ; # Walking an expression.
24 package require pt::pe::op ; # Flatten & fuse.
184 proc ::pt::peg::to::peg::Expression {pe} {
193 set pe [pt::pe::op flatten \
194 [pt::pe::op fusechars \
195 [pt::pe::op flatten \
196 $pe]]]
199 return [lindex [pt::pe bottomup \
201 $pe]
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Didtest.c46 PE pe; local
49 /* read the pe from standard in */
58 /* write the pe to standard out */
77 while ( (pe = ps2pe( psin )) != NULLPE ) {
78 pe2pl( pserr, pe );
79 pe2ps( psout, pe );
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dparse_peghb.tcl58 proc ::page::parse::peghb::Start {t pe} {
60 $t set root start [treeOf $t root $pe fixup]
64 proc ::page::parse::peghb::Define {t mode sym pe} {
75 treeOf $t $def $pe fixup
81 proc ::page::parse::peghb::treeOf {t root pe fv} {
85 set op [lindex $pe 0]
89 $t set $n char [lindex $pe 1]
92 $t set $n begin [lindex $pe 1]
93 $t set $n end [lindex $pe 2]
97 set sym [lindex $pe
[all...]
H A Dutil_peg.tcl154 set pe [list $op]
160 lappend pe [peOf $t $c]
163 lappend pe [$t get $eroot sym]
165 lappend pe [unquote [$t get $eroot char]]
167 lappend pe \
172 return $pe
175 proc ::page::util::peg::printTclExpr {pe} {
176 list [PrintExprSub $pe]
182 proc ::page::util::peg::PrintExprSub {pe} {
183 set op [lindex $pe
[all...]
H A Dgen_peg_me.tcl222 set pe [lindex [$t children $n] 0]
223 set egen [$t get $pe gen]
224 set esupport [$t get $pe SUPPORT]
225 set ematch [$t get $pe MATCH]
226 set eexpr [$t get $pe EXPR]
245 set eop [$t get $pe op]
312 set pe [lindex [$t children $n] 0]
313 set ematch [$t get $pe MATCH]
314 set esupport [$t get $pe SUPPORT]
315 set eexpr [$t get $pe EXP
[all...]
H A Dparse_pegser.tcl62 proc ::page::parse::pegser::treeOf {t root pe fv} {
66 set op [lindex $pe 0]
70 $t set $n char [lindex $pe 1]
73 $t set $n begin [lindex $pe 1]
74 $t set $n end [lindex $pe 2]
78 set sym [lindex $pe 1]
84 foreach sub [lrange $pe 1 end] {
H A Dgen_peg_cpkg.tcl73 proc ::page::gen::peg::cpkg::Start {chan pe} {
74 puts $chan " Start [printTclExpr $pe]\n"
78 proc ::page::gen::peg::cpkg::Rule {chan sym mode pe off} {
81 puts $chan " Define $ms($mode) $sym$off [printTclExpr $pe]"
141 proc ::@@::Start {pe} {
143 $gr start $pe
147 proc ::@@::Define {mode sym pe} {
149 $gr nonterminal add $sym $pe
/macosx-10.10/ruby-106/ruby/ext/json/parser/
H A Dparser.c102 static char *JSON_parse_object(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
124 if ( p == pe )
136 if ( ++p == pe )
154 np = JSON_parse_string(json, p, pe, &last_name);
160 if ( ++p == pe )
174 if ( ++p == pe )
183 if ( ++p == pe )
190 if ( ++p == pe )
199 if ( ++p == pe )
206 if ( ++p == pe )
480 JSON_parse_value(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
789 JSON_parse_integer(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
888 JSON_parse_float(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
1054 JSON_parse_array(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
1306 char *p = string, *pe = string, *unescape; local
1398 JSON_parse_string(JSON_Parser *json, char *p, char *pe, VALUE *result) argument
1745 char *p, *pe; local
1919 char *p, *pe; local
[all...]
H A Dparser.h61 static char *JSON_parse_object(JSON_Parser *json, char *p, char *pe, VALUE *result);
62 static char *JSON_parse_value(JSON_Parser *json, char *p, char *pe, VALUE *result);
63 static char *JSON_parse_integer(JSON_Parser *json, char *p, char *pe, VALUE *result);
64 static char *JSON_parse_float(JSON_Parser *json, char *p, char *pe, VALUE *result);
65 static char *JSON_parse_array(JSON_Parser *json, char *p, char *pe, VALUE *result);
67 static char *JSON_parse_string(JSON_Parser *json, char *p, char *pe, VALUE *result);
/macosx-10.10/architecture-266/i386/
H A Dcpu.h42 unsigned int pe :1, member in struct:_cr0
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dsm_loop.c32 CHAR *se, *pe; local
38 pe = pattern + STRLEN ((XCHAR *)pattern);
40 return (GMATCH (string, se, pattern, pe, flags));
46 GMATCH (string, se, pattern, pe, flags)
48 CHAR *pattern, *pe;
63 fprintf(stderr, "gmatch: pattern = %s; pe = %s\n", pattern, pe);
66 while (p < pe)
83 return (EXTMATCH (c, n, se, p, pe, lflags));
104 if (p == pe)
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducase.cpp142 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
143 uint16_t excWord=*pe++;
145 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
160 uint16_t excWord=*pe++;
162 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
176 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
177 uint16_t excWord=*pe++;
186 GET_SLOT_VALUE(excWord, idx, pe, c);
245 const uint16_t *pe0, *pe local
451 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
814 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
958 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
1104 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
1168 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
[all...]
/macosx-10.10/BootCache-109/
H A Dlibrary.c351 struct BC_playlist_entry *pe, *dpe; local
357 pe = pc->p_entries;
359 dpe = pe;
365 while (pe < pc->p_entries + pc->p_nentries) {
368 if (pe->pe_length > 0) { /* skip entries we've marked as empty */
370 for (i = 1; (pe + i) < (pc->p_entries + pc->p_nentries); i++) {
373 if (pe->pe_mount_idx != (pe + i)->pe_mount_idx)
377 if ((pe + i)->pe_offset > (pe
558 struct BC_playlist_entry *pe; local
[all...]
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c635 register struct errmsg *pe; local
638 for (pe = errmsgs; pe->e_code >= 0; pe++)
639 if (pe->e_code == error)
640 return pe->e_msg;
657 register struct errmsg *pe; local
662 for (pe = errmsgs; pe->e_code >= 0; pe
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dhebrew_iso-8859-8.vim25 p <char-244> " � - pe
38 ; <char-243> " � - final pe
H A Dhebrewp_iso-8859-8.vim13 P <char-243> " final pe
27 p <char-244> " pe
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_int.c271 char *p, *pe; local
289 pe = buf + sizeof buf - 1;
368 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, thousands_sep_len, grouping);
370 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, thousands_sep_len, grouping);
385 p = pe;
397 l += pe - p;
406 if (pi->prec > (pe - p))
407 zext = pi->prec - (pe - p);
429 if (pi->width > (pe - p) && !pi->left) {
430 l = pi->width - (pe
[all...]
/macosx-10.10/doc_cmds-49/checknr/
H A Dchecknr.c74 void pe(int);
298 pe(lineno);
305 pe(lineno);
343 pe(lineno);
358 pe(lineno);
382 pe(stk[i].lno);
470 pe(stk[j+1].lno);
482 pe(lineno);
495 pe(int linen) function
513 pe(linen
[all...]

Completed in 155 milliseconds

1234567891011>>