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

/osnet-11/usr/src/lib/libsocket/inet/
H A Dlink_addr.c73 char lastc = ':'; local
88 if (lastc == ':')
101 lastc = cval;
103 if ((lastc == ':') || (cval != '\0' && !isspace(cval)) ||
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c103 int lastc; member in struct:lexdata
121 ((lp->lexd.lex_match[lp->lexd.level++]=lp->lexd.lastc),\
122 lp->lexd.lastc=(((s)<<CHAR_BIT)|(c))))
123 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT)
124 #define endchar(lp) (lp->lexd.lastc&0xff)
125 #define setchar(lp,c) (lp->lexd.lastc = ((lp->lexd.lastc&~0xff)|(c)))
126 #define poplevel(lp) (lp->lexd.lastc=lp->lexd.lex_match[--lp->lexd.level])
284 lp->lexd.lex_state = lp->lexd.lastc=0;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c453 char lastc = '\0'; local
474 if (*w == lastc) {
480 lastc = *w;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c427 int c, lastc; local
436 lastc = '\0';
454 if (lastc == '\\') {
466 lastc = c;

Completed in 30 milliseconds