Lines Matching refs:poc_handler
835 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
850 if (pop && !pop->poc_handler) in read_a_source_file()
858 || !((pop->poc_handler == cons in read_a_source_file()
860 || (pop->poc_handler == s_space in read_a_source_file()
865 || pop->poc_handler == s_if in read_a_source_file()
866 || pop->poc_handler == s_ifdef in read_a_source_file()
867 || pop->poc_handler == s_ifc in read_a_source_file()
868 || pop->poc_handler == s_ifeqs in read_a_source_file()
869 || pop->poc_handler == s_else in read_a_source_file()
870 || pop->poc_handler == s_endif in read_a_source_file()
871 || pop->poc_handler == s_globl in read_a_source_file()
872 || pop->poc_handler == s_ignore))) in read_a_source_file()
913 (*pop->poc_handler) (pop->poc_val); in read_a_source_file()
916 if (pop->poc_handler == s_end) in read_a_source_file()