Home
last modified time | relevance | path

Searched refs:fcmbget (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h47 # define fcmbget(x) (mbwide()?_fcmbget(x):fcget()) macro
49 # define fcmbget(x) (fcget()) macro
H A Dlexstates.h119 #define STATE(s,c) (s[mbwide()?((c=fcmbget(&LEN)),LEN>1?'a':c):(c=fcget())])
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1107 c = fcmbget(&LEN); in varsub()
1225 while((d=c,(c=fcmbget(&LEN)),isaname(c))||type && c=='.'); in varsub()
1229 if((c=fcmbget(&LEN),isastchar(c)) && fcpeek(0)==RBRACT && d!='.') in varsub()
1235 c = fcmbget(&LEN); in varsub()
1264 c = fcmbget(&LEN); in varsub()
1333 fcmbget(&LEN); in varsub()
1389 int cc=fcmbget(&LEN),peek=LEN; in varsub()
1392 cc = fcmbget(&LEN); in varsub()
1397 cc = fcmbget(&LEN); in varsub()
1493 c = fcmbget(&LEN); in varsub()
[all …]
H A Dfcin.c201 return(fcmbget(len)); in _fcmbget()
H A Dlex.c1912 c = fcmbget(&LEN); in here_copy()