Home
last modified time | relevance | path

Searched refs:GLOBAL_NO_COL_NUM (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dmessage.c183 error_message(filename,lineno,GLOBAL_NO_COL_NUM,s,tag);
201 error_message(filename,lineno,GLOBAL_NO_COL_NUM,s,"Warning");
215 error_message(filename,lineno,GLOBAL_NO_COL_NUM,s,NULL);
278 if(lineno != NO_LINE_NUM && colno != GLOBAL_NO_COL_NUM) {
311 else if(colno == GLOBAL_NO_COL_NUM) {
382 else if(colno == GLOBAL_NO_COL_NUM) {
H A Dftnchek.h776 #define GLOBAL_NO_COL_NUM ((LINENO_t)998)/* Ditto for global-level warnings */ macro