Home
last modified time | relevance | path

Searched refs:TOKEN_SIMPLE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/m4/m4-1.4.19/src/
H A Dmacro.c96 case TOKEN_SIMPLE: in expand_token()
156 while (t == TOKEN_SIMPLE && c_isspace (*TOKEN_DATA_TEXT (&td))); in expand_argument()
182 case TOKEN_SIMPLE: in expand_argument()
H A Dinput.c949 type = TOKEN_SIMPLE; in next_token()
1083 result = TOKEN_SIMPLE; in peek_token()
1112 case TOKEN_SIMPLE: in token_type_string()
1130 case TOKEN_SIMPLE: in print_token()
H A Dm4.h260 TOKEN_SIMPLE, /* any other single character */ enumerator