Searched refs:getline (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libast/stdio/
H A Dgetline.c31 getline(char** sp, size_t* np, Sfio_t* f) function
33 STDIO_INT(f, "getline", ssize_t, (char**, size_t*, Sfio_t*), (sp, np, f))
/ast/src/cmd/html/
H A Dmm2html.sh465 function getline function
858 0) getline
938 0) getline ;;
947 0) getline ;;
1295 while getline
1452 do getline || {
1835 .TP) getline
1844 0) getline ;;
1861 while getline
1908 getline
[all...]
H A Dmm2twiki.sh298 function getline function
621 0) getline
702 0) getline ;;
711 0) getline ;;
815 do getline || {
839 while getline
1153 .TP) getline
1160 then getline
1258 .TL) getline || break
1288 while getline
[all...]
H A Dmm2bb.sh308 function getline function
650 0) getline
762 0) getline ;;
774 0) getline ;;
891 do getline || {
918 while getline
1275 .TP) getline
1282 then getline
1404 .TL) getline || break
1434 while getline
[all...]
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c221 goto getline;
227 goto getline;
298 getline:
H A Dvi.c188 static void getline(Vi_t*,int);
585 getline(vp,APPEND);
587 getline(vp,APPEND);
589 getline(vp,ESC);
1362 static void getline(register Vi_t* vp,register int mode) function
2232 getline(vp,SEARCH);
/ast/src/cmd/ie/
H A Dvi.c198 static void getline();
605 getline(APPEND);
608 getline(APPEND);
610 getline(ESC);
1362 getline(mode) function
2079 getline(SEARCH);
/ast/src/cmd/mam/
H A Dshmam.awk1509 while (getline x <".ajyENV" > 0 ){
1698 while (getline x <varfile > 0 ){
1719 while (getline x <invarfile > 0 ){
1786 while (getline x <premakefile >0)
1805 fv2n " "val " "KLU++ | getline e
1811 fv2n " "val1 " "KLU++ | getline e
/ast/src/cmd/re/
H A Dtestfnmatch.c445 getline(FILE* fp) function
600 while (p = getline(fp))
H A Dtestglob.c464 getline(void) function
622 while (p = buf = getline()) {
H A Dtestmatch.c574 getline(FILE* fp) function
735 while (p = getline(fp))
H A Ded.c603 getline(void) function
1035 append(getline, ed.addr2, NiL);
1558 append(getline, ed.addr1 - 1, NiL);
H A Dtestregex.c1038 getline(FILE* fp) function
1451 while (p = getline(fp))
/ast/src/lib/libdss/
H A Dtag.c251 getline(Tag_t* tag, Tagframe_t* fp, int* inc, Tagdisc_t* disc) function
308 if (!(s = getline(tag, fp, &inc, disc)))
347 if (!(s = getline(tag, fp, &inc, disc)))
/ast/src/lib/libpp/
H A Dppcontrol.c189 getline(register char* p, char* x, int disable) function
509 p6 = getline(p, &pp.valbuf[MAXTOKEN], 0);
1599 if (!(p6 = getline(p, &pp.valbuf[MAXTOKEN], !!(pp.option & PRAGMAEXPAND))))
/ast/src/cmd/nmake/
H A Dparse.c150 * WARNING: getline() uses the first keyword char
904 getline(Sfio_t* sp, int lead, int term) function
1558 if (!getline(sp, 1, 0))
1764 if (!getline(sp, -1, '\n'))
1867 while (getline(sp, 0, '\n'));
/ast/src/lib/libast/
H A DMakefile190 stdio_c99.c fcloseall.c fmemopen.c getdelim.c getline.c \

Completed in 91 milliseconds