Searched refs:syntax_code_of (Results 1 – 2 of 2) sorted by relevance
250 syntax_code_of (unsigned char c) in syntax_code_of() function285 p->scode = (c == EOF ? syntax_eof : syntax_code_of (c)); in read_char_syntax()
368 * x-lisp.c (x_lisp_keyword, do_ungetc, syntax_code_of,1217 * x-lisp.c (syntax_code_of, read_char_syntax, attribute_of, is_number):1219 (syntax_code_of, attribute_of): Fix prototype. unsigned char promotes