Searched refs:lin (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh343 ( CMD='$cat < $tmp/lin' )
344 ( CMD='cat $tmp/lin | $cat' )
356 # $tmp/lin has newlines every 16 bytes and $tmp/buf has no newlines
360 lin=$'\n1234567890abcde'
363 lin=$lin$lin
366 print -n "$lin" > $tmp/lin
372 cat $tmp/lin
[all...]
/ast/src/lib/libcs/
H A DMakefile30 -lin -lipc -lnetcompat \
/ast/src/cmd/INIT/
H A Diffe.sh1355 '') if read lin
1361 set x $lin
2011 ksh) IFS= read -r lin
2014 do lin="${lin#[' ']}"
2015 case $lin in
2022 read -r lin
2025 case $lin in
2026 [' ']*) lin=`sed -e 's,^[ ],,' -e 's,^[ ]*#,#,' <<!
2027 $lin
[all...]
/ast/src/cmd/mam/
H A Dshmam.awk272 function call_CH_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt)
334 function call_CC_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt)
407 function call_CP_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt, kloop, command, src, dest, starti, ddest, dsrc, bdest, bsrc, opt, u)
493 function call_AR_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt, kloop, command, src, dest, starti, ddest, dsrc, bdest, bsrc, opt, u,jj)
518 function call_PAT_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt)
/ast/src/cmd/nmake/
H A Dparse.c914 char* lin; local
931 while (s = lin = readline(lead))
1464 pp->pushback = lin;

Completed in 25 milliseconds