Searched defs:lineno (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/scripts/kconfig/ |
D | kxgettext.c | 63 int lineno; member 66 static struct file_line *file_line__new(char *file, int lineno) in file_line__new() 89 static struct message *message__new(const char *msg, char *option, char *file, int lineno) in message__new() 129 static int message__add_file_line(struct message *self, char *file, int lineno) in message__add_file_line() 144 static int message__add(const char *msg, char *option, char *file, int lineno) in message__add()
|
D | zconf.l | 23 int lineno; member
|
D | expr.h | 22 int lineno; member 115 int lineno; member 137 int lineno; member
|
/busybox-1.35.0/coreutils/ |
D | cat.c | 118 unsigned lineno = 0; in catv() local
|
/busybox-1.35.0/miscutils/ |
D | less.c | 348 uint32_t lineno; in re_wrap() local 935 int lineno = LINENO(flines[fpos]); in buffer_fill_and_print() local 1043 static void buffer_lineno(int lineno) in buffer_lineno()
|
/busybox-1.35.0/shell/ |
D | hush.c | 648 unsigned lineno; member 1346 static void *xxmalloc(int lineno, size_t size) in xxmalloc() 1352 static void *xxrealloc(int lineno, void *ptr, size_t size) in xxrealloc() 1358 static char *xxstrdup(int lineno, const char *str) in xxstrdup() 1382 # define msg_and_die_if_script(lineno, ...) msg_and_die_if_script(__VA_ARGS__) argument 1383 # define syntax_error(lineno, msg) syntax_error(msg) argument 1384 # define syntax_error_at(lineno, msg) syntax_error_at(msg) argument 1385 # define syntax_error_unterm_ch(lineno, ch) syntax_error_unterm_ch(ch) argument 1386 # define syntax_error_unterm_str(lineno, s) syntax_error_unterm_str(s) argument 1387 # define syntax_error_unexpected_ch(lineno, ch) syntax_error_unexpected_ch(ch) argument [all …]
|
D | ash.c | 2170 int lineno; member 2184 #define lineno (G_var.lineno ) macro
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 483 static int canoncon(const char *path, unsigned lineno, char **contextp) in canoncon()
|
/busybox-1.35.0/editors/ |
D | awk.c | 177 unsigned lineno; member
|
/busybox-1.35.0/include/ |
D | libbb.h | 1654 int lineno; member
|