HomeSort by: relevance | last modified time | path
    Searched defs:stopval (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
nxt2k.c 181 uint8_t stopval, buf; local in function:nxt2k_mc_stop
184 stopval = 0x10;
191 if (buf & stopval)
  /src/usr.bin/tr/
str.c 335 int stopval; local in function:genrange
339 stopval = s->str[0] == '\\' ? backslash(s) : (unsigned char)*s->str++;
340 if (stopval < (unsigned char)s->lastch) {
344 s->cnt = stopval - s->lastch + 1;

Completed in 13 milliseconds