Lines Matching refs:poc_handler
994 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
1009 if (pop && !pop->poc_handler) in read_a_source_file()
1017 || !((pop->poc_handler == cons in read_a_source_file()
1019 || (pop->poc_handler == s_space in read_a_source_file()
1024 || pop->poc_handler == s_if in read_a_source_file()
1025 || pop->poc_handler == s_ifdef in read_a_source_file()
1026 || pop->poc_handler == s_ifc in read_a_source_file()
1027 || pop->poc_handler == s_ifeqs in read_a_source_file()
1028 || pop->poc_handler == s_else in read_a_source_file()
1029 || pop->poc_handler == s_endif in read_a_source_file()
1030 || pop->poc_handler == s_globl in read_a_source_file()
1031 || pop->poc_handler == s_ignore))) in read_a_source_file()
1072 (*pop->poc_handler) (pop->poc_val); in read_a_source_file()
1075 if (pop->poc_handler == s_end) in read_a_source_file()