Home
last modified time | relevance | path

Searched refs:lin (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh360 lin=$'\n1234567890abcde'
363 lin=$lin$lin
366 print -n "$lin" > $tmp/lin
372 cat $tmp/lin $tmp/lin > $tmp/tmp
373 mv $tmp/tmp $tmp/lin
405 cmd=${cmd//\$tmp\/lin/$siz.lin}
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c134 oneh(int lin) in oneh() argument
137 k = ctype(lin,0); in oneh()
140 if (k != ctype(lin,icol)) in oneh()
H A Dt8.c281 funnies(int stl, int lin) in funnies() argument
290 s = (int)table[lin][c].col; in funnies()
301 fprintf(tabout, "(\\n(%du+\\n(%du-\\n(%c-u)/2u\n",c+CLEFT,c-1+ctspan(lin,c)+CRIGHT, s); in funnies()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c76 short lin = curscr->_maxy; in init_pair() local
86 for (i = 0; i < lin; i++) { in init_pair()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c457 listofnames *list, *lin; local
543 lin = list;
544 for (list = lin; list; list = list->nextname) {
552 free_listofnames(lin);
572 free_listofnames(lin);
615 free_listofnames(lin);
639 free_listofnames(lin);
646 free_listofnames(lin);
669 free_listofnames(lin);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c332 struct sockaddr_in *lin = (struct sockaddr_in *) in iscsit_net_recvmsg() local
337 if ((lin->sin_family == fin->sin_family) && in iscsit_net_recvmsg()
338 (bcmp(&lin->sin_addr, &fin->sin_addr, in iscsit_net_recvmsg()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh1357 '') if read lin
1363 set x $lin
2019 ksh) IFS= read -r lin
2022 do lin="${lin#[' ']}"
2023 case $lin in
2030 read -r lin
2033 case $lin in
2035 $lin
2043 *) lin=`$posix_read`
2053 set x $lin
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c191 struct lin { struct
195 typedef struct lin *LINE; argument
1499 if ((int)sbrk(512 * sizeof (struct lin)) == -1) { in append()
1837 endcore = fendcore - sizeof (struct lin); in init()