HomeSort by relevance Sort by last modified time
    Searched refs:current_lineno (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
debug.c 52 struct debug_lineno *current_lineno; member in struct:debug_handle
709 info->current_lineno = NULL;
970 l = info->current_lineno;
984 /* If we get here, then either 1) there is no current_lineno
986 compilation unit, 2) the current_lineno structure is for a
987 different file, or 3) the current_lineno structure is full.
989 it in the right place, and make it the new current_lineno
1001 if (info->current_lineno != NULL)
1002 info->current_lineno->next = l;
1006 info->current_lineno = l
    [all...]
  /external/mksh/src/
lex.c     [all...]
var.c 1213 num.u = (mksh_uari_t)current_lineno + user_lineno;
1340 user_lineno = num.u - (mksh_uari_t)current_lineno - 1;
    [all...]
histrap.c 1321 command(trapstr, current_lineno);
    [all...]
exec.c 134 current_lineno = t->lineno;
    [all...]
sh.h 1328 EXTERN int current_lineno; \/* LINENO value *\/ variable
    [all...]

Completed in 150 milliseconds