Searched refs:current_lineno (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/bin/ksh/
H A Dtable.h184 extern int current_lineno; /* LINENO value */
H A Dtable.c26 int current_lineno; /* LINENO value */ variable
H A Dtrap.c240 command(trapstr, current_lineno);
H A Dvar.c958 setint(vp, (int64_t) current_lineno + user_lineno);
1070 user_lineno = (unsigned int) intval(vp) - current_lineno - 1;
H A Dexec.c84 current_lineno = t->lineno; /* for $LINENO */
/openbsd-current/usr.bin/ssh/
H A Dmoduli.c528 print_progress(unsigned long start_lineno, unsigned long current_lineno, argument
547 processed = current_lineno - start_lineno;
548 remaining = end_lineno - current_lineno;
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddebug.c52 struct debug_lineno *current_lineno; member in struct:debug_handle
709 info->current_lineno = NULL;
972 l = info->current_lineno;
986 /* If we get here, then either 1) there is no current_lineno
988 compilation unit, 2) the current_lineno structure is for a
989 different file, or 3) the current_lineno structure is full.
991 it in the right place, and make it the new current_lineno
1003 if (info->current_lineno != NULL)
1004 info->current_lineno->next = l;
1008 info->current_lineno
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c53 struct debug_lineno *current_lineno; member in struct:debug_handle
710 info->current_lineno = NULL;
973 l = info->current_lineno;
987 /* If we get here, then either 1) there is no current_lineno
989 compilation unit, 2) the current_lineno structure is for a
990 different file, or 3) the current_lineno structure is full.
992 it in the right place, and make it the new current_lineno
1004 if (info->current_lineno != NULL)
1005 info->current_lineno->next = l;
1009 info->current_lineno
[all...]

Completed in 342 milliseconds