| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| lineno.cpp | 3 int current_lineno = 0; variable
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| device.c | 56 static int current_lineno = -1; variable 115 current_lineno = 0; 118 current_lineno++; 150 current_lineno = -1; 198 current_lineno = 0; 206 current_lineno++; 412 current_lineno++; 549 if (current_lineno > 0) 550 fprintf(stderr, "%d:", current_lineno);
|
| /src/bin/ksh/ |
| table.h | 181 EXTERN int current_lineno; /* LINENO value */ variable
|
| /src/external/gpl2/groff/dist/src/libs/libdriver/ |
| input.cpp | 150 `current_source_filename', and `current_lineno' are only used for 345 int current_lineno = 0; // current line number of printout variable 759 current_lineno++; 978 current_lineno++; 1096 The global variable current_lineno is adjusted. 1105 current_lineno++; 1134 current_lineno++; 1158 current_lineno--; 1160 current_lineno++; 1176 current_lineno-- [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.c | 55 struct debug_lineno *current_lineno; member in struct:debug_handle 727 info->current_lineno = NULL; 982 l = info->current_lineno; 996 /* If we get here, then either 1) there is no current_lineno 998 compilation unit, 2) the current_lineno structure is for a 999 different file, or 3) the current_lineno structure is full. 1001 it in the right place, and make it the new current_lineno 1012 if (info->current_lineno != NULL) 1013 info->current_lineno->next = l; 1017 info->current_lineno = l [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.c | 55 struct debug_lineno *current_lineno; member in struct:debug_handle 727 info->current_lineno = NULL; 982 l = info->current_lineno; 996 /* If we get here, then either 1) there is no current_lineno 998 compilation unit, 2) the current_lineno structure is for a 999 different file, or 3) the current_lineno structure is full. 1001 it in the right place, and make it the new current_lineno 1012 if (info->current_lineno != NULL) 1013 info->current_lineno->next = l; 1017 info->current_lineno = l [all...] |