Home
last modified time | relevance | path

Searched refs:_next_char (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c593 #define _next_char(string) (char)(*(string+1)) macro
661 if (':' == _next_char(pOptString)) { /* is the next letter a colon? */ in getopt()
663 if ('\0' != _next_char(pArgString)) { /* argument in this argv? */ in getopt()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Ddriver.c67 _data_navigation, _next_char, /* REQ_NEXT_CHAR */
H A Dmapfile-vers220 _next_char;
H A Dchg_char.c44 _next_char(FORM *f) in _next_char() function
H A Dchg_data.c614 (void) _next_char(f); in _data_entry()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h171 extern int _next_char(FORM *); /* REQ_NEXT_CHAR */