Lines Matching refs:poc_handler
1068 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
1083 if (pop && !pop->poc_handler) in read_a_source_file()
1091 || !((pop->poc_handler == cons in read_a_source_file()
1093 || (pop->poc_handler == s_space in read_a_source_file()
1098 || pop->poc_handler == s_if in read_a_source_file()
1099 || pop->poc_handler == s_ifdef in read_a_source_file()
1100 || pop->poc_handler == s_ifc in read_a_source_file()
1101 || pop->poc_handler == s_ifeqs in read_a_source_file()
1102 || pop->poc_handler == s_else in read_a_source_file()
1103 || pop->poc_handler == s_endif in read_a_source_file()
1104 || pop->poc_handler == s_globl in read_a_source_file()
1105 || pop->poc_handler == s_ignore))) in read_a_source_file()
1146 (*pop->poc_handler) (pop->poc_val); in read_a_source_file()
1149 if (pop->poc_handler == s_end) in read_a_source_file()