Searched refs:nl (Results 1 - 25 of 28) sorted by relevance

12

/ast/src/cmd/builtin/
H A Dnl.c23 * nl.c
31 "[-?\n@(#)$Id: nl (AT&T Research) 2003-03-24 $\n]"
33 "[+NAME? nl - line numbering filter ]"
207 Nl_t nl; local
211 nl.width = 6;
212 nl.startnum = 1;
213 nl.blines = 1;
214 nl.incr = 1;
215 nl.delim1 = '\\';
216 nl
[all...]
H A DMakefile82 nl LICENSE=since=2003,author=dgk asa od pr \
90 look mkdir mkfifo mktemp mv nl od paste rm tail tr uniq uuencode wc
/ast/src/lib/libvcodex/Vchuff/
H A Dvchcode.c94 reg ssize_t n, k, nl, cs; local
99 nl = 2*nsym;
100 if(!(len = (Vcchar_t*)malloc(nl*sizeof(Vcchar_t*))) )
108 if((nl = rlcode(nsym, clen, maxs, len, nl, 1)) < 0 )
114 vcioputu(&io, nl); /**/DEBUG_PRINT(2,"Runlength=%d\n",nl);
117 for(k = 0; k < nl; ++k)
139 ssize_t i, n, k, nl, cs; local
159 { if((nl
[all...]
/ast/src/cmd/ksh93/tests/
H A Dtilde.sh98 nl=$'\n'
99 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run by name'
/ast/src/cmd/ksh93/
H A DMakefile29 SHOPT_CRNL == /* accept <cr><nl> for <nl> */
100 SHOPT_CRNL == 1 /* <cr><nl> is eqivalent to <nl> */
/ast/src/lib/libcodex/
H A Dcode-uu.c63 int nl; member in struct:State_s
253 state->nl = -1;
284 state->nl = -1;
287 if (state->nl < 0)
288 state->nl = state->map[c];
289 else if (state->nl > 0)
322 if ((state->nl -= 3) < 0)
323 while (state->nl++ < 0)
420 if (state->nl)
422 state->nl
[all...]
/ast/src/cmd/INIT/
H A Diffe.sh328 *) usr="$usr$nl#define $m $_report_value"
633 nl="
1814 sep=$nl
1990 *) sep=$nl ;;
2097 *) x="$x$nl" # \r\n bash needs this barf # ;;
2279 *) sep=$nl ;;
2283 sep=$nl
2344 usr="$usr${nl}#define $x$arg $v"
2401 '') usr="$usr${nl}extern $t $x$v;" ;;
2441 usr="$usr${nl}#includ
[all...]
H A Dpackage.sh572 nl="
1534 then SHELLMAGIC='#!/emx/bin/sh.exe'$nl
1536 then SHELLMAGIC='#!/bin/env sh'$nl
5006 sep="$nl "
5010 echo "NAME${nl}VERSION${nl}RELEASE${nl}TYPE${nl}STATUS${nl}REQUIRES${nl}
[all...]
/ast/src/cmd/ksh93/features/
H A Dmath.sh137 nl='
201 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${F},"
233 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${F},"
294 tab="$tab$nl$ht\"\\0${R}${a}${x}\",$ht(Math_f)$f,"
297 tab="$tab$nl$ht\"\",$ht$ht(Math_f)0"
/ast/src/cmd/html/
H A Dmm2twiki.sh69 typeset license html meta nl mm index authors vg references
72 nl=$'\n'
106 pd="$nl"
693 *) pd=$nl ;;
831 *) mm_AF_cur="${mm_AF_cur}${nl}$*" ;;
838 references="$references$nl[list][$reference][/list]"
843 references="$references$nl$*"
992 mm_AU="${mm_AU}$nl$1"
H A Dmm2html.sh146 typeset license html meta nl mm index authors vg header references ss
151 nl=$'\n'
718 else meta="$meta$nl$val"
785 '') meta+="$nl$x" ;;
786 *) framerefs+="$nl$x" ;;
793 meta.*) meta="$meta$nl<META name=\"${nam#*.}\" content=\"$val\">"
1142 print -r -- "<TABLE border=0 ${x}width=${html.width}>$nl<TBODY><TR><TD valign=top align=left>"
1143 trailer="$nl</TD></TR></TBODY></TABLE>$nl$trailer"
1169 trailer="$pm$nl
[all...]
H A Dmm2bb.sh70 typeset license html meta nl mm index authors vg references
73 nl=$'\n'
107 pd="$nl"
753 *) pd=$nl ;;
907 *) mm_AF_cur="${mm_AF_cur}${nl}$*" ;;
914 references="$references$nl\\list{[$reference]}"
916 references="$references$nl[list][$reference][/list]"
922 references="$references$nl$*"
1090 mm_AU="${mm_AU}$nl$1"
H A Dtroff2html.h201 int nl; /* output line position */ member in struct:State_s
/ast/src/cmd/codexlib/zip/
H A Ddeflate.c434 ulg nl; /* number of literal/length codes */ local
453 nl = 257 + GETBITS(5); /* number of literal/length codes */
462 if (nl > 288 || nd > 32)
464 if (nl > 286 || nd > 30)
497 n = nl + nd;
558 i = huff(ll, nl, 257, cplens, cplext, &tl, &bl, state->vm);
570 i = huff(ll + nl, nd, 0, cpdist, cpdext, &td, &bd, state->vm);
571 if (bd == 0 && nl > 257)
/ast/src/lib/libast/comp/
H A Dconf.sh76 nl='
229 script=$script$nl$line
240 headers=$headers$nl#include$sp'<'$1'>'
246 headers=$headers$nl#include$sp'<'$1'>'
286 keys="$keys$nl$key"
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
568 keys="$keys$nl$key"
650 printf "%29s %35s %8s %2s %1d %5s %s$nl" "
[all...]
/ast/src/lib/libvcodex/
H A Dvcio.c476 reg ssize_t n, s, p, ntop, nl, d; local
489 { for(nl = 0; nl < nlist; ++nl)
491 list[nl] = (Vcint_t)(b >> (VC_BITSIZE-s));
508 for(s = ntop, p = 0, nl = 0;; )
531 list[nl] = v;
532 if((nl += 1) >= nlist)
548 return nl;
H A Dvcsfio.c1232 char* sfgetr(Sfio_t* f, int nl, int type) argument
1234 char* sfgetr(f, nl, type)
1236 int nl;
1247 { nl = strlen(r->data);
1248 ((char*)r->data)[nl-1] = 0;
/ast/src/cmd/nmake/
H A DMakefile69 echo "$text" > /tmp/mkl$$/nl
70 ( ln /tmp/mkl$$/nl /tmp/mkl$$/hl ) 2>/dev/null &&
/ast/src/cmd/pax/
H A Dpax-slt.c373 int nl; local
385 nl = state.record.line;
502 nl = 1;
505 nl = 0;
517 nl = !(state.tmp.buffer[i + 2] & 01);
539 k = m - j + nl;
543 if (nl)
553 if (nl)
/ast/src/lib/libast/tm/
H A Dtmlocale.c353 int nl; local
361 nl = 3 * GetLocaleInfo(lcid, LOCALE_SLONGDATE, 0, 0);
362 n = nt + ns + nl;
/ast/src/lib/libcs/
H A Dcsaddr.c30 union nl union
49 union nl addr;
/ast/src/cmd/3d/features/
H A Dsyscall.sh40 nl="
809 *) sym="$sym,$nl $xxx" fun="$fun,$nl $xxx()" ;;
1132 *) sym="$sym,$nl $w" fun="$fun,$nl $w()" ;;
/ast/src/lib/libuu/
H A Duulib.c166 int nl; local
188 nl = 0;
192 if (nl)
194 nl = 0;
245 nl = 1;
/ast/src/cmd/ie/
H A Dhistory.c635 * each new-line character is replaced with string <nl>.
638 void hist_list(offset,last,nl)
641 char *nl;
655 p_str(nl,0);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c918 * each new-line character is replaced with string <nl>.
921 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
934 sfputr(outfile,nl,-1);

Completed in 80 milliseconds

12