Searched refs:curchar (Results 1 – 10 of 10) sorted by relevance
179 #define curchar() input_text[input_text_offset] macro301 whitespace (curchar())) \307 && cr_or_whitespace (curchar ())) \309 if (curchar () == '\n') \
887 character = curchar (); in read_token()901 && (character = curchar ()) in read_token()1181 if (curchar () == '\n') /* as opposed to the end of the file... */ in get_rest_of_line()1197 if (curchar () == '\n') in backup_input_pointer()2047 if (curchar () == '{') in read_command()2058 ch = curchar (); in read_command()2102 character = curchar (); in reader_loop()2196 character = curchar (); in reader_loop()2318 if (curchar () != '{') in remember_brace()
78 if (curchar () == '}') /* as opposed to end of text */ in get_xref_token()94 if (curchar () == ',') in get_xref_token()
180 while ((character = curchar ())) in get_brace_args()495 if (curchar () == '{') in define_macro()534 while ((character = curchar ()) in define_macro()
1032 character = curchar (); in cm_verb()1041 delimiter = curchar (); in cm_verb()1047 character = curchar (); in cm_verb()1080 character = curchar (); in cm_verb()
150 if (curchar () != '{') in cm_footnote()
153 if (curchar () == ',') in get_node_token()452 if (curchar () == ':') in glean_node_from_menu()455 if (curchar () != ':') in glean_node_from_menu()
737 if (strchr (html_supported, curchar ())) in cm_accent_generic_html()
1662 character = curchar (); in handle_verbatim_environment()
445 static char curchar[] = "@* "; in fire_phaser() local454 curchar[2] = '-'; in fire_phaser()456 curchar[2] = '!'; in fire_phaser()458 curchar[2] = '\\'; in fire_phaser()460 curchar[2] = '/'; in fire_phaser()491 *curchar : (size >= 50 ? in fire_phaser()492 curchar[1] : in fire_phaser()493 curchar[2]); in fire_phaser()