Searched refs:poc_handler (Results 1 – 4 of 4) sorted by relevance
1070 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()1085 if (pop && !pop->poc_handler) in read_a_source_file()1093 || !((pop->poc_handler == cons in read_a_source_file()1095 || (pop->poc_handler == s_space in read_a_source_file()1100 || pop->poc_handler == s_if in read_a_source_file()1101 || pop->poc_handler == s_ifdef in read_a_source_file()1102 || pop->poc_handler == s_ifc in read_a_source_file()1103 || pop->poc_handler == s_ifeqs in read_a_source_file()1104 || pop->poc_handler == s_else in read_a_source_file()1105 || pop->poc_handler == s_endif in read_a_source_file()[all …]
432 void (*poc_handler) (int); member
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()[all …]
422 void (*poc_handler) (int); member