Searched refs:isstr (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/screen-22/screen/
H A Dmark.h37 char isstr[100]; /* string we are searching for */ member in struct:markdata
H A Dsearch.c64 Input((dir > 0 ? "/" : "?"), sizeof(markdata->isstr)-1, INP_COOKED,
82 strcpy(markdata->isstr, buf);
87 if ((x = matchword(markdata->isstr, y, sx, ex)) >= 0)
111 strcpy(markdata->isstr, buf);
116 while ((sx = matchword(markdata->isstr, y, sx, ex)) >= 0)
280 strcpy(markdata->isistr, markdata->isstr);
281 markdata->isistrl = markdata->isstrl = strlen(markdata->isstr);
289 || markdata->isstrl >= (int)sizeof(markdata->isstr) - 1)
291 markdata->isstr[markdata->isstrl++] = *p;
293 markdata->isstr[markdat
[all...]
/macosx-10.10.1/awk-20/src/
H A Dawk.h193 #define isstr(n) ((n)->tval & STR) macro
H A Dlib.c267 if (!isstr(fldtab[0]))
H A Dtran.c373 if (isstr(vp) == 0) {
H A Drun.c331 if (isstr(x))
1100 else if (isstr(y))
/macosx-10.10.1/ruby-106/ruby/
H A Deval.c524 static VALUE make_exception(int argc, VALUE *argv, int isstr);
593 make_exception(int argc, VALUE *argv, int isstr) argument
606 if (isstr) {
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c2193 int xtr, isstr, htok = 0; local
2226 if ((isstr = (WC_ASSIGN_TYPE(ac) == WC_ASSIGN_SCALAR))) {
2233 prefork(vl, (isstr ? (PREFORK_SINGLE|PREFORK_ASSIGN) :
2239 if (isset(GLOBASSIGN) || !isstr)
2246 if (isstr && (empty(vl) || !nextnode(firstnode(vl)))) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhamster.vim130 syn keyword hamsterSpecial isstr
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c2289 uint32_t hashval = 0, limit, isstr; local
2379 isstr = DTRACEACT_ISSTRING(act);
2386 if (isstr && data[i] == '\0')
2417 isstr = DTRACEACT_ISSTRING(act);
2423 if (isstr && data[i] == '\0')

Completed in 204 milliseconds