Home
last modified time | relevance | path

Searched refs:char_word_constituent (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dread.c371 inline static int char_word_constituent(int c, int include_hash_sign) in char_word_constituent() function
646 if (!char_word_constituent(c1, FALSE)) { in read_internal()
913 } else if (!char_word_constituent(c2, FALSE)) { in read_list_int()
1273 if (c == EOF || !char_word_constituent(c, include_hash_sign)) { in read_word()
1313 } else if (char_word_constituent(initial, FALSE)) { in read_immediate_symbol()
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog6096 * src/read.c (char_word_constituent): Refined checking symbol