Searched refs:GetLine (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
H A D | parse.c | 128 (void) GetLine(dw, Buffer, BUFSIZ); in ParseInput() 181 GetLine(dw, NULL, 0); in ParseInput() 344 GetLine (dw, str1, 50); in ParseDeviceControl()
|
H A D | lex.c | 25 GetLine(DviWidget dw, char *Buffer, int Length) in GetLine() function
|
H A D | DviP.h | 234 char *GetLine(DviWidget, char *, int);
|
H A D | ChangeLog | 399 * Lex.c (GetLine, GetWord, GetNumber): Rewrite.
|
/netbsd-src/external/bsd/nvi/dist/perl_api/ |
H A D | VI.pod | 11 $_ = $curscr->GetLine($i++); 87 =item * GetLine 89 VI::GetLine(screenId,lineNumber); 258 $_ = VI::GetLine($VI::ScreenId, $i);
|
H A D | perl.xs | 659 # Perl Command: VI::GetLine 660 # Usage: VI::GetLine screenId lineNumber 663 GetLine(screen, linenumber)
|
/netbsd-src/external/bsd/nvi/dist/perl_scripts/ |
H A D | wc.pl | 5 $_ = $curscr->GetLine($i++);
|
H A D | forall.pl | 5 $_ = $curscr->GetLine($i);
|