Searched refs:ew (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextWind.c191 (char *) &ewPtr->body.ew, argv[4], 0);
213 (char *) &ewPtr->body.ew, (char *) NULL, 0);
216 (char *) &ewPtr->body.ew, argv[4], 0);
257 ewPtr->body.ew.textPtr = textPtr;
258 ewPtr->body.ew.linePtr = NULL;
259 ewPtr->body.ew.tkwin = NULL;
260 ewPtr->body.ew.create = NULL;
261 ewPtr->body.ew.align = ALIGN_CENTER;
262 ewPtr->body.ew.padX = ewPtr->body.ew
[all...]
H A DtkText.h130 TkTextEmbWindow ew; /* Information about embedded member in union:TkTextSegment::__anon420
/ast/src/cmd/3d/
H A Dstrmatch.c630 wchar_t ew; local
637 ez = mbtowc(&ew, oldp, MB_CUR_MAX);
638 if (sw == bw || sw == ew)
642 if (sz == bz && sz == ez && sw > bw && sw < ew)
/ast/src/lib/libast/regex/
H A Dregcomp.c1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1103 if (ew == 1)
1121 else if (ew < COLL_KEY_MAX)
1144 for (e = k + ew; k < e; *k++ = *s++);

Completed in 18 milliseconds