Searched refs:_next_char (Results 1 – 6 of 6) sorted by relevance
593 #define _next_char(string) (char)(*(string+1)) macro661 if (':' == _next_char(pOptString)) { /* is the next letter a colon? */ in getopt()663 if ('\0' != _next_char(pArgString)) { /* argument in this argv? */ in getopt()
69 _data_navigation, _next_char, /* REQ_NEXT_CHAR */
172 _next_char;
46 _next_char(FORM *f) in _next_char() function
616 (void) _next_char(f); in _data_entry()
173 extern int _next_char(FORM *); /* REQ_NEXT_CHAR */