Home
last modified time | relevance | path

Searched refs:input_item (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dcommand.cpp31 class input_item { class
32 input_item *next;
39 input_item(string &, const char *, int = 1);
40 ~input_item();
49 input_item::input_item(string &s, const char *fn, int ln) in input_item() function in input_item
57 input_item::~input_item() in ~input_item()
62 inline int input_item::peek_char() in peek_char()
70 inline int input_item::get_char() in get_char()
78 inline void input_item::skip_char() in skip_char()
83 int input_item::get_location(const char **filenamep, int *linenop) in get_location()
[all …]
/netbsd-src/external/bsd/bc/dist/
H A Dbc.y111 %type <i_value> program input_item semicolon_list statement_list
137 | program input_item
139 input_item : semicolon_list ENDOFLINE
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in14762 my ($input_item, $data_type) = @_;
14772 $input_item = lc ($input_item);
14782 my @metric_list = split (":", $input_item);
14807 my @metric_list = split (":", $input_item);
14830 if ($input_item =~ /^[\w\/\.]*$/)
14840 if ($input_item =~ /^[01]$/)
14850 if ($input_item =~ /^on$|^off$/)
14860 if ($input_item =~ /^on$|^off$|^s$|^m$|^l$|^xl$/)
14870 if ($input_item =~ /^\d*$/)
14880 if ($input_item =~ /^\-?\d*$/)
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in16420 my ($input_item, $data_type) = @_;
16431 $input_item = lc ($input_item);
16441 my @metric_list = split (":", $input_item);
16466 my @metric_list = split (":", $input_item);
16489 if ($input_item =~ /^[\w\/\.\-]*$/)
16499 if ($input_item =~ /^[01]$/)
16509 if ($input_item =~ /^on$|^off$/)
16519 if ($input_item =~ /^on$|^off$|^s$|^m$|^l$|^xl$/)
16529 if ($input_item =~ /^\d*$/)
16539 if ($input_item =~ /^\-?\d*$/)
[all …]