Searched defs:_next_char (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_char.c44 /* _next_char move to next char with wrap to next line at end of line */
46 _next_char(FORM *f) function
/osnet-11/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? */
663 if ('\0' != _next_char(pArgString)) { /* argument in this argv? */

Completed in 22 milliseconds