Home
last modified time | relevance | path

Searched refs:line_parsers (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-cmdtest/cmdtest-3cba2b5e030b05567057ba2b6720f4a87e6e1f4f/yarnlib/
H A Dblock_parser.py37 self.line_parsers = {
75 for keyword in self.line_parsers:
77 return self.line_parsers[keyword](rest, blocks)
115 assert step.what in self.line_parsers
116 return self.line_parsers[step.what](line, blocks)
126 return self.line_parsers[step.what](text, blocks)
/dports/ftp/lftp/lftp-4.9.2/src/
H A DFtpListInfo.cc108 FileInfo *info=(*line_parsers[i])(tmp_line.get_non_const(),&err[i],tz); in ParseLongList()
126 guessed_parser=line_parsers[i]; in ParseLongList()
841 Ftp::FtpLineParser Ftp::line_parsers[number_of_parsers]={ member in Ftp
H A Dftpclass.h437 static FtpLineParser line_parsers[]; variable
/dports/misc/mc/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs_parse_ls.c109 static ftpfs_line_parser line_parsers[number_of_parsers] = { variable
1165 ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name, in ftpfs_parse_long_list()
1189 guessed_parser = line_parsers[i]; in ftpfs_parse_long_list()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs_parse_ls.c109 static ftpfs_line_parser line_parsers[number_of_parsers] = { variable
1165 ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name, in ftpfs_parse_long_list()
1189 guessed_parser = line_parsers[i]; in ftpfs_parse_long_list()
/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-man-parser.c163 static struct LineParsePair line_parsers[] = { variable
516 p = line_parsers; in parser_parse_line()