Home
last modified time | relevance | path

Searched refs:lastbase (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c386 char lastbase=0, *val = xp, oerrno = errno; in arith() local
394 r = strtonll(val,&str, &lastbase,-1); in arith()
397 lastbase=10; in arith()
399 r = strtonll(val,&str, &lastbase,-1); in arith()
401 if(lastbase<=1) in arith()
402 lastbase=10; in arith()
414 if(c==GETDECIMAL(0) || c=='e' || c == 'E' || lastbase == in arith()
420 else if(lastbase==10 && val[1]) in arith()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h192 char lastbase; \
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5251 int lastbase = -1, firstbase = -1, lastdir = -1; in dtrace_dif_subr() local
5285 lastbase = i; in dtrace_dif_subr()
5313 ASSERT(!(lastbase == -1 && firstbase != -1)); in dtrace_dif_subr()
5316 if (lastbase == -1) { in dtrace_dif_subr()
5324 firstbase = lastbase = lastdir = 0; in dtrace_dif_subr()
5362 ASSERT(firstbase != -1 && lastbase != -1); in dtrace_dif_subr()
5364 end = lastbase; in dtrace_dif_subr()