Searched refs:lineinfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dhostfile.c680 struct hostkey_foreach_line lineinfo; local
683 memset(&lineinfo, 0, sizeof(lineinfo));
694 sshkey_free(lineinfo.key);
695 memset(&lineinfo, 0, sizeof(lineinfo));
696 lineinfo.path = path;
697 lineinfo.linenum = linenum;
698 lineinfo.line = oline;
699 lineinfo
[all...]
/freebsd-10-stable/contrib/texinfo/util/
H A Dtexindex.c52 struct lineinfo struct
526 struct lineinfo *line1 = (struct lineinfo *) p1;
527 struct lineinfo *line2 = (struct lineinfo *) p2;
1029 struct lineinfo *lineinfo;
1086 Make a `struct lineinfo' for each line, which records the keyfield
1089 lineinfo = malloc ((nextline - linearray) * sizeof (struct lineinfo));
1022 struct lineinfo *lineinfo; local
[all...]
/freebsd-10-stable/lib/libedit/
H A Dhistedit.h60 typedef struct lineinfo { struct

Completed in 125 milliseconds