Searched refs:fcmbstate (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | fcin.c | 159 int fcmbstate(const char *state, int *s, int *len) in fcmbstate() function 198 return(fcmbstate(state,s,len)); in fcmbstate()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | fcin.h | 59 extern int fcmbstate(const char*,int*,int*);
|
H A D | lexstates.h | 119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()])
|